rust/src/librustc_feature
Tomasz Miąsko c703ff2655 Conditional compilation for sanitizers
Configure sanitize option when compiling with a sanitizer to make
it possible to execute different code depending on whether given
sanitizer is enabled or not.
2019-12-01 09:03:35 +01:00
..
accepted.rs introduce crate rustc_feature and move active, accepted, and removed to it 2019-11-30 00:25:40 +01:00
active.rs Conditional compilation for sanitizers 2019-12-01 09:03:35 +01:00
builtin_attrs.rs Conditional compilation for sanitizers 2019-12-01 09:03:35 +01:00
Cargo.toml builtin_attrs.rs -> rustc_feature 2019-11-30 02:34:18 +01:00
lib.rs move GateIssue to rustc_feature & simplify emit_feature_err 2019-11-30 07:40:28 +01:00
removed.rs introduce crate rustc_feature and move active, accepted, and removed to it 2019-11-30 00:25:40 +01:00