Suppress import errors for traits that couldve applied for method lookup error by compiler-errors · Pull Request #131702 · rust-lang/rust (original) (raw)
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
`[Unrolled build for](/rust-lang-ci/rust/commit/f97a50dbc84c4a4fdaf8e01b939e5850cb311275 "Unrolled build for #131702 Rollup merge of #131702 - compiler-errors:method-lookup-trait-warning, r=jieyouxu
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.") rust-lang#131702 `
[f97a50d](/rust-lang-ci/rust/commit/f97a50dbc84c4a4fdaf8e01b939e5850cb311275)
Rollup merge of rust-lang#131702 - compiler-errors:method-lookup-trait-warning, r=jieyouxu
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.