Incorporated suggested changes

This commit is contained in:
Jad Ghalayini 2019-05-27 19:37:20 -04:00
parent 03cce1d81e
commit b3480126d4
5 changed files with 8 additions and 5 deletions

View file

@ -12,3 +12,4 @@ LL | trait Foo: Iterator<Item = i32> {}
error: aborting due to previous error
For more information about this error, try `rustc --explain E0284`.

View file

@ -6,3 +6,4 @@ LL | let x: isize = Foo::bar();
error: aborting due to previous error
For more information about this error, try `rustc --explain E0284`.

View file

@ -6,3 +6,4 @@ LL | self.input_stream(&mut stream);
error: aborting due to previous error
For more information about this error, try `rustc --explain E0284`.

View file

@ -6,3 +6,4 @@ LL | l.iter().map(f).collect()?
error: aborting due to previous error
For more information about this error, try `rustc --explain E0284`.