Rollup merge of #38841 - F001:Fix, r=steveklabnik

Update usage of rustc

Add proc_macro crate type
This commit is contained in:
Seo Sanghyeon 2017-01-10 20:27:46 +09:00 committed by GitHub
commit 833d6938e9

View File

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