about summary refs log tree commit diff
path: root/tests/ui/traits/trait-upcasting/normalization.rs
AgeCommit message (Collapse)AuthorLines
2025-02-06remove `feature(trait_upcasting)` from tests and bless themWaffle Lapkin-2/+0
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-0/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-0/+2
This reverts commit 6d2b84b3ed7848fd91b8d6151d4451b3103ed816, reversing changes made to 73bc12199ea8c7651ed98b069c0dd6b0bb5fabcf.
2023-12-14update use of feature flagslcnr-1/+1
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-2/+0
Aka trait_upcasting feature. And also adjust the `deref_into_dyn_supertrait` lint.
2023-08-03Fix upcasting with normalization in old solver, add a testMichael Goulet-0/+20