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-01-10 20:48:52 -06:00
|
|
|
|
|
2020-05-21 14:49:38 -05:00
|
|
|
LL | loop { return 42; }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
2020-01-10 20:48:52 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2020-05-21 14:49:38 -05:00
|
|
|
For more information about this error, try `rustc --explain E0744`.
|