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
This commit is contained in:
bors 2021-06-08 15:15:05 +00:00
commit c8713c2f9f
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
cc9610bf5af1d5c54968db0dd899595ca12307a0
a50d72158e08e02cfc051b863017bdbd2c45b637

View File

@ -5,7 +5,7 @@ thread 'main' panicked at 'Hello from panic: 1', $DIR/catch_panic.rs:LL:26
Caught panic message (String): Hello from panic: 1
thread 'main' panicked at 'Hello from panic: 2', $DIR/catch_panic.rs:LL:26
Caught panic message (String): Hello from panic: 2
thread 'main' panicked at 'Box<Any>', $DIR/catch_panic.rs:LL:27
thread 'main' panicked at 'Box<dyn Any>', $DIR/catch_panic.rs:LL:27
Failed to get caught panic message.
thread 'main' panicked at 'Hello from panic: core', $DIR/catch_panic.rs:LL:27
Caught panic message (&str): Hello from panic: core