about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2632-const-trait-impl/tilde-const-and-const-params.stderr
AgeCommit message (Collapse)AuthorLines
2024-10-22Move testsMichael Goulet-50/+0
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-1/+6
2023-11-24Add `Span` to `TraitBoundModifier`Deadbeef-2/+2
2023-09-30Validate `~const` trait bounds on associated fns.Raekye-4/+16
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-8/+18
2023-08-02Remove constness from `TraitPredicate`Deadbeef-1/+10
2023-06-05Better group RFC ui tests togetherMaybe Waffle-0/+14