]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/manual_ok_or.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / manual_ok_or.stderr
index 8ea10ac54363660225df1216d7435f3c756630f1..65459a097384b08dedd024e2a3d2fc172b4f7524 100644 (file)
@@ -32,9 +32,9 @@ LL | |     );
    |
 help: replace with
    |
-LL |     foo.ok_or(&format!(
-LL |         "{}{}{}{}{}{}{}",
-LL |         "Alice", "Bob", "Sarah", "Marc", "Sandra", "Eric", "Jenifer"));
+LL ~     foo.ok_or(&format!(
+LL +         "{}{}{}{}{}{}{}",
+LL ~         "Alice", "Bob", "Sarah", "Marc", "Sandra", "Eric", "Jenifer"));
    |
 
 error: aborting due to 4 previous errors