about summary refs log tree commit diff
path: root/tests/ui/traits/deny-builtin-object-impl.rs
AgeCommit message (Collapse)AuthorLines
2024-12-20split up `#[rustc_deny_explicit_impl]` attributeLukas Markeffsky-9/+32
This commit splits the `#[rustc_deny_explicit_impl(implement_via_object = ...)]` attribute into two attributes `#[rustc_deny_explicit_impl]` and `#[rustc_do_not_implement_via_object]`. This allows us to have special traits that can have user-defined impls but do not have the automatic trait impl for trait objects (`impl Trait for dyn Trait`).
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)-2/+2
2023-12-14update use of feature flagslcnr-1/+1
2023-06-20Merge attrs, better validationMichael Goulet-0/+20