]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/dont-evaluate-array-len-on-err-1.stderr
Rollup merge of #106859 - tialaramex:master, r=Nilstrieb
[rust.git] / tests / ui / const-generics / dont-evaluate-array-len-on-err-1.stderr
1 error[E0277]: the trait bound `[Adt; _]: Foo` is not satisfied
2   --> $DIR/dont-evaluate-array-len-on-err-1.rs:15:9
3    |
4 LL |         <[Adt; std::mem::size_of::<Self::Assoc>()] as Foo>::bar()
5    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Foo` is not implemented for `[Adt; _]`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0277`.