rust/tests/ui/track-diagnostics
Nicholas Nethercote 286329870d De-weirdify fatally_break_rust.
The easter egg ICE on `break rust` is weird: it's the one ICE in the
entire compiler that doesn't immediately abort, which makes it
annoyingly inconsistent.

This commit changes it to abort. As part of this, the extra notes are
now appended onto the bug dignostic, rather than being printed as
individual note diagnostics, which changes the output format a bit.
These changes don't interferes with the joke, but they do help with my
ongoing cleanups to error handling.
2023-12-19 20:58:45 +11:00
..
track2.rs
track2.stderr
track3.rs
track3.stderr
track4.rs
track4.stderr
track5.rs
track5.stderr
track6.rs
track6.stderr
track.rs
track.stderr