blob: c92ef5fadf735b430f605b8365fe117ade1d7742 [file] [log] [blame]
Alex Crichton748bc3c2014-05-30 00:45:071// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'
Huon Wilson812ea9e2013-11-07 07:49:012
Huon Wilsond9a204b2014-01-27 04:28:043
4struct Error;
Huon Wilson812ea9e2013-11-07 07:49:015
Nick Cameron30e14922014-12-31 04:32:496#[derive(PartialEq)]
Huon Wilsond9a204b2014-01-27 04:28:047struct Struct {
8 x: Error //~ ERROR
Huon Wilson812ea9e2013-11-07 07:49:019}
10
Huon Wilsond9a204b2014-01-27 04:28:0411fn main() {}