about summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl/trait-where-clause-const.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-31/+0
2022-10-04Only allow ~const bounds for traits with #[const_trait]Oli Scherer-0/+2
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-09-16do const trait method bounds check later in rustc_const_evalDeadbeef-0/+29