]> git.lizzy.rs Git - rust.git/blob - src/test/ui/traits/alias/style_lint.stderr
Rollup merge of #100953 - joshtriplett:write-docs, r=Mark-Simulacrum
[rust.git] / src / test / ui / traits / alias / style_lint.stderr
1 warning: trait alias `bar` should have an upper camel case name
2   --> $DIR/style_lint.rs:6:7
3    |
4 LL | trait bar = std::fmt::Display + std::fmt::Debug;
5    |       ^^^ help: convert the identifier to upper camel case: `Bar`
6    |
7    = note: `#[warn(non_camel_case_types)]` on by default
8
9 warning: 1 warning emitted
10