We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949b347 commit f94c3e0Copy full SHA for f94c3e0
doc/adding_lints.md
@@ -86,6 +86,8 @@ test. That allows us to check if the output is turning into what we want.
86
87
Once we are satisfied with the output, we need to run
88
`tests/ui/update-all-references.sh` to update the `.stderr` file for our lint.
89
+Please note that, we should run `TESTNAME=ui/foo_functions cargo uitest`
90
+before running `tests/ui/update-all-references.sh`.
91
Running `TESTNAME=ui/foo_functions cargo uitest` should pass then. When we
92
commit our lint, we need to commit the generated `.stderr` files, too.
93
0 commit comments