Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/src/name.rs')
-rw-r--r--crates/hir-expand/src/name.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/hir-expand/src/name.rs b/crates/hir-expand/src/name.rs
index a321f94cd7..3d8d01e255 100644
--- a/crates/hir-expand/src/name.rs
+++ b/crates/hir-expand/src/name.rs
@@ -318,6 +318,10 @@ pub mod known {
new_lower_hex,
new_upper_hex,
from_usize,
+ panic_2015,
+ panic_2021,
+ unreachable_2015,
+ unreachable_2021,
// Components of known path (type name)
Iterator,
IntoIterator,
@@ -384,6 +388,7 @@ pub mod known {
log_syntax,
module_path,
option_env,
+ quote,
std_panic,
stringify,
trace_macros,