]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/functions_maxlines.stderr
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / tests / ui / functions_maxlines.stderr
index dfa6a1cf3c5fba1faf74461d1db8ae7a14e82ff0..9b0e7550cc314b774f400ffc095ef77921800430 100644 (file)
@@ -2,7 +2,7 @@ error: This function has a large number of lines.
   --> $DIR/functions_maxlines.rs:58:1
    |
 LL | / fn bad_lines() {
-LL | |     println!("This is bad.");
+LL | |     println!("Dont get confused by braces: {{}}");
 LL | |     println!("This is bad.");
 LL | |     println!("This is bad.");
 ...  |