File tree 4 files changed +6
-6
lines changed
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
4
1
run-make/allocator-shim-circular-deps/Makefile
5
2
run-make/allow-non-lint-warnings-cmdline/Makefile
6
3
run-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.
2
3
// See https://github.com/rust-lang/rust/pull/84266
3
4
4
5
use 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.
2
3
// See https://github.com/rust-lang/rust/pull/84266
3
4
4
5
use 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.
2
3
// See https://github.com/rust-lang/rust/pull/84266
3
4
4
5
use run_make_support:: rustc;
You can’t perform that action at this time.
0 commit comments