Skip to content

Commit 40f12c6

Browse files
committed
Revert method-not-found-generic-arg-elision test bless
1 parent f06640d commit 40f12c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/ui/methods/method-not-found-generic-arg-elision.stderr

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ error[E0599]: no method named `extend` found for struct `Map` in the current sco
2424
|
2525
LL | v.iter().map(|x| x * x).extend(std::iter::once(100));
2626
| ^^^^^^ method not found in `Map<Iter<'_, i32>, [closure@method-not-found-generic-arg-elision.rs:87:18]>`
27-
|
28-
= 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'
2927

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

0 commit comments

Comments
 (0)