diff --git a/tests/compile-fail/complex_types.rs b/tests/compile-fail/complex_types.rs index 995132ba88c9..f5b21c6df4b1 100755 --- a/tests/compile-fail/complex_types.rs +++ b/tests/compile-fail/complex_types.rs @@ -17,6 +17,7 @@ struct TS(Vec>>); //~ERROR very complex type enum E { V1(Vec>>), //~ERROR very complex type + //~^ERROR very complex type V2 { f: Vec>> }, //~ERROR very complex type }