mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
423e7b8286
compiletest: Make `SUGGESTION` annotations viral If one of them is expected in a test file, then others should be annotated as well, in the same way as with `HELP`s and `NOTE`s. This doesn't require much of an additional annotation burden, but simplifies the rules. r? ```@jieyouxu```