]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/underscore-suffix-for-string.rs
Make sure all ui/parse tests have `-Z parse-only`
[rust.git] / src / test / ui / parser / underscore-suffix-for-string.rs
index 6917134c5f7e41668aa8ab9b6250d1f0fc553ddf..3ef29a3692ec714e8070dc7ffbc22126c9272ae0 100644 (file)
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 // compile-pass
+// compile-flags: -Z parse-only
 
 fn main() {
     let _ = "Foo"_;