rust/tests/ui/traits/alias
2026-01-21 12:53:46 +01:00
..
auxiliary
ambiguous.rs
ambiguous.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
basic.rs
bounds.rs
bounds.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
cross-crate.rs
cross-crate.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
dont-elaborate-non-self.rs
dont-elaborate-non-self.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
effectively-empty-trait-object-type.rs Reject relaxed bounds inside trait alias bounds 2025-10-16 19:53:31 +02:00
effectively-empty-trait-object-type.stderr Reject relaxed bounds inside trait alias bounds 2025-10-16 19:53:31 +02:00
empty.rs Reject relaxed bounds inside trait alias bounds 2025-10-16 19:53:31 +02:00
expand-higher-ranked-alias.rs Use the right binder for rebinding PolyTraitRef 2025-02-12 23:55:12 +00:00
generic-default-in-dyn.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
generic-default-in-dyn.stderr Compiler: Finalize dyn compatibility renaming 2025-01-26 21:20:31 +01:00
impl.rs
impl.stderr
import-cross-crate.rs
import.rs
infinite_normalization.rs Use trait definition cycle detection for trait alias definitions, too 2025-01-09 08:49:39 +00:00
infinite_normalization.stderr Use trait definition cycle detection for trait alias definitions, too 2025-01-09 08:49:39 +00:00
issue-60021-assoc-method-resolve.rs
issue-60755.rs
issue-72415-assoc-const-resolve.rs
issue-75983.rs
issue-83613.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
issue-83613.stderr Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
issue-107747-do-not-assemble-supertraits.rs
issue-108072-unmet-trait-alias-bound.rs
issue-108072-unmet-trait-alias-bound.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
issue-108132-unmet-trait-alias-bound-on-generic-impl.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
issue-108132-unmet-trait-alias-bound-on-generic-impl.stderr
no-duplicates.rs UI tests: Rename "object safe" to "dyn compatible" 2024-10-10 01:13:29 +02:00
no-duplicates.stderr Rework trait expansion to happen once explicitly 2025-01-15 01:26:24 +00:00
no-extra-traits.rs UI tests: Rename "object safe" to "dyn compatible" 2024-10-10 01:13:29 +02:00
no-extra-traits.stderr Rework trait expansion to happen once explicitly 2025-01-15 01:26:24 +00:00
not-a-marker.rs Update uitests 2025-08-14 18:18:42 +02:00
not-a-marker.stderr Update uitests 2025-08-14 18:18:42 +02:00
object-fail.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
object-fail.stderr Generalize diag for missing assoc types to account for assoc consts 2026-01-21 12:53:46 +01:00
object-wf.rs UI tests: Rename "object safe" to "dyn compatible" 2024-10-10 01:13:29 +02:00
object.rs
only-require-assocs-from-supertraits.rs
relaxed-bounds.rs Reject relaxed bounds inside trait alias bounds 2025-10-16 19:53:31 +02:00
relaxed-bounds.stderr Reject relaxed bounds inside trait alias bounds 2025-10-16 19:53:31 +02:00
self-in-const-generics.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
self-in-const-generics.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
self-in-generics.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
self-in-generics.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
style_lint.rs
style_lint.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
suggest-trait-alias-instead-of-type.fixed Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
suggest-trait-alias-instead-of-type.rs Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
suggest-trait-alias-instead-of-type.stderr Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
syntax-fail.rs
syntax-fail.stderr
syntax.rs
wf.rs
wf.stderr reword trait bound suggestion message to include the bounds 2024-12-07 21:26:20 +00:00