Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Sep 24, 2019
1 parent affa038 commit b7ca1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/issues/issue-54954.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7ca1c5

Please sign in to comment.