mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
ba5556d239
Co-authored-by: Folkert de Vries <folkert@folkertdev.nl>
9 lines
310 B
Plaintext
9 lines
310 B
Plaintext
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
|
|
|