summary refs log tree commit diff
path: root/src/test/ui/issues/issue-27895.stderr
blob: 55bd938b0bfcaae87702355162df15852231ca16 (plain)
1
2
3
4
5
6
7
8
9
error[E0080]: runtime values cannot be referenced in patterns
  --> $DIR/issue-27895.rs:6:13
   |
LL |         0..=index => println!("winner"),
   |             ^^^^^

error: aborting due to previous error

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