about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorReagan McFarland <reagan.mcfarland1059@gmail.com>2021-06-06 16:21:47 -0400
committerReagan McFarland <reagan.mcfarland1059@gmail.com>2021-06-06 16:21:47 -0400
commiteb3fd6d208da80147430fea4be740acea687d8aa (patch)
tree7dac511b6fae884181cca25ca4428d3590f92e47 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent6c2dd251bbff03c7a3092d43fb5b637eca0810e3 (diff)
downloadrust-eb3fd6d208da80147430fea4be740acea687d8aa.tar.gz
rust-eb3fd6d208da80147430fea4be740acea687d8aa.zip
Default panic message should print Box<dyn Any>
Prior to this patch, the default panic message (resulting from calling
`panic_any(42);` for example), would print the following error message:

```
thread 'main' panicked at 'Box<Any>', ...
```

However, this should be `Box<dyn Any>` instead.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions