We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f3657 commit 0be3cc8Copy full SHA for 0be3cc8
src/test/ui/extern-flag/empty-extern-arg.rs
@@ -1,5 +1,6 @@
1
// compile-flags: --extern std=
2
// error-pattern: extern location for std does not exist
3
// needs-unwind since it affects the error output
4
+// ignore-emscripten missing eh_catch_typeinfo lang item
5
6
fn main() {}
src/test/ui/panic-handler/weak-lang-item.rs
@@ -2,6 +2,7 @@
// error-pattern: `#[panic_handler]` function required, but not found
// error-pattern: language item required, but not found: `eh_personality`
7
#![no_std]
8
0 commit comments