]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/lint-unnecessary-import-braces.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / lint / lint-unnecessary-import-braces.stderr
CommitLineData
b7449926 1error: braces around A is unnecessary
0731742a 2 --> $DIR/lint-unnecessary-import-braces.rs:3:1
b7449926 3 |
532ac7d7 4LL | use test::{A};
b7449926
XL
5 | ^^^^^^^^^^^^^^
6 |
74b04a01 7note: the lint level is defined here
0731742a 8 --> $DIR/lint-unnecessary-import-braces.rs:1:9
b7449926
XL
9 |
10LL | #![deny(unused_import_braces)]
11 | ^^^^^^^^^^^^^^^^^^^^
12
13error: aborting due to previous error
14