Files
rust/compiler
bors 1bfe40d11c Auto merge of #95068 - TaKO8Ki:use-create-snapshot-for-diagnostic, r=davidtwco
Use `Parser.create_snapshot_for_diagnostic` instead of `Parser.clone()`

Use [`create_snapshot_for_diagnostic`](https://github.com/rust-lang/rust/blob/cd119057160cedea245aa2679add56723f3dc784/compiler/rustc_parse/src/parser/diagnostics.rs#L214-L223) I implemented in https://github.com/rust-lang/rust/pull/94731 instead of `self.clone()` to avoid duplicate unclosed delims errors being emitted when the `Parser` is dropped.
2022-03-18 14:50:29 +00:00
..
2022-01-28 16:56:05 +01:00
2021-12-14 18:50:31 -04:00
2022-03-15 12:04:23 +01:00
2022-02-24 17:01:01 +11:00
2022-02-22 18:14:51 -05:00
2022-03-11 13:31:24 +11:00