diff options
| author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2018-09-05 21:40:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-05 21:40:39 -0700 |
| commit | 3dab33225a8c74dcf1f6a4f6161a10b60d5944e9 (patch) | |
| tree | 24f2e486873ff3f12493265327d999767cf21599 /src/libsyntax/parse | |
| parent | 482346ce75ff112bfbe991d37fb66057cb80c804 (diff) | |
| parent | 27e5457f3fa6c6e322e05352f0109f2cd511396c (diff) | |
| download | rust-3dab33225a8c74dcf1f6a4f6161a10b60d5944e9.tar.gz rust-3dab33225a8c74dcf1f6a4f6161a10b60d5944e9.zip | |
Merge branch 'master' into fix-submodules
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 3862877c3d9..5f80af77f49 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -6272,7 +6272,6 @@ impl<'a> Parser<'a> { let (in_cfg, outer_attrs) = { let mut strip_unconfigured = ::config::StripUnconfigured { sess: self.sess, - should_test: false, // irrelevant features: None, // don't perform gated feature checking }; let outer_attrs = strip_unconfigured.process_cfg_attrs(outer_attrs.to_owned()); |
