Skip to content

Commit c8713c2

Browse files
committed
Auto merge of #1828 - hyd-dev:rustup, r=RalfJung
Update `Box<Any>` to `Box<dyn Any>` in `catch_panic.stderr` https://github.com/rust-lang-ci/rust/runs/2771244703#step:25:9487 cc rust-lang/rust#86133 rust-lang/rust#86074
2 parents 81ee877 + 23c0495 commit c8713c2

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)