about summary refs log tree commit diff
path: root/src/test/ui/inline-const/const-match-pat-generic.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-31/+0
2022-05-16use GlobalId in eval_to_valtree query and introduce query for ↵b-naber-1/+2
valtree_to_const_val
2022-05-03Allow inline consts to reference generic paramsGary Guo-2/+1
2021-12-05Evaluate inline const pat early and report error if too genericGary Guo-5/+20
2021-11-22Split inline const to two feature gatesGary Guo-1/+1
2021-08-16Add test for issue 82518Gary Guo-0/+16