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 ca20989 commit 2bcef45Copy full SHA for 2bcef45
src/tools/build_helper/src/drop_bomb/mod.rs
@@ -40,7 +40,7 @@ impl Drop for DropBomb {
40
fn drop(&mut self) {
41
if !self.defused && !std::thread::panicking() {
42
panic!(
43
- "command constructed but not executed at {}: `{}`",
+ "command constructed at `{}` was dropped without being executed: `{}`",
44
self.armed_location,
45
self.command.to_string_lossy()
46
)
0 commit comments