]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/needless_arbitrary_self_type_unfixable.stderr
Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
[rust.git] / src / tools / clippy / tests / ui / needless_arbitrary_self_type_unfixable.stderr
index 44a0e6ddeace63bcd54bc6f7284eff4a336ec4e9..b2edbfe4323e16ce6ec4407158daa60f143b335f 100644 (file)
@@ -1,5 +1,5 @@
 error: the type of the `self` parameter does not need to be arbitrary
-  --> $DIR/needless_arbitrary_self_type_unfixable.rs:41:31
+  --> $DIR/needless_arbitrary_self_type_unfixable.rs:42:31
    |
 LL |         fn call_with_mut_self(self: &mut Self) {}
    |                               ^^^^^^^^^^^^^^^ help: consider to change this parameter to: `&'_ mut self`