]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/incremental_proc_macro.rs
Rollup merge of #62310 - GuillaumeGomez:add-missing-doc-links-boxed, r=Centril
[rust.git] / src / test / incremental / incremental_proc_macro.rs
index b0e9b1f9180f657961c23714eba949ae6c54c127..becc1538fb22506a9b44effcb379e73a6ec15840 100644 (file)
@@ -1,6 +1,6 @@
 // aux-build:incremental_proc_macro_aux.rs
 // revisions: cfail1 cfail2
-// compile-pass
+// build-pass (FIXME(62277): could be check-pass?)
 
 // This test makes sure that we still find the proc-macro registrar function
 // when we compile proc-macros incrementally (see #47292).