Skip to content

Commit 23c0495

Browse files
author
hyd-dev
committed
Update Box<Any> to Box<dyn Any> in catch_panic.stderr
1 parent 81ee877 commit 23c0495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cc9610bf5af1d5c54968db0dd899595ca12307a0
1+
a50d72158e08e02cfc051b863017bdbd2c45b637

tests/run-pass/panic/catch_panic.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ thread 'main' panicked at 'Hello from panic: 1', $DIR/catch_panic.rs:LL:26
55
Caught panic message (String): Hello from panic: 1
66
thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:LL:26
77
Caught panic message (String): Hello from panic: 2
8-
thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:LL:27
8+
thread 'main' panicked at 'Box<dyn Any>', $DIR/catch_panic.rs:LL:27
99
Failed to get caught panic message.
1010
thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:LL:27
1111
Caught panic message (&str): Hello from panic: core

0 commit comments

Comments
 (0)