summary refs log tree commit diff
path: root/src/test/ui/issues/issue-69683.stderr
blob: 776370331a4c9193cd2c568ea14b0a3eab1e6b47 (plain)
1
2
3
4
5
6
7
8
9
error[E0284]: type annotations needed: cannot satisfy `<u8 as Element<_>>::Array == [u8; 3]`
  --> $DIR/issue-69683.rs:30:10
   |
LL |     0u16.foo(b);
   |          ^^^ cannot satisfy `<u8 as Element<_>>::Array == [u8; 3]`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0284`.