Error on compiling Rocket , wondering is this just problem for me #2642
-
Hi All, Got this error. Is it only for me or others got this too. Just wanted to post here to confirm before posting it as a issue ticket. Any one else facing the same issue? Compiling rocket v0.5.0-rc.4 error[E0308]: mismatched types error[E0061]: this function takes 1 argument but 0 arguments were supplied error[E0308]: mismatched types Some errors have detailed explanations: E0061, E0308. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Someone reported a similar problem on Matrix. It's some sort of issue with |
Beta Was this translation helpful? Give feedback.
-
Thank you @SergioBenitez for the immediate reply. I forgot that step. It worked and complied. I will keep that in mind next time. |
Beta Was this translation helpful? Give feedback.
Someone reported a similar problem on Matrix. It's some sort of issue with
rustc
, it seems: updating/downgrading your toolchain will likely resolve the problem. Please let us know if it does/doesn't.