Skip to content

Commit

Permalink
Rollup merge of #88346 - spastorino:revert-type-of-a-let2, r=jackh726
Browse files Browse the repository at this point in the history
Revert "Add type of a let tait test impl trait straight in let"

This reverts commit dbadab5.
This is not part of TAITs, so, if tested should probably be done
elsewhere.

r? ````@oli-obk````

This is similar to what I was commenting here #88332 (comment)
These is not part of TAITs so should not live in type-alias-impl-trait test directory.
I'm going to avoid adding this kind of tests in `type-alias-impl-trait` test directory and avoid thinking about them in this pass.
  • Loading branch information
Manishearth committed Aug 26, 2021
2 parents e760740 + 5df5659 commit cb95e36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
25 changes: 0 additions & 25 deletions src/test/ui/type-alias-impl-trait/type_of_a_let2.rs

This file was deleted.

21 changes: 0 additions & 21 deletions src/test/ui/type-alias-impl-trait/type_of_a_let2.stderr

This file was deleted.

0 comments on commit cb95e36

Please sign in to comment.