mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
6c31f6ce12
``` error: `S2<'_>` is forbidden as the type of a const generic parameter --> $DIR/lifetime-in-const-param.rs:5:23 | LL | struct S<'a, const N: S2>(&'a ()); | ^^ | = note: the only supported types are integers, `bool` and `char` help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types | LL + #![feature(adt_const_params)] | ``` Fix #55941. |
||
---|---|---|
.. | ||
auxiliary | ||
allowed-cross-crate.rs | ||
allowed-cross-crate.stderr | ||
out-of-order.rs | ||
out-of-order.stderr | ||
overlap-projection.rs | ||
overlap-projection.stderr | ||
projection.rs | ||
projection.stderr | ||
specialization-feature-gate-default.rs | ||
specialization-feature-gate-default.stderr | ||
specialization-no-default.rs | ||
specialization-no-default.stderr | ||
specialization-trait-item-not-implemented-rpass.rs | ||
specialization-trait-item-not-implemented-rpass.stderr | ||
specialization-trait-item-not-implemented.rs | ||
specialization-trait-item-not-implemented.stderr | ||
specialization-trait-not-implemented.rs | ||
specialization-trait-not-implemented.stderr | ||
specialization-wfcheck.rs | ||
specialization-wfcheck.stderr | ||
validation.rs | ||
validation.stderr |