]> 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 9e1b2fe568a4e4ab675b29d2af1c662066126caf..9b0e7550cc314b774f400ffc095ef77921800430 100644 (file)
@@ -1,8 +1,8 @@
 error: This function has a large number of lines.
-  --> $DIR/functions_maxlines.rs:59:1
+  --> $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.");
 ...  |