]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/force-warn/force-lint-group-allow-all-warnings.stderr
3965d5ca2385d0bb3fcab78efc2d245161b83d1c
[rust.git] / src / test / ui / lint / force-warn / force-lint-group-allow-all-warnings.stderr
1 warning: function `FUNCTION` should have a snake case name
2   --> $DIR/force-lint-group-allow-all-warnings.rs:6:8
3    |
4 LL | pub fn FUNCTION() {}
5    |        ^^^^^^^^ help: convert the identifier to snake case: `function`
6    |
7    = note: Warning forced by `force-warns` commandline option
8
9 warning: 1 warning emitted
10