blob: 61d5076708800b7973b42eb4ee64abc0739f7184 [file] [log] [blame]
Alex Crichton748bc3c2014-05-30 00:45:071// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'
Huon Wilsond9a204b2014-01-27 04:28:042
Nick Cameron30e14922014-12-31 04:32:493#[derive(PartialEq)]
Huon Wilsond9a204b2014-01-27 04:28:044struct Error;
5
Nick Cameron30e14922014-12-31 04:32:496#[derive(PartialOrd,PartialEq)]
Huon Wilsond9a204b2014-01-27 04:28:047struct Struct(
Vadim Petrochenkov642669c2020-01-08 17:02:108 Error //~ ERROR can't compare `Error` with `Error`
Huon Wilsond9a204b2014-01-27 04:28:049);
10
11fn main() {}