Skip to content

Commit b7ca1c5

Browse files
committed
fix rebase
1 parent affa038 commit b7ca1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/issues/issue-54954.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LL | const ARR_LEN: usize = Tt::const_val::<[i8; 123]>();
1111
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
1212
...
1313
LL | const fn const_val<T: Sized>() -> usize {
14-
| --------------------------------------- required by `Tt::const_val`
14+
| --------- - required by this bound in `Tt::const_val`
1515

1616
error[E0080]: evaluation of constant value failed
1717
--> $DIR/issue-54954.rs:13:15

0 commit comments

Comments
 (0)