]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0705.stderr
Suggest `if let`/`let_else` for refutable pat in `let`
[rust.git] / src / test / ui / error-codes / E0705.stderr
1 warning[E0705]: the feature `test_2018_feature` is included in the Rust 2018 edition
2   --> $DIR/E0705.rs:6:12
3    |
4 LL | #![feature(test_2018_feature)]
5    |            ^^^^^^^^^^^^^^^^^
6
7 warning: 1 warning emitted
8
9 For more information about this error, try `rustc --explain E0705`.