diff options
| author | cg-cnu <sreenivas9alapati@gmail.com> | 2018-04-10 10:43:09 +0530 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-04-15 12:58:53 -0500 |
| commit | 3e2dcd7f2cad07e3181c392ff4ef36f9e7e3e876 (patch) | |
| tree | ebeba36587f97a7454f979eb16d4b0116297566e /src/doc/rustc-dev-guide | |
| parent | 9dcc68bfac4d3bd37f28e2dc9608aedb10476307 (diff) | |
| download | rust-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.md | 2 |
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 + (); |
