We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7335110 commit dac57e6Copy full SHA for dac57e6
src/test/run-make/incr-prev-body-beyond-eof/Makefile
@@ -1,4 +1,7 @@
1
--include ../../run-make-fulldeps/tools.mk
+include ../../run-make-fulldeps/tools.mk
2
+
3
+# FIXME https://github.com/rust-lang/rust/issues/78911
4
+# ignore-32bit wrong/no cross compiler and sometimes we pass wrong gcc args (-m64)
5
6
# Tests that we don't ICE during incremental compilation after modifying a
7
# function span such that its previous end line exceeds the number of lines
src/test/run-make/issue-36710/Makefile
@@ -1,5 +1,6 @@
include ../../run-make-fulldeps/tools.mk
# ignore-32bit wrong/no cross compiler and sometimes we pass wrong gcc args (-m64)
all: foo
0 commit comments