mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
a71dbcd679
Remove false label when `self` resolve failure does not relate to macro Fixes rust-lang/rust#143134 In the first commit, I did some code-clean, moving `suggest*` to `suggestions/` dir. In the second, commit, I added ui test. In the third, I change the code, and present the test result. r? compiler