]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rust-2018/try-ident.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / rust-2018 / try-ident.stderr
CommitLineData
b7449926 1warning: `try` is a keyword in the 2018 edition
0731742a 2 --> $DIR/try-ident.rs:7:5
b7449926
XL
3 |
4LL | try();
5 | ^^^ help: you can use a raw identifier to stay compatible: `r#try`
6 |
74b04a01 7note: the lint level is defined here
0731742a 8 --> $DIR/try-ident.rs:4:9
b7449926
XL
9 |
10LL | #![warn(rust_2018_compatibility)]
11 | ^^^^^^^^^^^^^^^^^^^^^^^
416331ca 12 = note: `#[warn(keyword_idents)]` implied by `#[warn(rust_2018_compatibility)]`
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 #49716 <https://github.com/rust-lang/rust/issues/49716>
15
16warning: `try` is a keyword in the 2018 edition
60c5eb7d 17 --> $DIR/try-ident.rs:12:4
b7449926
XL
18 |
19LL | fn try() {
20 | ^^^ help: you can use a raw identifier to stay compatible: `r#try`
21 |
22 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
23 = note: for more information, see issue #49716 <https://github.com/rust-lang/rust/issues/49716>
24