rust/tests/ui/sized-hierarchy
David Wood 8d64937dc2
trait_sel: MetaSized always holds temporarily
As a temporary measure while a proper fix for
`tests/ui/sized-hierarchy/incomplete-inference-issue-143992.rs`
is implemented, make `MetaSized` obligations always hold. In effect,
temporarily reverting the `sized_hierarchy` feature. This is a small
change that can be backported.
2025-07-16 12:35:44 +00:00
..
auxiliary trait_sel: print {Meta,Pointee}Sized impl headers 2025-06-16 23:04:34 +00:00
alias-bounds.rs hir_analysis: add {Meta,Pointee}Sized bounds 2025-06-16 23:04:33 +00:00
default-bound.rs hir_analysis: add {Meta,Pointee}Sized bounds 2025-06-16 23:04:33 +00:00
default-bound.stderr hir_analysis: add {Meta,Pointee}Sized bounds 2025-06-16 23:04:33 +00:00
default-supertrait.rs hir_analysis: add {Meta,Pointee}Sized bounds 2025-06-16 23:04:33 +00:00
default-supertrait.stderr hir_analysis: add {Meta,Pointee}Sized bounds 2025-06-16 23:04:33 +00:00
elaboration-opt-regions-1.rs trait_sel: skip elaboration of sizedness supertrait 2025-06-16 23:04:36 +00:00
elaboration-opt-regions.rs trait_sel: skip elaboration of sizedness supertrait 2025-06-16 23:04:36 +00:00
extern-type-behind-ptr.rs hir_analysis: add {Meta,Pointee}Sized bounds 2025-06-16 23:04:33 +00:00
impls.rs Remove support for dyn* 2025-07-01 19:00:21 +00:00
impls.stderr Remove support for dyn* 2025-07-01 19:00:21 +00:00
incomplete-inference-issue-143992.next.stderr trait_sel: MetaSized always holds temporarily 2025-07-16 12:35:44 +00:00
incomplete-inference-issue-143992.rs trait_sel: MetaSized always holds temporarily 2025-07-16 12:35:44 +00:00
overflow.rs trait_sel: MetaSized always holds temporarily 2025-07-16 12:35:44 +00:00
pointee-supertrait.rs hir_analysis: add {Meta,Pointee}Sized bounds 2025-06-16 23:04:33 +00:00
pretty-print-no-feat-dep-has-feat.rs trait_sel: print {Meta,Pointee}Sized impl headers 2025-06-16 23:04:34 +00:00
pretty-print-no-feat-dep-has-feat.stderr trait_sel: print {Meta,Pointee}Sized impl headers 2025-06-16 23:04:34 +00:00
pretty-print-no-feat.rs trait_sel: print {Meta,Pointee}Sized impl headers 2025-06-16 23:04:34 +00:00
pretty-print-no-feat.stderr trait_sel: print {Meta,Pointee}Sized impl headers 2025-06-16 23:04:34 +00:00
pretty-print-opaque-no-feat.rs middle: print {Meta,Pointee}Sized in opaques 2025-06-16 23:04:34 +00:00
pretty-print-opaque-no-feat.stderr middle: print {Meta,Pointee}Sized in opaques 2025-06-16 23:04:34 +00:00
pretty-print-opaque.rs trait_sel: skip elaboration of sizedness supertrait 2025-06-16 23:04:36 +00:00
pretty-print-opaque.stderr trait_sel: skip elaboration of sizedness supertrait 2025-06-16 23:04:36 +00:00
pretty-print.rs trait_sel: print {Meta,Pointee}Sized impl headers 2025-06-16 23:04:34 +00:00
pretty-print.stderr trait_sel: print {Meta,Pointee}Sized impl headers 2025-06-16 23:04:34 +00:00
reject-dyn-pointeesized.rs hir_analysis: prohibit dyn PointeeSized 2025-06-27 17:01:47 +00:00
reject-dyn-pointeesized.stderr hir_analysis: prohibit dyn PointeeSized 2025-06-27 17:01:47 +00:00
trait-aliases.rs hir_analysis: add {Meta,Pointee}Sized bounds 2025-06-16 23:04:33 +00:00