]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #88875 - notriddle:notriddle/cleanup-unused-trait-selection, r=Mark...
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 16 Sep 2021 17:57:19 +0000 (10:57 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Sep 2021 17:57:19 +0000 (10:57 -0700)
cleanup(rustc_trait_selection): remove vestigial code from rustc_on_unimplemented

This isn't allowed by the validator, and seems to be unused.
When it was added in ed10a3faae1fd1176b2edf4a61438e0542c103b9,
it was used on `Sized`, and that usage is gone.

1  2 
compiler/rustc_span/src/symbol.rs

Simple merge