We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3669dba commit 35b4318Copy full SHA for 35b4318
scripts/test_rustc_tests.sh
@@ -145,6 +145,7 @@ rm tests/ui/codegen/subtyping-enforces-type-equality.rs # assert_assignable bug
145
# ======================
146
rm tests/ui/backtrace.rs # TODO warning
147
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
149
150
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
151
0 commit comments