2018-07-15 16:11:54 -05:00
|
|
|
error[E0080]: runtime values cannot be referenced in patterns
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-27895.rs:6:13
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | 0..=index => println!("winner"),
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|