summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2021-09-11 16:41:14 -0700
committerMichael Howell <michael@notriddle.com>2021-09-11 16:42:42 -0700
commite1873ba007149e69bb996f7becadc796ed87fc0c (patch)
tree29d69ec69228a03838878d52fca9de0d8ddf8f1d /compiler/rustc_span/src
parent641e02f388acc6b1d316a59c605a32d1711a8758 (diff)
downloadrust-e1873ba007149e69bb996f7becadc796ed87fc0c.tar.gz
rust-e1873ba007149e69bb996f7becadc796ed87fc0c.zip
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.
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index c816d060456..41ef0795f25 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -934,7 +934,6 @@ symbols! {
         panic_unwind,
         panicking,
         param_attrs,
-        parent_trait,
         partial_cmp,
         partial_ord,
         passes,