diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-11-04 16:55:08 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-11-05 10:50:47 -0700 |
| commit | e126f3c6c699d7ca58a1be94bb9af4292a83436d (patch) | |
| tree | b984f31d18305076c65cf3201732cb4cc7752678 /src/libsyntax | |
| parent | 0eff43ff7584d416e6de5d3ade2da1ab17730331 (diff) | |
| parent | 50ecee241008a17a3d296f0a0d2a4ff9080a5c57 (diff) | |
| download | rust-e126f3c6c699d7ca58a1be94bb9af4292a83436d.tar.gz rust-e126f3c6c699d7ca58a1be94bb9af4292a83436d.zip | |
Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollup
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index bf6482e5b99..f29f9ec4e4f 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -312,6 +312,9 @@ declare_features! ( // The #![windows_subsystem] attribute (active, windows_subsystem, "1.14.0", Some(37499)), + + // Allows using `Self` and associated types in struct expressions and patterns. + (active, more_struct_aliases, "1.14.0", Some(37544)), ); declare_features! ( |
