--- name: Diagnostic issue about: Create a bug report or feature request for a change to `rustc`'s error output labels: A-diagnostics, T-compiler --- Given the following code: ```rust ``` The current output is: ``` ``` Ideally the output should look like: ``` ```