We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8a3e3 commit 9f8c249Copy full SHA for 9f8c249
src/tools/compiletest/src/header/cfg.rs
@@ -112,7 +112,7 @@ pub(super) fn parse_cfg_name_directive<'a>(
112
(config.target == "wasm32-unknown-unknown").then_some("emscripten"),
113
],
114
allowed_names: &target_cfgs.all_oses,
115
- message: "when the operative system is {name}"
+ message: "when the operating system is {name}"
116
}
117
condition! {
118
name: &target_cfg.env,
@@ -122,7 +122,7 @@ pub(super) fn parse_cfg_name_directive<'a>(
122
123
name: &target_cfg.os_and_env(),
124
allowed_names: &target_cfgs.all_oses_and_envs,
125
- message: "when the operative system and target environment are {name}"
+ message: "when the operating system and target environment are {name}"
126
127
128
name: &target_cfg.abi,
0 commit comments