diff options
| author | kennytm <kennytm@gmail.com> | 2018-02-06 02:13:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-06 02:13:51 +0800 |
| commit | 55aef3c9c77fbf36a1568630b97aa241a0d19441 (patch) | |
| tree | 88ecbbe37b33d83936e5f5060f7992b5a06da43b /src/test/run-pass | |
| parent | e8688b4a2421616aaf7cc94e2fa7c39dd6f15580 (diff) | |
| parent | 01f0814a2a7db7d93b4cb90b74242b082861e674 (diff) | |
| download | rust-55aef3c9c77fbf36a1568630b97aa241a0d19441.tar.gz rust-55aef3c9c77fbf36a1568630b97aa241a0d19441.zip | |
Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petrochenkov
Stabilize use_nested_groups As requested in #44494. Documentation PRs already sent.
Diffstat (limited to 'src/test/run-pass')
| -rw-r--r-- | src/test/run-pass/issue-47673.rs | 1 | ||||
| -rw-r--r-- | src/test/run-pass/use-nested-groups.rs | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/test/run-pass/issue-47673.rs b/src/test/run-pass/issue-47673.rs index 92f54a44f63..22f7f169e29 100644 --- a/src/test/run-pass/issue-47673.rs +++ b/src/test/run-pass/issue-47673.rs @@ -8,7 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(use_nested_groups)] #![allow(unused_import)] use {{}, {}}; diff --git a/src/test/run-pass/use-nested-groups.rs b/src/test/run-pass/use-nested-groups.rs index a28f8da9ff8..be06e463e3b 100644 --- a/src/test/run-pass/use-nested-groups.rs +++ b/src/test/run-pass/use-nested-groups.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(use_nested_groups)] - mod a { pub enum B {} |
