servo/support/crown/tests/compile-fail
Josh Matthews a014da590a
Support future uses of traits with associated types in rooting analysis (#34359)
* crown: Support Rc<T::Promise> and callback objects parameterized over a trait..

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* crown: Verify that attributes match between trait associated types and impls.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* crown: Check type aliases as part of associated type checks.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* crown: Add periods to all diagnostic messages.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Tidy.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Fix compile-fail test expectations.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-01-16 20:22:40 +00:00
..
missing_allow_in_rc.rs Support future uses of traits with associated types in rooting analysis (#34359) 2025-01-16 20:22:40 +00:00
missing_unrooted_interior.rs Support future uses of traits with associated types in rooting analysis (#34359) 2025-01-16 20:22:40 +00:00
missing_unrooted_interior_on_trait.rs Support future uses of traits with associated types in rooting analysis (#34359) 2025-01-16 20:22:40 +00:00
trace_in_no_trace_composable_works.rs Compile Servo with the latest version of rust stable (#30831) 2023-12-06 17:36:07 +00:00
trace_in_no_trace_works.rs Compile Servo with the latest version of rust stable (#30831) 2023-12-06 17:36:07 +00:00
trait_type_impl_must_root.rs Support future uses of traits with associated types in rooting analysis (#34359) 2025-01-16 20:22:40 +00:00
type_holder_user_must_root.rs Support future uses of traits with associated types in rooting analysis (#34359) 2025-01-16 20:22:40 +00:00
unrooted_must_root_parameter.rs Compile Servo with the latest version of rust stable (#30831) 2023-12-06 17:36:07 +00:00
unrooted_must_root_return_type.rs Compile Servo with the latest version of rust stable (#30831) 2023-12-06 17:36:07 +00:00
unrooted_must_root_struct_field.rs Compile Servo with the latest version of rust stable (#30831) 2023-12-06 17:36:07 +00:00