about summary refs log tree commit diff
path: root/src/test/ui/rfc-2632-const-trait-impl/const-drop.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-113/+0
2022-10-21Require Drop impls to have the same constness on its bounds as the bounds on ...Oli Scherer-1/+1
2022-09-16bless testsDeadbeef-0/+1
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-1/+1
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-1/+3
2022-03-07Update tests after feature stabilizationEric Holk-1/+0
2022-01-19Foreign types are trivially dropMichael Goulet-0/+13
2022-01-19never is trivially const-drop, and add testMichael Goulet-0/+2
2022-01-18adjust testsMichael Goulet-0/+16
2021-10-04Stabilize `const_panic`Jacob Pratt-1/+0
2021-09-09fix precise live dropsDeadbeef-0/+2
2021-09-09Const drop selection candidatesDeadbeef-0/+51
2021-09-09better testDeadbeef-10/+15
2021-09-09Add a simple test caseDeadbeef-0/+23