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

Protoc Rust update #90

Open
jmwample opened this issue May 17, 2021 · 0 comments
Open

Protoc Rust update #90

jmwample opened this issue May 17, 2021 · 0 comments

Comments

@jmwample
Copy link
Member

The signaling.rs file generated by protoc in the station code includes the use of inner attributes which are marked unstable in rust 1.52.1 and give an error at compile time.

When available, update the version of protoc so the manual fix from PR #89 is no longer required.

error: custom inner attributes are unstable
 --> src/signalling.rs:9:4
  |
9 | #![rustfmt::skip]
  |    ^^^^^^^^^^^^^
  |
  = note: `#[deny(soft_unstable)]` on by default
  = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>

error: aborting due to previous error

error: could not compile `rust_dark_decoy`
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

1 participant