From: bors Date: Mon, 4 Nov 2019 02:30:45 +0000 (+0000) Subject: Auto merge of #65838 - estebank:resilient-recovery, r=Centril X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f49f38871389041671cc710a044e8360091840a3;p=rust.git Auto merge of #65838 - estebank:resilient-recovery, r=Centril Reduce amount of errors given unclosed delimiter When in a file with a non-terminated item, catch the error and consume the block instead of trying to recover it on a more granular way in order to reduce the amount of unrelated errors that would be fixed after adding the missing closing brace. Also point out the possible location of the missing closing brace. Fix #63690. --- f49f38871389041671cc710a044e8360091840a3