We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420235c commit f4383ffCopy full SHA for f4383ff
scripts/test_rustc_tests.sh
@@ -149,6 +149,7 @@ rm tests/ui/backtrace/synchronized-panic-handler.rs # missing needs-unwind annot
149
rm tests/ui/lint/non-snake-case/lint-non-snake-case-crate.rs # same
150
rm tests/ui/async-await/async-drop/async-drop-initial.rs # same (rust-lang/rust#140493)
151
rm -r tests/ui/codegen/equal-pointers-unequal # make incorrect assumptions about the location of stack variables
152
+rm -r tests/run-make/rustdoc-scrape-examples-paths # FIXME(rust-lang/rust#145580) incr comp bug
153
154
rm tests/ui/intrinsics/panic-uninitialized-zeroed.rs # really slow with unoptimized libstd
155
rm tests/ui/process/process-panic-after-fork.rs # same
0 commit comments