Skip to content

Commit 9e7ce9d

Browse files
committed
run the specific script suggested by the error message
``` ./tests/ui-toml/update-references.sh './target/debug/test_build_base' 'functions_maxlines/test.rs' ```
1 parent db16fa2 commit 9e7ce9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui-toml/functions_maxlines/test.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: this function has a large number of lines
1+
error: this function has too many lines (2/1)
22
--> $DIR/test.rs:18:1
33
|
44
LL | / fn too_many_lines() {
@@ -9,7 +9,7 @@ LL | | }
99
|
1010
= note: `-D clippy::too-many-lines` implied by `-D warnings`
1111

12-
error: this function has a large number of lines
12+
error: this function has too many lines (2/1)
1313
--> $DIR/test.rs:38:1
1414
|
1515
LL | / fn comment_before_code() {

0 commit comments

Comments
 (0)