Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

fix: build failure on latest nightly due to soft-unstable #[rustfmt::skip] #361

Closed

Conversation

Farenjihn
Copy link

Currently, enarx-keepldr fails to build on latest nightly (rustc 1.53.0-nightly (5d04957a4 2021-03-22)). This is due to the protobuf crate using #[rustfmt::skip], which is now marked "soft-unstable".

The tracking issue for the "soft-unstable" lint is here: rust-lang/rust#64266
The workaround for the protobuf crate is documented here: stepancheg/rust-protobuf#551 (comment)

Signed-off-by: Valentin Finini [email protected]

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

Successfully merging this pull request may close these issues.

4 participants