]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-without_gate_irrefutable_pattern.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / feature-gates / feature-gate-without_gate_irrefutable_pattern.stderr
1 error[E0162]: irrefutable if-let pattern
2   --> $DIR/feature-gate-without_gate_irrefutable_pattern.rs:15:12
3    |
4 LL |     if let _ = 5 {}
5    |            ^ irrefutable pattern
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0162`.