about summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl/trait-where-clause.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-26/+0
2022-10-04Only allow ~const bounds for traits with #[const_trait]Oli Scherer-0/+1
2022-09-16do const trait method bounds check later in rustc_const_evalDeadbeef-16/+2
2022-03-07Update tests after feature stabilizationEric Holk-1/+0
2021-08-28Add test casesDeadbeef-0/+7
2021-08-28Allow `~const` bounds on trait assoc functionsDeadbeef-0/+33