diff options
| author | bors <bors@rust-lang.org> | 2019-10-03 02:08:53 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-10-03 02:08:53 +0000 |
| commit | c6293e359848c8c7275330719b33ccd168df04c3 (patch) | |
| tree | e57fb077f12e3c6f5e1991e93a873d361a814ea9 /src/libsyntax/parse/parser.rs | |
| parent | 2daa404e9a151a2e8262cbd6d8c209fd067aca16 (diff) | |
| parent | d5a0765f44069d3f56bb91e7b5ba09514f2acffb (diff) | |
| download | rust-c6293e359848c8c7275330719b33ccd168df04c3.tar.gz rust-c6293e359848c8c7275330719b33ccd168df04c3.zip | |
Auto merge of #65038 - Centril:rollup-m83dpfh, r=Centril
Rollup of 7 pull requests Successful merges: - #63678 (Improve HRTB error span when -Zno-leak-check is used) - #64931 (Reword E0392 slightly) - #64959 (syntax: improve parameter without type suggestions) - #64975 (Implement Clone::clone_from for LinkedList) - #64993 (BacktraceStatus: add Eq impl) - #64998 (Filter out RLS output directories on tidy runs) - #65010 (Compare `primary` with maximum of `children`s' line num instead of dropping it) Failed merges: r? @ghost
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 95f84d5cb33..d4a6e9f6c6b 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -1212,6 +1212,7 @@ impl<'a> Parser<'a> { &mut err, pat, is_name_required, + is_self_allowed, is_trait_item, ) { err.emit(); |
