Skip to content

Commit 9d5592b

Browse files
committed
Updated generic-associated-types-where stderr
1 parent f0ecdfb commit 9d5592b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/rfc1598-generic-associated-types/generic-associated-types-where.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
error[E0261]: use of undeclared lifetime name `'a`
2-
--> $DIR/generic-associated-types-where.rs:32:32
2+
--> $DIR/generic-associated-types-where.rs:34:32
33
|
4-
32 | type WithDefault<'a, T> = &'a Iterator<T>;
4+
34 | type WithDefault<'a, T> = &'a Iterator<T>;
55
| ^^ undeclared lifetime
66

77
error: aborting due to previous error

0 commit comments

Comments
 (0)