We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf1477 commit 9634633Copy full SHA for 9634633
src/tools/build_helper/src/drop_bomb/mod.rs
@@ -45,7 +45,7 @@ impl Drop for DropBomb {
45
fn drop(&mut self) {
46
if !self.defused && !std::thread::panicking() {
47
panic!(
48
- "command constructed but not executed at {}: `{}`",
+ "command constructed at `{}` was dropped without being executed: `{}`",
49
self.armed_location,
50
self.command.to_string_lossy()
51
)
0 commit comments