Skip to content

Commit 7d3b017

Browse files
committed
Don't highlight panics as Rust
1 parent 1660f66 commit 7d3b017

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

posts/inside-rust/2020-09-11-stabilizing-intra-doc-links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ fn main() {
6565
macro m() {}
6666
};
6767
}
68+
```
69+
```
6870
thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', /home/joshua/src/rust/src/librustc_hir/definitions.rs:358:9
6971
```
7072

0 commit comments

Comments
 (0)