mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
1.1 KiB
1.1 KiB
name, about, labels
| 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>