Rust 1.55, cargo rustc --release --verbose --profile dev : error: usage of --profile
requires -Z unstable-options
#9897
Labels
A-cli
Area: Command-line interface, option parsing, etc.
A-profiles
Area: profiles
C-bug
Category: bug
regression-from-stable-to-stable
Regression in stable that worked in a previous stable release.
Problem
This stopped working on 1.55 :
cargo rustc --release --verbose --profile dev
error: usage of
--profile
requires-Z unstable-options
Works fine on 1,54
Output of
cargo version
:cargo 1.55.0 (32da73a 2021-08-23)
release: 1.55.0
commit-hash: 32da73a
commit-date: 2021-08-23
The text was updated successfully, but these errors were encountered: