Files
rust/tests/ui/loop-match/const-continue-to-polymorphic-const.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
310 B
Plaintext
Raw Normal View History

error: could not determine the target branch for this `#[const_continue]`
--> $DIR/const-continue-to-polymorphic-const.rs:18:36
|
LL | break 'blk Self::TARGET;
| ^^^^^^^^^^^^ this value is too generic
error: aborting due to 1 previous error