Description
cc #74878
#74877 implemented feature(min_const_generics)
which is split off from feature(const_generics)
.
As these two features have some meaningful differences it is desirable to run try and run all const generics tests with both features.
This can be done usingrevisions
. Some tests were already updated in #74877:
rust/src/test/ui/const-generics/issues/issue-56445.rs
Lines 1 to 13 in f9c2177
If you want to work on this feel free to ask for help here or on zulip.
Metadata
Metadata
Assignees
Labels
Area: const generics (parameters and arguments)Area: The testsuite used to check the correctness of rustcCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.`#![feature(const_generics)]`Relevant to the compiler team, which will review and decide on the PR/issue.