workaround for failing test

This commit is contained in:
Andre Bogus 2015-10-15 16:18:40 +02:00
parent 7db7559fa5
commit be66322886

View File

@ -17,6 +17,7 @@ struct TS(Vec<Vec<Box<(u32, u32, u32, u32)>>>); //~ERROR very complex type
enum E { enum E {
V1(Vec<Vec<Box<(u32, u32, u32, u32)>>>), //~ERROR very complex type V1(Vec<Vec<Box<(u32, u32, u32, u32)>>>), //~ERROR very complex type
//~^ERROR very complex type
V2 { f: Vec<Vec<Box<(u32, u32, u32, u32)>>> }, //~ERROR very complex type V2 { f: Vec<Vec<Box<(u32, u32, u32, u32)>>> }, //~ERROR very complex type
} }