about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/bindings.rs
AgeCommit message (Collapse)AuthorLines
2021-07-18Remove impl trait bindings handling on const AST loweringSantiago Pastorino-30/+0
2020-05-09adjust testsRalf Jung-1/+1
2019-05-13add impl_trait_in_bindings to INCOMPLETE_FEATURESPulkit Goyal-0/+1
impl_trait_in_bindings is not yet complete and can lead to compiler crashes. Fixes #60764.
2019-02-07Resolve incorrect diagnostic for using a non-const value in a constantvarkor-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04Update testsOliver Scherer-0/+4
2018-09-25Added tests.Alexander Regueiro-0/+35