Revert method-not-found-generic-arg-elision test bless

This commit is contained in:
DaniPopes 2023-04-10 22:29:10 +02:00
parent f06640de08
commit 40f12c68ea
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692

View File

@ -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