Line length

This commit is contained in:
George Fraser 2020-05-02 15:06:21 -07:00 committed by Who? Me?!
parent d0702a0b3b
commit 1ac14631e8
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ NOTE: For the example to compile, you will need to first run the following:
rustup component add rustc-dev rustup component add rustc-dev
To get diagnostics from the compiler, configure `rustc_interface::Config` to output diagnostic to a buffer, and run `TyCtxt.analysis`: To get diagnostics from the compiler,
configure `rustc_interface::Config` to output diagnostic to a buffer,
and run `TyCtxt.analysis`:
```rust ```rust
#![feature(rustc_private)] #![feature(rustc_private)]