10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
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`.
|