mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
2e2c433be4
Suppress import errors for traits that couldve applied for method lookup error Self-explanatory. I hit this quite often when refactoring in rustc, so even though this isn't really showing up as significant in the UI test suite, it probably will matter more for multi-module projects.