Skip to content

Commit

Permalink
Update src/rustc-driver-getting-diagnostics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Jan 21, 2024
1 parent 88db3df commit 4ee73bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustc-driver-getting-diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
To get diagnostics from the compiler,
configure `rustc_interface::Config` to output diagnostic to a buffer,
and run `TyCtxt.analysis`. The following was tested
with <!-- date-check: oct 2023 --> `nightly-2024-01-19`:
with <!-- date-check: jan 2024 --> `nightly-2024-01-19`:

```rust
{{#include ../examples/rustc-driver-getting-diagnostics.rs}}
Expand Down

0 comments on commit 4ee73bb

Please sign in to comment.