Skip to content

Commit b8a63d1

Browse files
committed
move (or remove) some impl Trait tests
1 parent 667247d commit b8a63d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1
-34
lines changed

tests/ui/impl-trait/can-return-unconstrained-closure.rs

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/ui/impl-trait/lifetimes2.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/ui/where-clauses/where-clause-bounds-inconsistency.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ check-pass
1+
tests/ui/impl-trait/method-suggestion-no-duplication.rs tests/ui/impl-trait/method-suggestion-no-duplication.stderr//@ check-pass
22

33
trait Bound {
44
fn dummy(&self) { }

0 commit comments

Comments
 (0)