File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -68,3 +68,6 @@ tests/ui/lto/thin-lto-global-allocator.rs
68
68
tests/ui/lto/msvc-imp-present.rs
69
69
tests/ui/lto/lto-thin-rustc-loads-linker-plugin.rs
70
70
tests/ui/lto/all-crates.rs
71
+ tests/ui/async-await/deep-futures-are-freeze.rs
72
+ tests/ui/closures/capture-unsized-by-ref.rs
73
+ tests/ui/generator/resume-after-return.rs
Original file line number Diff line number Diff line change @@ -359,6 +359,7 @@ function test_rustc() {
359
359
git checkout tests/ui/macros/rfc-2011-nicer-assert-messages/auxiliary/common.rs
360
360
git checkout tests/ui/imports/ambiguous-1.rs
361
361
git checkout tests/ui/imports/ambiguous-4-extern.rs
362
+ git checkout tests/ui/entry-point/auxiliary/bad_main_functions.rs
362
363
363
364
RUSTC_ARGS=" $TEST_FLAGS -Csymbol-mangling-version=v0 -Zcodegen-backend=" $( pwd) " /../target/" $CHANNEL " /librustc_codegen_gcc." $dylib_ext " --sysroot " $( pwd) " /../build_sysroot/sysroot"
364
365
You can’t perform that action at this time.
0 commit comments