mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
dd46057276
Remove rustc_on_unimplemented's append_const_msg This does nothing because it is unreachable within the compiler. It also doesn't seem that useful since all the traits it was on are `const` now. Will make pr to rustc-dev-guide docs later.