mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
c1b8b7e86f
UI tests: add missing diagnostic kinds where possible The subset of https://github.com/rust-lang/rust/pull/139427 that only adds diagnostic kinds to line annotations, without changing any other things in annotations or compiletest. After this only non-viral `NOTE`s and `HELP`s should be missing. r? `@jieyouxu`