CRUST DIY instructions & discussions

Hey all, I’m trying compiling on an odroid c1, and I’m getting a bunch of mismatched type errors:

    found enum `core::result::Result`) [E0308]

/home/odroid/.multirust/toolchains/unofficial-nightly/cargo/registry/src/github.com-1285ae84e5963aae/asynchronous-0.4.5/src/lib.rs:143 tx.send(f())
^~~~~~~~~~~~
/home/odroid/.multirust/toolchains/unofficial-nightly/cargo/registry/src/github.com-1285ae84e5963aae/asynchronous-0.4.5/src/lib.rs:201:13: 204:15 error: mismatched types:
expected (),
found core::result::Result<(), std::sync::mpsc::SendError<core::result::Result<TT, EE>>>
(expected (),
found enum core::result::Result) [E0308]

Any idea why? (i set up rust via GitHub - japaric-archived/ruststrap: [SUPERSEDED] by https://github.com/warricksothr/RustBuild )