diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2017-11-29 16:28:25 +0100 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2017-11-29 16:28:25 +0100 |
| commit | c60b0e43c87c5f46337b3792136ebd9b2aa74417 (patch) | |
| tree | e17df0035a61ea9c8cca1c5e048f6505e8907157 /src/libsyntax | |
| parent | dc0e227745765c198958f0298785d18bcf61d4ae (diff) | |
| download | rust-c60b0e43c87c5f46337b3792136ebd9b2aa74417.tar.gz rust-c60b0e43c87c5f46337b3792136ebd9b2aa74417.zip | |
incr.comp.: Remove on-export crate metadata hashing.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 89d1a3699e8..80be2a85e52 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -742,18 +742,6 @@ pub const BUILTIN_ATTRIBUTES: &'static [(&'static str, AttributeType, AttributeG is just used for rustc unit tests \ and will never be stable", cfg_fn!(rustc_attrs))), - ("rustc_metadata_dirty", Whitelisted, Gated(Stability::Unstable, - "rustc_attrs", - "the `#[rustc_metadata_dirty]` attribute \ - is just used for rustc unit tests \ - and will never be stable", - cfg_fn!(rustc_attrs))), - ("rustc_metadata_clean", Whitelisted, Gated(Stability::Unstable, - "rustc_attrs", - "the `#[rustc_metadata_clean]` attribute \ - is just used for rustc unit tests \ - and will never be stable", - cfg_fn!(rustc_attrs))), ("rustc_partition_reused", Whitelisted, Gated(Stability::Unstable, "rustc_attrs", "this attribute \ |
