rust/tests/ui/lint/force-warn/lint-group-allow-warnings.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
329 B
Plaintext
Raw Normal View History

2021-06-02 10:09:07 -05:00
warning: function `FUNCTION` should have a snake case name
2021-08-18 04:05:59 -05:00
--> $DIR/lint-group-allow-warnings.rs:9:8
2021-06-02 10:09:07 -05:00
|
LL | pub fn FUNCTION() {}
| ^^^^^^^^ help: convert the identifier to snake case: `function`
|
2021-07-21 08:40:52 -05:00
= note: `--force-warn non-snake-case` implied by `--force-warn nonstandard-style`
2021-06-02 10:09:07 -05:00
warning: 1 warning emitted