]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/issue-21153.rs
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / issue-21153.rs
index 13a5cc320e50f6587c472deac374ab41d5fef659..46cd45f28b43da81d0032a380f88c4b86b59dd3a 100644 (file)
@@ -1,5 +1,5 @@
-// compile-flags: -Z parse-only
-
 trait MyTrait<T>: Iterator { //~ ERROR missing `fn`, `type`, or `const`
     Item = T;
 }
+
+fn main() {}