diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-12-04 11:04:54 +0100 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-12-04 11:04:54 +0100 |
| commit | cb71752f911c47426e208a9f5f1862d4c0e56aa4 (patch) | |
| tree | 01e392fae1d9a1cf9add6cc6fd82e334fc95d547 /src/libsyntax | |
| parent | f4115765c5ad16789e9ccdd49dca1a56d47f2b3f (diff) | |
| download | rust-cb71752f911c47426e208a9f5f1862d4c0e56aa4.tar.gz rust-cb71752f911c47426e208a9f5f1862d4c0e56aa4.zip | |
Tidy fixup
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 026b159f80f..bfdc75378d5 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -492,7 +492,7 @@ declare_features! ( // `extern crate self as foo;` puts local crate root into extern prelude under name `foo`. (active, extern_crate_self, "1.31.0", Some(56409), None), - + // Allows calling `const unsafe fn` inside `unsafe` blocks in `const fn` functions. (active, min_const_unsafe_fn, "1.31.0", Some(55607), None), ); |
