rust/tests/ui/generic-const-items/trivially-unsatisfied-bounds-1.stderr

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

12 lines
330 B
Plaintext
Raw Normal View History

2023-07-09 20:10:03 -05:00
error[E0080]: evaluation of constant value failed
--> $DIR/trivially-unsatisfied-bounds-1.rs:7:1
|
LL | / const UNUSED: () = ()
LL | | where
LL | | String: Copy;
| |_________________^ entering unreachable code
error: aborting due to previous error
For more information about this error, try `rustc --explain E0080`.