about summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl/const-drop-fail.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-62/+0
2022-10-21Require Drop impls to have the same constness on its bounds as the bounds on ...Oli Scherer-1/+11
2022-10-04Only allow ~const bounds for traits with #[const_trait]Oli Scherer-1/+2
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-4/+4
2022-03-07Update tests after feature stabilizationEric Holk-1/+0
2022-01-18adjust testsMichael Goulet-3/+1
2021-09-09Add another test case + fmtDeadbeef-0/+18
2021-09-09fix precise live dropsDeadbeef-0/+2
2021-09-09Use trait select logic instead of queryDeadbeef-4/+7
2021-09-09fmtDeadbeef-1/+1
2021-09-09Failing testDeadbeef-0/+31