Skip to content

Commit 35b4318

Browse files
committed
Disable test broken due to upstream bug
1 parent 3669dba commit 35b4318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test_rustc_tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ rm tests/ui/codegen/subtyping-enforces-type-equality.rs # assert_assignable bug
145145
# ======================
146146
rm tests/ui/backtrace.rs # TODO warning
147147
rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
148+
rm tests/ui/async-await/async-closures/once.rs # FIXME bug in the rustc FnAbi calculation code
148149

149150
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
150151

0 commit comments

Comments
 (0)