summary refs log tree commit diff
path: root/src/test/ui/consts/const-mut-refs/const_mut_refs.rs
AgeCommit message (Expand)AuthorLines
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-1/+0
2019-12-12Require `allow_internal_unstable` for stable min_const_fn using unstable feat...Oliver Scherer-0/+1
2019-12-02Extend test for const_mut_refs featureChristian Poveda-3/+22
2019-12-02Allow mutable derefs with feature gateChristian Poveda-1/+3
2019-12-02Move and rewrite tests to use &mut in constantsChristian Poveda-0/+15