Skip to content

Commit

Permalink
Revert method-not-found-generic-arg-elision test bless
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Apr 10, 2023
1 parent f06640d commit 40f12c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ui/methods/method-not-found-generic-arg-elision.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ error[E0599]: no method named `extend` found for struct `Map` in the current sco
|
LL | v.iter().map(|x| x * x).extend(std::iter::once(100));
| ^^^^^^ method not found in `Map<Iter<'_, i32>, [closure@method-not-found-generic-arg-elision.rs:87:18]>`
|
= note: the full type name has been written to '$TEST_BUILD_DIR/methods/method-not-found-generic-arg-elision/method-not-found-generic-arg-elision.long-type-15656389337579798043.txt'

error[E0599]: no method named `method` found for struct `Wrapper<bool>` in the current scope
--> $DIR/method-not-found-generic-arg-elision.rs:90:13
Expand Down

0 comments on commit 40f12c6

Please sign in to comment.