From 5f80364ede59d2507205246b383c25cb4dfb67ff Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 17 Mar 2021 21:56:09 +0100 Subject: Improve diagnostic when including nonexistent file --- crates/hir_def/src/nameres/tests/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir_def/src/nameres/tests/diagnostics.rs') diff --git a/crates/hir_def/src/nameres/tests/diagnostics.rs b/crates/hir_def/src/nameres/tests/diagnostics.rs index 6becd9ff1..a89061c2e 100644 --- a/crates/hir_def/src/nameres/tests/diagnostics.rs +++ b/crates/hir_def/src/nameres/tests/diagnostics.rs @@ -196,7 +196,7 @@ fn builtin_macro_fails_expansion() { macro_rules! include { () => {} } include!("doesntexist"); - //^^^^^^^^^^^^^^^^^^^^^^^^ could not convert tokens + //^^^^^^^^^^^^^^^^^^^^^^^^ failed to load file `doesntexist` "#, ); } -- cgit v1.2.3