]> git.lizzy.rs Git - rust.git/commit
fully move `on_unimplemented` to error reporting
authorlcnr <rust@lcnr.de>
Mon, 7 Nov 2022 07:10:25 +0000 (08:10 +0100)
committerlcnr <rust@lcnr.de>
Mon, 7 Nov 2022 07:10:25 +0000 (08:10 +0100)
commit80e4e72fcd180ef62baa3a5c2e03fad75e41848b
tree09abf8af5183a7913b2c010c41dfb910be8c8da3
parent9b735a7132acd58b3bd34c084e9ca5b4ca7450a2
fully move `on_unimplemented` to error reporting
compiler/rustc_hir_analysis/src/check/check.rs
compiler/rustc_hir_typeck/src/method/suggest.rs
compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs
compiler/rustc_trait_selection/src/traits/error_reporting/on_unimplemented.rs
compiler/rustc_trait_selection/src/traits/mod.rs
compiler/rustc_trait_selection/src/traits/on_unimplemented.rs [deleted file]