We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7acd29 commit 4a9df0eCopy full SHA for 4a9df0e
src/test/compile-fail/incr_comp_with_macro_export.rs renamed to src/test/incremental/macro_export.rs
@@ -8,10 +8,9 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-// compile-flags: -Zincremental=tmp/cfail-tests/incr_comp_with_macro_export
+// revisions: cfail1 cfail2 cfail3
12
// must-compile-successfully
13
14
-
15
// This test case makes sure that we can compile with incremental compilation
16
// enabled when there are macros exported from this crate. (See #37756)
17
0 commit comments