]> git.lizzy.rs Git - rust.git/commit
Request "-Z unstable-options" for unstable options
authorJubilee <46493976+workingjubilee@users.noreply.github.com>
Tue, 24 Mar 2020 05:54:06 +0000 (22:54 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2020 05:54:06 +0000 (22:54 -0700)
commiteaa6488ca7550428ce70d6f43e906a8e36def943
tree6a20186a96f9feee3d9b2068c35fc28ffabbf03f
parent342c5f33d097b2dc07a2dbc0ca45a37379d2ff60
Request "-Z unstable-options" for unstable options

Explicitly requests the "-Z unstable-options" flag if someone attempts to use
a cargo option gated by it. This enhances discoverability, particularly in the
instance where the user is on the nightly compiler but isn't using the flag.
src/libtest/cli.rs