blob: 373360c7ced6cf7b8307d12752e618997fafa1cb [file]
error: constant expression depends on a generic parameter
--> $DIR/issue-62220.rs:12:27
|
LL | pub fn trunc(self) -> (TruncatedVector<T, { N }>, T) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this may fail depending on what value the parameter takes
error: aborting due to previous error