blob: a68400798d81c6fa2d9122ca682cd9fa2e35ffd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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`.
|