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
6868tests/ui/lto/msvc-imp-present.rs
6969tests/ui/lto/lto-thin-rustc-loads-linker-plugin.rs
7070tests/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() {
359359 git checkout tests/ui/macros/rfc-2011-nicer-assert-messages/auxiliary/common.rs
360360 git checkout tests/ui/imports/ambiguous-1.rs
361361 git checkout tests/ui/imports/ambiguous-4-extern.rs
362+ git checkout tests/ui/entry-point/auxiliary/bad_main_functions.rs
362363
363364 RUSTC_ARGS=" $TEST_FLAGS -Csymbol-mangling-version=v0 -Zcodegen-backend=" $( pwd) " /../target/" $CHANNEL " /librustc_codegen_gcc." $dylib_ext " --sysroot " $( pwd) " /../build_sysroot/sysroot"
364365
You can’t perform that action at this time.
0 commit comments