about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-and-const-params.rs
AgeCommit message (Collapse)AuthorLines
2024-10-22Move testsMichael Goulet-37/+0
2023-09-30Validate `~const` trait bounds on associated fns.Raekye-4/+5
Previously, any associated function could have `~const` trait bounds on generic parameters, which could lead to ICEs when these bounds were used on associated functions of non-`#[const_trait] trait` or non-`impl const` blocks. Includes changes as per @fee1-dead's comments in #116210.
2023-08-14Remove constness from `ImplSource::Param`Deadbeef-5/+6
2023-08-02Remove constness from `TraitPredicate`Deadbeef-0/+1
2023-06-05Better group RFC ui tests togetherMaybe Waffle-0/+34