Incorporated suggested changes
This commit is contained in:
parent
03cce1d81e
commit
b3480126d4
5 changed files with 8 additions and 5 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue