diff options
| author | Charles Lew <crlf0710@gmail.com> | 2019-10-07 06:52:35 +0800 |
|---|---|---|
| committer | Charles Lew <crlf0710@gmail.com> | 2019-10-07 14:33:49 +0800 |
| commit | 2dab187024a80e46689149399249668765c512ea (patch) | |
| tree | c61006e8acfdf7ebd7694702ab949b281d634cf8 /src/libsyntax/feature_gate | |
| parent | dda10f2a2afcdde60bb408d119609dfa00465f02 (diff) | |
| download | rust-2dab187024a80e46689149399249668765c512ea.tar.gz rust-2dab187024a80e46689149399249668765c512ea.zip | |
Fix compilation error after rebase.
Diffstat (limited to 'src/libsyntax/feature_gate')
| -rw-r--r-- | src/libsyntax/feature_gate/active.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate/active.rs b/src/libsyntax/feature_gate/active.rs index 53bd34d96dd..19ef430318d 100644 --- a/src/libsyntax/feature_gate/active.rs +++ b/src/libsyntax/feature_gate/active.rs @@ -523,7 +523,7 @@ declare_features! ( (active, const_extern_fn, "1.40.0", Some(64926), None), // Allows the use of raw-dylibs (RFC 2627). - (active, raw_dylib, "1.39.0", Some(58713), None), + (active, raw_dylib, "1.40.0", Some(58713), None), // ------------------------------------------------------------------------- // feature-group-end: actual feature gates |
