rust/src/test/ui/internal/internal-unstable-const.stderr

10 lines
265 B
Plaintext
Raw Normal View History

2020-05-21 14:49:38 -05:00
error[E0744]: `loop` is not allowed in a `const fn`
--> $DIR/internal-unstable-const.rs:9:5
|
2020-05-21 14:49:38 -05:00
LL | loop { return 42; }
| ^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
2020-05-21 14:49:38 -05:00
For more information about this error, try `rustc --explain E0744`.