diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-09-03 10:23:40 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-09-03 10:23:40 -0700 |
| commit | 4ec715becfeb4426a36245f9147a8ba4d4448df7 (patch) | |
| tree | 56566f7c12ffd95d453b042fc1efed3242544347 /src/libsyntax | |
| parent | 01b35d82e51458870f61cf850b73479f253fcb54 (diff) | |
| download | rust-4ec715becfeb4426a36245f9147a8ba4d4448df7.tar.gz rust-4ec715becfeb4426a36245f9147a8ba4d4448df7.zip | |
Add back feature accidentally removed
This feature was accidentally removed in https://github.com/rust-lang/rust/pull/35957.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 683d5277359..57db15f7947 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -305,6 +305,7 @@ declare_features! ( (removed, struct_inherit, "1.0.0", None), (removed, test_removed_feature, "1.0.0", None), (removed, visible_private_types, "1.0.0", None), + (removed, unsafe_no_drop_flag, "1.0.0", None), ); declare_features! ( |
