This repository has been archived by the owner on May 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
=== stdout === === stderr === error: `[u8; Bar::<u32>::value()]` is forbidden as the type of a const generic parameter --> /home/runner/work/glacier/glacier/ices/113375.rs:11:21 | 11 | struct Foo<const N: [u8; Bar::<u32>::value()]>; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: the only supported types are integers, `bool` and `char` = help: more complex types are supported with `#![feature(adt_const_params)]` error: aborting due to previous error ==============
- Loading branch information