Skip to content
This repository was 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
Farenjihn wants to merge 1 commit intoenarx-archive:masterfrom
CYSEC-SA:fix/soft-unstable-nightly
Closed

fix: build failure on latest nightly due to soft-unstable #[rustfmt::skip]#361
Farenjihn wants to merge 1 commit intoenarx-archive:masterfrom
CYSEC-SA:fix/soft-unstable-nightly

Conversation

@Farenjihn
Copy link
Copy Markdown

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 valentin.finini@cysec.systems

…skip]

Signed-off-by: Valentin Finini <valentin.finini@cysec.systems>
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.

6 participants