review comments

This commit is contained in:
Esteban Küber 2017-01-04 13:47:04 -08:00
parent 5598f35162
commit f2dd75cb86
2 changed files with 1 additions and 5 deletions

View file

@ -6,8 +6,7 @@ error[E0308]: mismatched types
|
= note: expected type `Foo`
= note: found type `&_`
= help: did you mean `&foo: &Foo`?
= help: did you mean `foo: Foo`?
= help: did you mean `foo: &Foo`?
error: aborting due to previous error