diff options
Diffstat (limited to 'src/test/ui/panics/location-detail-unwrap-no-file.run.stderr')
-rw-r--r-- | src/test/ui/panics/location-detail-unwrap-no-file.run.stderr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/panics/location-detail-unwrap-no-file.run.stderr b/src/test/ui/panics/location-detail-unwrap-no-file.run.stderr new file mode 100644 index 000000000..7d8e1d930 --- /dev/null +++ b/src/test/ui/panics/location-detail-unwrap-no-file.run.stderr @@ -0,0 +1,2 @@ +thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', <redacted>:8:9 +note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |