mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 06:10:39 +00:00
1.1 KiB
1.1 KiB
| name | about | labels |
|---|---|---|
| Diagnostic issue | Create a bug report or feature request for a change to `rustc`'s error output | A-diagnostics, T-compiler |
Given the following code:
<code>
The current output is:
<rustc output>
Ideally the output should look like:
<proposed output>