about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorMaybe Waffle <waffle.lapkin@gmail.com>2023-02-17 13:44:35 +0000
committerMaybe Waffle <waffle.lapkin@gmail.com>2023-04-27 15:46:21 +0000
commit9a716dafbe3deb97091c5e511c2d893e1f325b07 (patch)
tree54b22f959cd04e39669f17027ea2505e9ae128e3 /compiler/rustc_span/src
parent518d348f873ac5df4ca43b36145e5556138adad3 (diff)
downloadrust-9a716dafbe3deb97091c5e511c2d893e1f325b07.tar.gz
rust-9a716dafbe3deb97091c5e511c2d893e1f325b07.zip
Add a `ConstParamTy` trait
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 70b9088de50..d2e23f84514 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -531,6 +531,7 @@ symbols! {
         const_mut_refs,
         const_panic,
         const_panic_fmt,
+        const_param_ty,
         const_precise_live_drops,
         const_raw_ptr_deref,
         const_raw_ptr_to_usize_cast,