about summary refs log tree commit diff
path: root/src/test/ui/const-generics/generic_const_exprs/associated-consts.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-31/+0
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-1/+1
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-0/+31
:sparkles: