summary refs log tree commit diff
path: root/src/test/ui/const-generics/min_const_generics
AgeCommit message (Expand)AuthorLines
2020-10-02resolve: prohibit anon const non-static lifetimesDavid Wood-0/+48
2020-09-15This commit introduces the following changes:Hameer Abbasi-1/+1
2020-09-13review, improve note spanBastian Kauschke-12/+6
2020-09-13allow concrete self types in constsBastian Kauschke-0/+90
2020-08-18change const param ty warning messageBastian Kauschke-11/+10
2020-08-06allow complex expressions in assoc constsBastian Kauschke-17/+19
2020-08-05impl reviewBastian Kauschke-2/+6
2020-08-05forbid complex types for generic parametersBastian Kauschke-0/+52
2020-08-05forbid generic params in complex constsBastian Kauschke-0/+95