diff options
| author | Gary Guo <gary@garyguo.net> | 2022-12-09 02:27:03 +0000 |
|---|---|---|
| committer | Gary Guo <gary@garyguo.net> | 2022-12-09 02:29:51 +0000 |
| commit | 5e44a65517bfcccbe6624a70b54b9f192baa94f3 (patch) | |
| tree | acbb2748e4bb82e0d2cfac54ac40fe49416f1702 /compiler/rustc_span/src | |
| parent | 7632db0e87d8adccc9a83a47795c9411b1455855 (diff) | |
| download | rust-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.rs | 1 |
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, |
