summary refs log tree commit diff
path: root/tests/ui/const-generics/issues
AgeCommit message (Collapse)AuthorLines
2023-01-19Fix known-bug, silence ICE stderrMichael Goulet-3/+1
2023-01-18defer array len printing to const arg printingBoxy-12/+12
2023-01-17Rollup merge of #101698 - raldone01:feat/const_cmp_typeid, r=scottmcmDylan DPC-21/+16
Constify `TypeId` ordering impls Tracking issue: #101871 Adding const ordering to `TypeId` allows rtti crates to optimize some casting scenarios (without transmuting to `u64`). This would also prevent these crates from breaking if the underlying type is changed from `u64` to something different. Feature gate: `#![feature(const_cmp_type_id)]`
2023-01-16Constify `TypeId` ordering implsonestacked-21/+16
2023-01-16Properly pluralize 'generic constants'Michael Goulet-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+3057