]> git.lizzy.rs Git - rust.git/commit
Remove error message in specific case
authorkadmin <julianknodt@gmail.com>
Wed, 26 Aug 2020 00:30:02 +0000 (00:30 +0000)
committerkadmin <julianknodt@gmail.com>
Sun, 30 Aug 2020 19:39:51 +0000 (19:39 +0000)
commit8894b366fdb976a703fe76010f6e56c591cada1f
tree3a4df5c9914a364aa388b9f4ccf16e65726acf4b
parent85fbf49ce0e2274d0acf798f6e703747674feec3
Remove error message in specific case

In the case that a trait is not implemented for an ADT with type errors, cancel the error.
compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs
src/test/ui/traits/issue-75627.rs [new file with mode: 0644]
src/test/ui/traits/issue-75627.stderr [new file with mode: 0644]