workaround for failing test
This commit is contained in:
parent
7db7559fa5
commit
be66322886
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ struct TS(Vec<Vec<Box<(u32, u32, u32, u32)>>>); //~ERROR very complex type
|
|||
|
||||
enum E {
|
||||
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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue