diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2018-02-23 10:24:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-23 10:24:54 -0800 |
| commit | f2da2fa315e000a0f53c2a2e7c26d2fd80952bf1 (patch) | |
| tree | e1b30e4c902f76a69a6630a79731a2885daeb94f /src/libsyntax | |
| parent | 74f6794193fc72e6caeb5cfe2e1fe894e5c2ae0c (diff) | |
| parent | 4d8b25183573e5ffbb254049702f3d2343a58919 (diff) | |
| download | rust-f2da2fa315e000a0f53c2a2e7c26d2fd80952bf1.tar.gz rust-f2da2fa315e000a0f53c2a2e7c26d2fd80952bf1.zip | |
Rollup merge of #48429 - toidiu:patch-1, r=nikomatsakis
update tracking issue for nll Point to the new tracing issue for nll For reference https://github.com/rust-lang/rust/issues/44928
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index c0fde71d086..f7cebed5f62 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -186,7 +186,7 @@ declare_features! ( (active, rustc_attrs, "1.0.0", Some(29642)), // Allows the use of non lexical lifetimes; RFC 2094 - (active, nll, "1.0.0", Some(44928)), + (active, nll, "1.0.0", Some(43234)), // Allows the use of #[allow_internal_unstable]. This is an // attribute on macro_rules! and can't use the attribute handling |
