Skip to content

Commit 943c53b

Browse files
committed
Update usage of rustc
Add proc_macro crate type
1 parent 5d994d8 commit 943c53b

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)