about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorcg-cnu <sreenivas9alapati@gmail.com>2018-04-10 10:43:09 +0530
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-04-15 12:58:53 -0500
commit3e2dcd7f2cad07e3181c392ff4ef36f9e7e3e876 (patch)
treeebeba36587f97a7454f979eb16d4b0116297566e /src/doc/rustc-dev-guide
parent9dcc68bfac4d3bd37f28e2dc9608aedb10476307 (diff)
downloadrust-3e2dcd7f2cad07e3181c392ff4ef36f9e7e3e876.tar.gz
rust-3e2dcd7f2cad07e3181c392ff4ef36f9e7e3e876.zip
fix: changed rust code to bash formatting
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-debugging.md b/src/doc/rustc-dev-guide/src/compiler-debugging.md
index fc74caa8fe6..80cbf673562 100644
--- a/src/doc/rustc-dev-guide/src/compiler-debugging.md
+++ b/src/doc/rustc-dev-guide/src/compiler-debugging.md
@@ -69,7 +69,7 @@ the first `delay_span_bug` call panic, which will give you a useful backtrace.
 
 For example:
 
-```rust
+```bash
 $ cat error.rs
 fn main() {
     1 + ();