X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fhygiene%2Fmissing-self-diag.stderr;h=690bcd03226fb3de813e8cc5efd9aaae2a8d5417;hb=1a1f525bb0d9897673b2445122ffd6f7aa265c9e;hp=b5370209f9d0efc86a086f47db36ab83ec3c367e;hpb=3d5d4e324d683ad5519345089d4a1ecb3c3d1f42;p=rust.git diff --git a/src/test/ui/hygiene/missing-self-diag.stderr b/src/test/ui/hygiene/missing-self-diag.stderr index b5370209f9d..690bcd03226 100644 --- a/src/test/ui/hygiene/missing-self-diag.stderr +++ b/src/test/ui/hygiene/missing-self-diag.stderr @@ -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 |