about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2022-12-09 02:27:03 +0000
committerGary Guo <gary@garyguo.net>2022-12-09 02:29:51 +0000
commit5e44a65517bfcccbe6624a70b54b9f192baa94f3 (patch)
treeacbb2748e4bb82e0d2cfac54ac40fe49416f1702 /compiler/rustc_span/src
parent7632db0e87d8adccc9a83a47795c9411b1455855 (diff)
downloadrust-5e44a65517bfcccbe6624a70b54b9f192baa94f3.tar.gz
rust-5e44a65517bfcccbe6624a70b54b9f192baa94f3.zip
Implement allow-by-default multiple_supertrait_upcastable lint
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 61253845497..2e90bd71ea6 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -941,6 +941,7 @@ symbols! {
         mul,
         mul_assign,
         mul_with_overflow,
+        multiple_supertrait_upcastable,
         must_not_suspend,
         must_use,
         naked,