about summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl/const-impl-requires-const-trait.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2022-10-04Merge the `~const` and `impl const` checks and add some explanatory notesOli Scherer-3/+2
2022-10-04Only allow ~const bounds for traits with #[const_trait]Oli Scherer-0/+1
2022-09-16Add testDeadbeef-0/+9