We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6fc42 commit 6a9110aCopy full SHA for 6a9110a
.gitignore
@@ -50,7 +50,6 @@ build/
50
/target
51
/src/bootstrap/target
52
/src/tools/x/target
53
-/inc-fat/
54
# Created by default with `src/ci/docker/run.sh`
55
/obj/
56
/rustc-ice*
tests/ui/lto/debuginfo-lto-alloc.rs
@@ -9,7 +9,8 @@
9
// that compilation is successful.
10
11
//@ check-pass
12
-//@ compile-flags: --test -C debuginfo=2 -C lto=fat -C incremental=inc-fat
+//@ compile-flags: --test -C debuginfo=2 -C lto=fat
13
+//@ incremental
14
15
extern crate alloc;
16
0 commit comments