rust/src/test/ui/traits/object
2022-10-01 10:03:06 +00: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
enforce-supertrait-projection.rs Bless tests. 2022-05-12 20:29:11 +02:00
enforce-supertrait-projection.stderr Also do it for generics 2022-08-14 20:22:10 +00:00
exclusion.rs Warn about dead tuple struct fields 2022-08-03 12:17:23 +02:00
generics.rs Warn about dead tuple struct fields 2022-08-03 12:17:23 +02:00
issue-33140-traitobject-crate.rs Add #![allow(dyn_drop)] to test cases with dyn Drop in them 2021-07-18 07:55:57 -07:00
issue-33140-traitobject-crate.stderr bless ui tests 2022-10-01 10:03:06 +00:00
lifetime-first.rs
macro-matcher.rs
macro-matcher.stderr
safety.rs
safety.stderr Reword "Required because of the requirements on the impl of ..." 2022-08-18 21:08:08 +01:00
supertrait-lifetime-bound.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
supertrait-lifetime-bound.stderr Fully stabilize NLL 2022-06-03 17:16:41 -04:00
vs-lifetime-2.rs
vs-lifetime-2.stderr
vs-lifetime.rs improve diagnosts for GATs 2021-05-11 14:09:46 +02:00
vs-lifetime.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
with-lifetime-bound.rs
with-self-in-projection-output-bad.rs
with-self-in-projection-output-bad.stderr Shorten def_span for more items. 2022-07-01 17:39:19 +02:00
with-self-in-projection-output-good.rs
with-self-in-projection-output-repeated-supertrait.rs