rust/compiler/rustc_errors
Aaron Hill dea8a16af5
Avoid describing a method as 'not found' when bounds are unsatisfied
Fixes #76267

When there is a single applicable method candidate, but its trait bounds
are not satisfied, we avoid saying that the method is "not found".
Insted, we update the error message to directly mention which bounds are
not satisfied, rather than mentioning them in a note.
2021-01-26 23:59:50 -05:00
..
src Avoid describing a method as 'not found' when bounds are unsatisfied 2021-01-26 23:59:50 -05:00
Cargo.toml Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00