We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20c7dbc + 943c53b commit 833d693Copy full SHA for 833d693
src/librustc/session/config.rs
@@ -1175,7 +1175,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
1175
assumed.", "[KIND=]NAME"),
1176
opt::multi_s("", "crate-type", "Comma separated list of types of crates
1177
for the compiler to emit",
1178
- "[bin|lib|rlib|dylib|cdylib|staticlib]"),
+ "[bin|lib|rlib|dylib|cdylib|staticlib|proc-macro]"),
1179
opt::opt_s("", "crate-name", "Specify the name of the crate being built",
1180
"NAME"),
1181
opt::multi_s("", "emit", "Comma separated list of types of output for \
0 commit comments