blob: c1508bd71ff7a6c1f6cdc8d205fb258b58cdb954 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0080]: runtime values cannot be referenced in patterns
--> $DIR/issue-68394-let-pat-runtime-value.rs:3:15
|
LL | let 0u8..=x = 0;
| ^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0080`.
|