]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/missing-self-diag.stderr
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / missing-self-diag.stderr
index b5370209f9d0efc86a086f47db36ab83ec3c367e..690bcd03226fb3de813e8cc5efd9aaae2a8d5417 100644 (file)
@@ -6,7 +6,7 @@ LL |           self.bar();
 ...
 LL | /     pub fn foo(&self) {
 LL | |         call_bar!();
-   | |         ------------ in this macro invocation
+   | |         ----------- in this macro invocation
 LL | |     }
    | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters
    |