]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/single_match_else.stderr
iterate List by value
[rust.git] / tests / ui / single_match_else.stderr
index 3f29f5aaf6a3e790a548915e45f770572558c0da..59861d46eb34cf5383bec85151672e023308e719 100644 (file)
@@ -14,9 +14,9 @@ LL | |     }
 help: try this
    |
 LL |     if let ExprNode::ExprAddrOf = ExprNode::Butterflies { Some(&NODE) } else {
-LL |     let x = 5;
-LL |     None
-LL | }
+LL |         let x = 5;
+LL |         None
+LL |     }
    |
 
 error: aborting due to previous error