We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36812c7 commit 5fe5c75Copy full SHA for 5fe5c75
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