aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/nameres/tests
diff options
context:
space:
mode:
authorJames Leitch <[email protected]>2020-11-02 17:57:31 +0000
committerJames Leitch <[email protected]>2020-11-02 17:57:31 +0000
commitff87726074915fe298cb37ca60b193f922a612df (patch)
tree48f98a6f5273589619cc6fda66ab6de7d84822f4 /crates/hir_def/src/nameres/tests
parentd2d7a4403cad6913a1944cbe4aaedc6c8b936382 (diff)
Feedback.
Diffstat (limited to 'crates/hir_def/src/nameres/tests')
-rw-r--r--crates/hir_def/src/nameres/tests/mod_resolution.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_def/src/nameres/tests/mod_resolution.rs b/crates/hir_def/src/nameres/tests/mod_resolution.rs
index 0b2b4429d..ec9d589a3 100644
--- a/crates/hir_def/src/nameres/tests/mod_resolution.rs
+++ b/crates/hir_def/src/nameres/tests/mod_resolution.rs
@@ -323,7 +323,7 @@ pub struct Baz;
323fn module_resolution_relative_path_outside_root() { 323fn module_resolution_relative_path_outside_root() {
324 check( 324 check(
325 r#" 325 r#"
326//- /a/b/c/d/e/main.rs root: 326//- /a/b/c/d/e/main.rs crate:main
327#[path="../../../../../outside.rs"] 327#[path="../../../../../outside.rs"]
328mod foo; 328mod foo;
329 329