diff options
author | James Leitch <[email protected]> | 2020-11-02 17:57:31 +0000 |
---|---|---|
committer | James Leitch <[email protected]> | 2020-11-02 17:57:31 +0000 |
commit | ff87726074915fe298cb37ca60b193f922a612df (patch) | |
tree | 48f98a6f5273589619cc6fda66ab6de7d84822f4 /crates/hir_def/src/nameres/tests | |
parent | d2d7a4403cad6913a1944cbe4aaedc6c8b936382 (diff) |
Feedback.
Diffstat (limited to 'crates/hir_def/src/nameres/tests')
-rw-r--r-- | crates/hir_def/src/nameres/tests/mod_resolution.rs | 2 |
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; | |||
323 | fn module_resolution_relative_path_outside_root() { | 323 | fn 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"] |
328 | mod foo; | 328 | mod foo; |
329 | 329 | ||