Line length
This commit is contained in:
parent
05aa62aa32
commit
cdba65df35
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,9 @@ NOTE: For the example to compile, you will need to first run the following:
|
|||
|
||||
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
|
||||
#![feature(rustc_private)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue