rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simplify the output.
This commit is contained in:
parent
f0e43fc986
commit
1618c079ab
11 changed files with 38 additions and 43 deletions
|
|
@ -1462,8 +1462,8 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
|
|||
the same values as the target option of the same name"),
|
||||
allow_features: Option<Vec<String>> = (None, parse_opt_comma_list, [TRACKED],
|
||||
"only allow the listed language features to be enabled in code (space separated)"),
|
||||
emit_directives: bool = (false, parse_bool, [UNTRACKED],
|
||||
"emit build directives if producing JSON output"),
|
||||
emit_artifact_notifications: bool = (false, parse_bool, [UNTRACKED],
|
||||
"emit notifications after each artifact has been output (only in the JSON format)"),
|
||||
}
|
||||
|
||||
pub fn default_lib_output() -> CrateType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue