diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-31 10:26:25 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-31 15:53:25 -0700 |
| commit | 94137a37e90f2fc5faf725965b419944e14ad271 (patch) | |
| tree | f8423c7d6d8af63c531dcaf923fbf69795337610 /src/libsyntax | |
| parent | e3f2d45cb38a89172c423aba07ce270b1a04984f (diff) | |
| download | rust-94137a37e90f2fc5faf725965b419944e14ad271.tar.gz rust-94137a37e90f2fc5faf725965b419944e14ad271.zip | |
Test fixes and rebase conflicts, round 1
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 1b03a180720..98ffc054394 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -92,7 +92,7 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Status)] = &[ ("main", "1.0.0", Active), // Deprecate after snapshot - // SNAP a923278 + // SNAP 5520801 ("unsafe_destructor", "1.0.0", Active), // A temporary feature gate used to enable parser extensions needed |
