rust/src/librustc_interface
bors 7ceebd98c6 Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa
Don't use static crt by default when build proc-macro

Don't check value of `crt-static` when build proc-macro crates, since they are always built dynamically.
For more information, see https://github.com/rust-lang/cargo/issues/7563#issuecomment-591965320
I hope this will fix issues about compiling `proc_macro` crates on musl host without bring more issues.
Fix https://github.com/rust-lang/cargo/issues/7563
2020-03-17 18:27:26 +00:00
..
build.rs
callbacks.rs Make it build again 2020-02-29 20:47:10 +03:00
Cargo.toml Move rustc_infer::traits to new crate rustc_trait_selection. 2020-03-14 14:15:50 +01:00
interface.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
lib.rs Remove unused feature gates from librustc_interface 2020-02-07 13:58:57 +01:00
passes.rs Fix HIR map validation 2020-03-14 22:52:30 +01:00
proc_macro_decls.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
queries.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
tests.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
util.rs Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa 2020-03-17 18:27:26 +00:00