Skip to content

Commit 833d693

Browse files
authored
Rollup merge of rust-lang#38841 - F001:Fix, r=steveklabnik
Update usage of rustc Add proc_macro crate type
2 parents 20c7dbc + 943c53b commit 833d693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
11751175
assumed.", "[KIND=]NAME"),
11761176
opt::multi_s("", "crate-type", "Comma separated list of types of crates
11771177
for the compiler to emit",
1178-
"[bin|lib|rlib|dylib|cdylib|staticlib]"),
1178+
"[bin|lib|rlib|dylib|cdylib|staticlib|proc-macro]"),
11791179
opt::opt_s("", "crate-name", "Specify the name of the crate being built",
11801180
"NAME"),
11811181
opt::multi_s("", "emit", "Comma separated list of types of output for \

0 commit comments

Comments
 (0)