Skip to content

Commit

Permalink
Updated generic-associated-types-where stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjay committed Dec 1, 2017
1 parent f0ecdfb commit 9d5592b
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
error[E0261]: use of undeclared lifetime name `'a`
--> $DIR/generic-associated-types-where.rs:32:32
--> $DIR/generic-associated-types-where.rs:34:32
|
32 | type WithDefault<'a, T> = &'a Iterator<T>;
34 | type WithDefault<'a, T> = &'a Iterator<T>;
| ^^ undeclared lifetime

error: aborting due to previous error
Expand Down

0 comments on commit 9d5592b

Please sign in to comment.