We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affa038 commit b7ca1c5Copy full SHA for b7ca1c5
src/test/ui/issues/issue-54954.stderr
@@ -11,7 +11,7 @@ LL | const ARR_LEN: usize = Tt::const_val::<[i8; 123]>();
11
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
12
...
13
LL | const fn const_val<T: Sized>() -> usize {
14
- | --------------------------------------- required by `Tt::const_val`
+ | --------- - required by this bound in `Tt::const_val`
15
16
error[E0080]: evaluation of constant value failed
17
--> $DIR/issue-54954.rs:13:15
0 commit comments