summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-without_gate_irrefutable_pattern.stderr
blob: 2b23962a3042e4ae54a167b9acdb849aca141e24 (plain)
1
2
3
4
5
6
7
8
9
error[E0162]: irrefutable if-let pattern
  --> $DIR/feature-gate-without_gate_irrefutable_pattern.rs:15:12
   |
LL |     if let _ = 5 {}
   |            ^ irrefutable pattern

error: aborting due to previous error

For more information about this error, try `rustc --explain E0162`.