rust/src/test/ui/traits/object
Michael Howell 83d3a94b04 Add #![allow(dyn_drop)] to test cases with dyn Drop in them
These are all testing corner-cases in the compiler.
Adding a new warning broke these test cases, but --cap-lints stops
it from actually breaking things in production.
2021-07-18 07:55:57 -07: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
exclusion.rs
generics.rs
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 Add #![allow(dyn_drop)] to test cases with dyn Drop in them 2021-07-18 07:55:57 -07:00
lifetime-first.rs
macro-matcher.rs
macro-matcher.stderr
safety.rs
safety.stderr
supertrait-lifetime-bound.rs
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 improve diagnosts for GATs 2021-05-11 14:09:46 +02:00
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