about summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/missing-const-stability.rs
AgeCommit message (Collapse)AuthorLines
2022-02-03Add missing const stability attributesJacob Pratt-5/+7
2022-02-03Require const stability on all stable const itemsJacob Pratt-6/+18
This was supposed to be the case previously, but a missed method call meant that trait impls were not checked.
2020-09-25Test for missing const-stability attributesDylan MacKenzie-0/+12