blob: 91ef9fd81e82208ee3de9f94ad7b3dea1f7e2843 [file] [log] [blame]
error[E0080]: runtime values cannot be referenced in patterns
--> $DIR/non-constant-in-const-path.rs:14:15
|
LL | 0 ..= x => {}
| ^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0080`.