Skip to content

Commit 718047c

Browse files
georgewfrasermark-i-m
authored andcommitted
Line length
1 parent 7f394a5 commit 718047c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/rustc-driver-getting-diagnostics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ NOTE: For the example to compile, you will need to first run the following:
88

99
rustup component add rustc-dev
1010

11-
To get diagnostics from the compiler, configure `rustc_interface::Config` to output diagnostic to a buffer, and run `TyCtxt.analysis`:
11+
To get diagnostics from the compiler,
12+
configure `rustc_interface::Config` to output diagnostic to a buffer,
13+
and run `TyCtxt.analysis`:
1214

1315
```rust
1416
#![feature(rustc_private)]

0 commit comments

Comments
 (0)