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 caf665e commit 9c234c0Copy full SHA for 9c234c0
tests/ui/panics/location-detail-unwrap-multiline.rs
@@ -1,8 +1,9 @@
1
//@ run-fail
2
//@ compile-flags: -Cstrip=none -Cdebuginfo=line-tables-only -Copt-level=0
3
//@ exec-env:RUST_BACKTRACE=1
4
-//@ regex-error-pattern: location-detail-unwrap-multiline\.rs:10(:10)?\n
+//@ regex-error-pattern: location-detail-unwrap-multiline\.rs:11(:10)?\n
5
//@ needs-unwind
6
+//@ ignore-android FIXME #17520
7
8
fn main() {
9
let opt: Option<u32> = None;
0 commit comments