We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5daa61c commit cd53590Copy full SHA for cd53590
src/tools/tidy/src/allowed_run_make_makefiles.txt
@@ -31,7 +31,6 @@ run-make/compiler-rt-works-on-mingw/Makefile
31
run-make/compressed-debuginfo/Makefile
32
run-make/const-prop-lint/Makefile
33
run-make/const_fn_mir/Makefile
34
-run-make/core-no-fp-fmt-parse/Makefile
35
run-make/core-no-oom-handling/Makefile
36
run-make/crate-data-smoke/Makefile
37
run-make/crate-hash-rustc-version/Makefile
tests/run-make/core-no-fp-fmt-parse/rmake.rs
@@ -18,4 +18,4 @@ fn main() {
18
.arg("--cfg")
19
.arg("no_fp_fmt_parse")
20
.run();
21
-}
+}
0 commit comments