error[E0423]: expected value, found type parameter `T` --> $DIR/issue-69654.rs:5:25 | LL | impl Bar for [u8; T] {} | ^ not a value error: aborting due to previous error For more information about this error, try `rustc --explain E0423`.