aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/name.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-12-14 15:39:31 +0000
committerGitHub <[email protected]>2020-12-14 15:39:31 +0000
commit34f7b5383af61d8896c97e407888cfde2ba35350 (patch)
tree212f21083b89a68897cb8f75da0bfb8bea21b6ee /crates/hir_expand/src/name.rs
parent817fbebbb5f9187994b1a09a603ba9c7b2755a06 (diff)
parent81820fe52cde8e2433eb140441375e408e2659ee (diff)
Merge #6874
6874: Implement `module_path!()` r=jonas-schievink a=jonas-schievink Closes https://github.com/rust-analyzer/rust-analyzer/issues/6747 bors r+ Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'crates/hir_expand/src/name.rs')
-rw-r--r--crates/hir_expand/src/name.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_expand/src/name.rs b/crates/hir_expand/src/name.rs
index 583ed6142..6ec5ca0a9 100644
--- a/crates/hir_expand/src/name.rs
+++ b/crates/hir_expand/src/name.rs
@@ -188,6 +188,7 @@ pub mod known {
188 column, 188 column,
189 compile_error, 189 compile_error,
190 line, 190 line,
191 module_path,
191 assert, 192 assert,
192 stringify, 193 stringify,
193 concat, 194 concat,