diff --git a/phf_macros_tests/tests/compile-fail-unicase/equivalent-keys.stderr b/phf_macros_tests/tests/compile-fail-unicase/equivalent-keys.stderr index 11033581..5ea1dff1 100644 --- a/phf_macros_tests/tests/compile-fail-unicase/equivalent-keys.stderr +++ b/phf_macros_tests/tests/compile-fail-unicase/equivalent-keys.stderr @@ -1,7 +1,7 @@ error: duplicate key - --> $DIR/equivalent-keys.rs:6:5 + --> tests/compile-fail-unicase/equivalent-keys.rs:6:5 | 6 | UniCase::ascii("foo") => 42, //~ ERROR duplicate key UniCase("FOO") | ^^^^^^^^^^^^^^^^^^^^^ | - = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) + = note: this error originates in the macro `proc_macro_call` (in Nightly builds, run with -Z macro-backtrace for more info) diff --git a/phf_macros_tests/tests/compile-fail/bad-syntax.stderr b/phf_macros_tests/tests/compile-fail/bad-syntax.stderr index ce42934b..131dce35 100644 --- a/phf_macros_tests/tests/compile-fail/bad-syntax.stderr +++ b/phf_macros_tests/tests/compile-fail/bad-syntax.stderr @@ -1,7 +1,7 @@ error: expected identifier - --> $DIR/bad-syntax.rs:5:5 + --> tests/compile-fail/bad-syntax.rs:5:5 | 5 | => //~ ERROR expected identifier | ^^ | - = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) + = note: this error originates in the macro `proc_macro_call` (in Nightly builds, run with -Z macro-backtrace for more info)