diff options
Diffstat (limited to 'crates/hir_def/src')
-rw-r--r-- | crates/hir_def/src/body/tests.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/hir_def/src/body/tests.rs b/crates/hir_def/src/body/tests.rs index f2b57aebe..c7003f2a6 100644 --- a/crates/hir_def/src/body/tests.rs +++ b/crates/hir_def/src/body/tests.rs | |||
@@ -100,6 +100,9 @@ fn f() { | |||
100 | env!(invalid); | 100 | env!(invalid); |
101 | //^^^^^^^^^^^^^ could not convert tokens | 101 | //^^^^^^^^^^^^^ could not convert tokens |
102 | 102 | ||
103 | env!("OUT_DIR"); | ||
104 | //^^^^^^^^^^^^^^^ `OUT_DIR` not set, enable "load out dirs from check" to fix | ||
105 | |||
103 | // Lazy: | 106 | // Lazy: |
104 | 107 | ||
105 | format_args!(); | 108 | format_args!(); |