]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/manual_ok_or.stderr
Auto merge of #8374 - Alexendoo:bless-revisions, r=camsteffen
[rust.git] / 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