]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/no-unsafe-self.rs
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / no-unsafe-self.rs
index 57201f2d91afd6e77806d411de8b1790d5aadcc9..d1cd8ad53114b1f763fe45163a605a7d36b3013f 100644 (file)
@@ -1,5 +1,3 @@
-// compile-flags: -Z continue-parse-after-error
-
 trait A {
     fn foo(*mut self); //~ ERROR cannot pass `self` by raw pointer
     fn baz(*const self); //~ ERROR cannot pass `self` by raw pointer