error: unconstrained generic constant --> $DIR/different-fn.rs:10:9 | LL | [0; size_of::>()] | ^^^^^^^^^^^^^^^^^^^ | help: try adding a `where` bound using this expression: `where [u8; size_of::>()]: Sized` --> $DIR/different-fn.rs:10:9 | LL | [0; size_of::>()] | ^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error