fix rebase

This commit is contained in:
Esteban Küber 2019-09-24 11:55:53 -07:00
parent affa038c29
commit b7ca1c5a1e

View File

@ -11,7 +11,7 @@ LL | const ARR_LEN: usize = Tt::const_val::<[i8; 123]>();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
...
LL | const fn const_val<T: Sized>() -> usize {
| --------------------------------------- required by `Tt::const_val`
| --------- - required by this bound in `Tt::const_val`
error[E0080]: evaluation of constant value failed
--> $DIR/issue-54954.rs:13:15