summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/force-warn/lint-group-allow-warnings.stderr
blob: dc7b1b7b98d0c03867374f851175358dc4b63a2f (plain)
1
2
3
4
5
6
7
8
9
10
warning: function `FUNCTION` should have a snake case name
  --> $DIR/lint-group-allow-warnings.rs:9:8
   |
LL | pub fn FUNCTION() {}
   |        ^^^^^^^^ help: convert the identifier to snake case: `function`
   |
   = note: `--force-warn non-snake-case` implied by `--force-warn nonstandard-style`

warning: 1 warning emitted