Files
rust/tests/ui/const-generics
Matthias Krüger 415b207b7f Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr
Introduce `feature(generic_const_parameter_types)`

Allows to define const generic parameters whose type depends on other generic parameters, e.g. `Foo<const N: usize, const ARR: [u8; N]>;`

Wasn't going to implement for this for a while until we could implement it with `bad_inference.rs` resolved but apparently the project simd folks would like to be able to use this for some intrinsics and the inference issue isn't really a huge problem there aiui. (cc ``@workingjubilee`` )
2025-03-01 11:33:58 +01:00
..
2025-02-14 00:37:23 +01:00
2025-02-14 00:37:23 +01:00
2024-10-14 20:24:30 +02:00
2025-01-30 20:37:56 -07:00
2024-02-07 10:42:01 +08:00
2024-09-07 09:23:28 +08:00
2024-10-04 23:38:41 +00:00