]> git.proxmox.com Git - rustc.git/blame - src/test/ui/future-incompatible-lint-group.stderr
New upstream version 1.38.0+dfsg1
[rustc.git] / src / test / ui / future-incompatible-lint-group.stderr
CommitLineData
b7449926 1error: anonymous parameters are deprecated and will be removed in the next edition.
0731742a 2 --> $DIR/future-incompatible-lint-group.rs:4:10
b7449926 3 |
532ac7d7 4LL | fn f(u8) {}
b7449926
XL
5 | ^^ help: Try naming the parameter or explicitly ignoring it: `_: u8`
6 |
7note: lint level defined here
0731742a 8 --> $DIR/future-incompatible-lint-group.rs:1:9
b7449926
XL
9 |
10LL | #![deny(future_incompatible)]
11 | ^^^^^^^^^^^^^^^^^^^
416331ca 12 = note: `#[deny(anonymous_parameters)]` implied by `#[deny(future_incompatible)]`
b7449926
XL
13 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
14 = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
15
16error: aborting due to previous error
17