]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/macro_export.rs
Rollup merge of #100338 - lyming2007:issue-100285-fix, r=petrochenkov
[rust.git] / src / test / incremental / macro_export.rs
index d1966646867a93a88b906b7b1e64bf802a060e90..044d63fd2a9f12f81f0838d28d23ba6831168e1d 100644 (file)
@@ -1,5 +1,5 @@
 // revisions: cfail1 cfail2 cfail3
-// compile-pass
+// build-pass (FIXME(62277): could be check-pass?)
 
 // This test case makes sure that we can compile with incremental compilation
 // enabled when there are macros exported from this crate. (See #37756)