rust/tests/ui/const-generics/generic_const_exprs/auxiliary
Jacob Adam b8302ce605
Add a regression test for an ICE with the generic_const_exprs feature attribute.
It ensures that using the `generic_const_exprs` feature in a library crate
without enabling it in a dependent crate does not lead to an ICE.
2025-07-29 09:35:36 +02:00
..
anon_const_non_local.rs Remove some unnecessary allow(incomplete_features) 2024-03-11 19:42:04 +00:00
const_evaluatable_lib.rs Remove some unnecessary allow(incomplete_features) 2024-03-11 19:42:04 +00:00
cross-crate-2.rs Fix tests 2025-05-21 20:20:19 +01:00
feature-attribute-missing-in-dependent-crate-ice-aux.rs Add a regression test for an ICE with the generic_const_exprs feature attribute. 2025-07-29 09:35:36 +02:00