rust/tests/ui/traits/default_auto_traits
David Wood 3c3ba37ba5
tests: PointeeSized bounds with extern types
These tests necessarily need to change now that `?Sized` is not
sufficient to accept extern types and `PointeeSized` is now necessary. In
addition, the `size_of_val`/`align_of_val` test can now be changed to
expect an error.
2025-06-16 23:04:35 +00:00
..
backward-compatible-lazy-bounds-pass.rs tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00
default-bounds.rs tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00
default-bounds.stderr tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00
extern-types.current.stderr tests: PointeeSized bounds with extern types 2025-06-16 23:04:35 +00:00
extern-types.next.stderr tests: PointeeSized bounds with extern types 2025-06-16 23:04:35 +00:00
extern-types.rs tests: PointeeSized bounds with extern types 2025-06-16 23:04:35 +00:00
maybe-bounds-in-dyn-traits.rs tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00
maybe-bounds-in-dyn-traits.stderr tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00
maybe-bounds-in-traits.rs tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00
maybe-bounds-in-traits.stderr tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00