rust/tests/ui/traits/object
2025-04-10 09:56:37 +02:00
..
auto-dedup-in-impl.rs
auto-dedup-in-impl.stderr
auto-dedup.rs
bounds-cycle-1.rs
bounds-cycle-2.rs
bounds-cycle-3.rs
bounds-cycle-4.rs
canonicalize-fresh-infer-vars-issue-103626.rs Properly report error when object type param default references self 2025-01-24 04:07:10 +00:00
canonicalize-fresh-infer-vars-issue-103626.stderr Compiler: Finalize dyn compatibility renaming 2025-01-26 21:20:31 +01:00
crash-due-to-projections-modulo-norm.rs Do not deduplicate list of associated types provided by dyn principal 2025-02-21 19:32:45 +00:00
elaborated-predicates-unconstrained-late-bound.rs Check elaborated projections from dyn don't mention unconstrained late bound lifetimes 2024-10-04 17:15:28 -04:00
elaborated-predicates-unconstrained-late-bound.stderr Elaborate supertrait span correctly to label the error better 2024-10-04 17:15:28 -04:00
enforce-supertrait-projection.rs
enforce-supertrait-projection.stderr
exclusion.rs
generics.rs Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" 2024-08-03 07:57:31 -04:00
incomplete-multiple-super-projection.rs Do not deduplicate list of associated types provided by dyn principal 2025-02-21 19:32:45 +00:00
incomplete-multiple-super-projection.stderr Do not deduplicate list of associated types provided by dyn principal 2025-02-21 19:32:45 +00:00
infer-shadows-implied-projection.rs Do not deduplicate list of associated types provided by dyn principal 2025-02-21 19:32:45 +00:00
issue-33140-traitobject-crate.rs Turn order dependent trait objects future incompat warning into a hard error 2025-02-20 13:39:39 +00:00
issue-33140-traitobject-crate.stderr Turn order dependent trait objects future incompat warning into a hard error 2025-02-20 13:39:39 +00:00
issue-44454-1.rs
issue-44454-1.stderr
issue-44454-2.rs
issue-44454-2.stderr
issue-44454-3.rs
issue-44454-3.stderr
lifetime-first.rs
macro-matcher.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
macro-matcher.stderr Compiler: Finalize dyn compatibility renaming 2025-01-26 21:20:31 +01:00
outlives-super-proj.rs Do not deduplicate list of associated types provided by dyn principal 2025-02-21 19:32:45 +00:00
pretty.rs Check elaborated projections from dyn don't mention unconstrained late bound lifetimes 2024-10-04 17:15:28 -04:00
pretty.stderr Do not deduplicate list of associated types provided by dyn principal 2025-02-21 19:32:45 +00:00
redundant.rs Do not deduplicate list of associated types provided by dyn principal 2025-02-21 19:32:45 +00:00
safety.rs UI tests: Rename "object safe" to "dyn compatible" 2024-10-10 01:13:29 +02:00
safety.stderr Compiler: Finalize dyn compatibility renaming 2025-01-26 21:20:31 +01:00
suggestion-trait-object-issue-139174.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
suggestion-trait-object-issue-139174.stderr Skip suggest impl or dyn when poly trait is not a real trait 2025-04-01 14:32:17 +08:00
supertrait-lifetime-bound.rs
supertrait-lifetime-bound.stderr
vs-lifetime-2.rs
vs-lifetime-2.stderr
vs-lifetime.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
vs-lifetime.stderr
with-lifetime-bound.rs
with-self-in-projection-output-bad.rs
with-self-in-projection-output-bad.stderr
with-self-in-projection-output-good.rs
with-self-in-projection-output-repeated-supertrait.rs