-
Notifications
You must be signed in to change notification settings - Fork 15
can't find crate for syntax
[E0463]
#19
Comments
Hi, I have never tried to use A possible workaround, in any case, if you can stand a longer initial build time, could be to use Edit: Never mind, the docker container compiles Rust, so it counts a nightly. |
Hi, i successfully tryed it on another project with no (just rusts default) dependencies. |
Ok, so we can probably rule that out, then. I have, honestly, no idea why that's happening. Something you could try, if you are using Linux, is to follow the regular instructions, but skip the part where you are building the compiler, and instead install the cross compiled standard libraries through I really need to update this guide... |
i am sorry but at the moment i don't have the time to try this :( i'll try this later. |
Oh, don't worry about it. Take your time 😄 |
Hello,
today i created this docker container and tryed to compile a project for RPi 3.
i've am using serde (*) as a dependency, whis results in:
dependencies of my project:
may this is related to rust-lang/rust#32984
The text was updated successfully, but these errors were encountered: