diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-05-27 13:10:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-27 13:10:37 +0200 |
| commit | 7083131c92dd4dcbfc23216cd7eb8d7fac93fcaf (patch) | |
| tree | beb7994389fff4d18305dce5f5c22d21b1c65074 /src/tools | |
| parent | a9c125f8642157976c5c85c3637f21426dac4846 (diff) | |
| parent | e4abfaeb620e75a1f84b94dcb89e41eac495f52b (diff) | |
| download | rust-7083131c92dd4dcbfc23216cd7eb8d7fac93fcaf.tar.gz rust-7083131c92dd4dcbfc23216cd7eb8d7fac93fcaf.zip | |
Rollup merge of #125607 - GuillaumeGomez:migrate-compile-stdin, r=jieyouxu
Migrate `run-make/compile-stdin` to `rmake.rs` Part of https://github.com/rust-lang/rust/issues/121876. r? `@jieyouxu`
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/allowed_run_make_makefiles.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/allowed_run_make_makefiles.txt b/src/tools/tidy/src/allowed_run_make_makefiles.txt index 9a6ae18abea..55d65fe8987 100644 --- a/src/tools/tidy/src/allowed_run_make_makefiles.txt +++ b/src/tools/tidy/src/allowed_run_make_makefiles.txt @@ -18,7 +18,6 @@ run-make/cdylib-fewer-symbols/Makefile run-make/cdylib/Makefile run-make/codegen-options-parsing/Makefile run-make/comment-section/Makefile -run-make/compile-stdin/Makefile run-make/compiler-lookup-paths-2/Makefile run-make/compiler-lookup-paths/Makefile run-make/compiler-rt-works-on-mingw/Makefile |
