Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler errors due to unstable / experimental features #2

Open
nocko opened this issue Sep 27, 2018 · 2 comments
Open

Compiler errors due to unstable / experimental features #2

nocko opened this issue Sep 27, 2018 · 2 comments

Comments

@nocko
Copy link

nocko commented Sep 27, 2018

I couldn't find dockcross-linux-armv7-rust, so I attempted to build this way:

docker run --rm -v c:\\Users\\nock\\devel\\plato:/work rustcross/arm-unknown-linux-gnueabihf:latest ./build.sh

It builds most of the dependencies, but then bails on unstable / experimental features:

error: `pub(restricted)` syntax is experimental (see issue #32409)
  --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/crockford-1.0.1/src/error.rs:15:9
   |
15 |     pub(crate) fn new(kind: Kind, message: &'static str) -> Error {
   |         ^^^^^

error: struct field shorthands are unstable (see issue #37340)
  --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/crockford-1.0.1/src/error.rs:16:17
   |
16 |         Error { kind, message }
   |                 ^^^^

error: struct field shorthands are unstable (see issue #37340)
  --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/crockford-1.0.1/src/error.rs:16:23
   |
16 |         Error { kind, message }
   |                       ^^^^^^^

error: aborting due to 3 previous errors

Do you have time to jot a few notes on how to build this project?

@darvin
Copy link
Owner

darvin commented Jan 6, 2019

here you go https://github.com/darvin/dockcross

@darvin
Copy link
Owner

darvin commented Sep 23, 2019

project abandoned please take over if interested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants