]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/underscore-suffix-for-string.rs
Migrate compile-pass annotations to build-pass
[rust.git] / src / test / ui / parser / underscore-suffix-for-string.rs
index bcd0b24c7507fe352c1636c8db26f17ad2a71458..dd0599b4ab3631058ba7a0771f05cbc138e85f3b 100644 (file)
@@ -1,4 +1,4 @@
-// compile-pass
+// build-pass (FIXME(62277): could be check-pass?)
 
 fn main() {
     let _ = "Foo"_;