]> git.proxmox.com Git - rustc.git/blob - src/test/ui/const-generics/unused_braces.full.stderr
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / const-generics / unused_braces.full.stderr
1 warning: unnecessary braces around const expression
2 --> $DIR/unused_braces.rs:14:14
3 |
4 LL | let _: A<{ 7 }>;
5 | ^^^^^ help: remove these braces
6 |
7 note: the lint level is defined here
8 --> $DIR/unused_braces.rs:7:9
9 |
10 LL | #![warn(unused_braces)]
11 | ^^^^^^^^^^^^^
12
13 warning: 1 warning emitted
14