about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-04-04 21:54:57 +0200
committerGitHub <noreply@github.com>2025-04-04 21:54:57 +0200
commitcfc2297cfc8b8cf105c55442af8164aa759aa568 (patch)
tree187a18ee0e1ed169d407c902e1d21e03486a472a /compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp
parent00f608af18098e35135d79e907565c8d310dbce1 (diff)
parentf9927ee042f7d7418fbb64082272ce1feff4d895 (diff)
downloadrust-cfc2297cfc8b8cf105c55442af8164aa759aa568.tar.gz
rust-cfc2297cfc8b8cf105c55442af8164aa759aa568.zip
Rollup merge of #139328 - GuillaumeGomez:fix-panic-output-137970, r=fmease
Fix 2024 edition doctest panic output

Fixes #137970.

The problem was that the output was actually displayed by rustc itself because we're exiting with `Result<(), String>`, and the display is really not great. So instead, we get the output, we print it and then we return an `ExitCode`.

r? ````@aDotInTheVoid````
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp')
0 files changed, 0 insertions, 0 deletions