diff options
| author | Vadim Chugunov <vadimcn@gmail.com> | 2016-12-01 15:21:59 -0800 |
|---|---|---|
| committer | Vadim Chugunov <vadimcn@gmail.com> | 2016-12-01 16:56:49 -0800 |
| commit | a9a6f8c8eddba12c72a8caa73bdb236f089bda3c (patch) | |
| tree | bade1b79bda101fb91a17509618d379c9d0081d2 /src/libsyntax | |
| parent | 13477c77bf07b1c9a8ddcbd4613e173312c33d59 (diff) | |
| download | rust-a9a6f8c8eddba12c72a8caa73bdb236f089bda3c.tar.gz rust-a9a6f8c8eddba12c72a8caa73bdb236f089bda3c.zip | |
Remove the "linked_from" feature.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index aa6a29b78b0..33d99d37c2d 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -132,7 +132,6 @@ declare_features! ( (active, allocator, "1.0.0", Some(27389)), (active, fundamental, "1.0.0", Some(29635)), - (active, linked_from, "1.3.0", Some(29629)), (active, main, "1.0.0", Some(29634)), (active, needs_allocator, "1.4.0", Some(27389)), (active, on_unimplemented, "1.0.0", Some(29628)), @@ -636,12 +635,6 @@ pub const BUILTIN_ATTRIBUTES: &'static [(&'static str, AttributeType, AttributeG is an experimental feature", cfg_fn!(fundamental))), - ("linked_from", Normal, Gated(Stability::Unstable, - "linked_from", - "the `#[linked_from]` attribute \ - is an experimental feature", - cfg_fn!(linked_from))), - ("proc_macro_derive", Normal, Gated(Stability::Unstable, "proc_macro", "the `#[proc_macro_derive]` attribute \ |
