You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected to see this happen: cargo +nightly fix --edition works without an error.
Instead, this happened: cargo +nightly fix --edition fails with the following error message:
Checking xtask v0.1.0 (C:\DIST\dev\tools\probe-rs\xtask)
Migrating xtask\src\main.rs from 2018 edition to 2021
error: Unrecognized option: 'force-warns'
error: could not compile `xtask`
warning: build failed, waiting for other jobs to finish...
error: Unrecognized option: 'force-warns'
error: build failed
Thank you for the report! This should be fixed pretty soon, hopefully. It's a temporary thing while we're renaming the option. CC @rylev. I can do a fix PR.
I tried the migration process to the 2021 edition, according to the instructions in https://blog.rust-lang.org/2021/07/21/Rust-2021-public-testing.html.
I expected to see this happen:
cargo +nightly fix --edition
works without an error.Instead, this happened:
cargo +nightly fix --edition
fails with the following error message:I tried this with the following repository: https://github.com/probe-rs/probe-rs
Meta
rustc +nightly --version --verbose
:cargo +nightly --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: