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.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crates/hir_expand/src/name.rs b/crates/hir_expand/src/name.rs index ab730b54bc..23f81d3c7f 100644 --- a/crates/hir_expand/src/name.rs +++ b/crates/hir_expand/src/name.rs @@ -334,6 +334,13 @@ pub mod known { gt, le, lt, + // lang items + not, + neg, + future_trait, + owned_box, + index, + partial_ord ); // self/Self cannot be used as an identifier |