diff --git a/src/std/panic.md b/src/std/panic.md index e9005ceb07..cf220e8203 100644 --- a/src/std/panic.md +++ b/src/std/panic.md @@ -34,7 +34,7 @@ fn main() { Let's check that `panic!` doesn't leak memory. -```bash +```text $ rustc panic.rs && valgrind ./panic ==4401== Memcheck, a memory error detector ==4401== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.