blob: 01da33241c810a354087c548d9da1c4e4ab397fa (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0284]: type annotations needed: cannot satisfy `the constant `Self::HOST_SIZE` can be evaluated`
--> $DIR/too_generic_eval_ice.rs:11:13
|
LL | [5; Self::HOST_SIZE] == [6; 0]
| ^^^^^^^^^^^^^^^ cannot satisfy `the constant `Self::HOST_SIZE` can be evaluated`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0284`.
|