summaryrefslogtreecommitdiffstats
path: root/tests/ui/panics/runtime-switch.v0.run.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/panics/runtime-switch.v0.run.stderr')
-rw-r--r--tests/ui/panics/runtime-switch.v0.run.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/panics/runtime-switch.v0.run.stderr b/tests/ui/panics/runtime-switch.v0.run.stderr
new file mode 100644
index 000000000..a4ae44131
--- /dev/null
+++ b/tests/ui/panics/runtime-switch.v0.run.stderr
@@ -0,0 +1,5 @@
+thread 'main' panicked at 'explicit panic', $DIR/runtime-switch.rs:26:5
+stack backtrace:
+ 0: std::panicking::begin_panic::<&str>
+ 1: runtime_switch::main
+note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.