]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/underscore-ident-matcher.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / underscore-ident-matcher.stderr
index e148c48ed13142ce234ab5b8bce47fb142163d45..29fb9157b681e932181fc6e432eef441b904391d 100644 (file)
@@ -1,11 +1,11 @@
 error: no rules expected the token `_`
-  --> $DIR/underscore-ident-matcher.rs:18:19
+  --> $DIR/underscore-ident-matcher.rs:8:19
    |
 LL | macro_rules! identity {
    | --------------------- when calling this macro
 ...
 LL |     let identity!(_) = 10; //~ ERROR no rules expected the token `_`
-   |                   ^ no rules expected the token `_`
+   |                   ^ no rules expected this token in macro call
 
 error: aborting due to previous error