This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- run-make/alloc-no-oom-handling/Makefile
2- run-make/alloc-no-rc/Makefile
3- run-make/alloc-no-sync/Makefile
41run-make/allocator-shim-circular-deps/Makefile
52run-make/allow-non-lint-warnings-cmdline/Makefile
63run-make/allow-warnings-cmdline-stability/Makefile
Original file line number Diff line number Diff line change 1- // This test checks that alloc can still compile correctly when the unstable no_global_oom_handling feature is turned on.
1+ // This test checks that alloc can still compile correctly
2+ // when the unstable no_global_oom_handling feature is turned on.
23// See https://github.com/rust-lang/rust/pull/84266
34
45use run_make_support:: rustc;
Original file line number Diff line number Diff line change 1- // This test checks that alloc can still compile correctly when the unstable no_rc feature is turned on.
1+ // This test checks that alloc can still compile correctly
2+ // when the unstable no_rc feature is turned on.
23// See https://github.com/rust-lang/rust/pull/84266
34
45use run_make_support:: rustc;
Original file line number Diff line number Diff line change 1- // This test checks that alloc can still compile correctly when the unstable no_sync feature is turned on.
1+ // This test checks that alloc can still compile correctly
2+ // when the unstable no_sync feature is turned on.
23// See https://github.com/rust-lang/rust/pull/84266
34
45use run_make_support:: rustc;
You can’t perform that action at this time.
0 commit comments