rust/compiler
bors 1fb9603022 Auto merge of #98020 - TaKO8Ki:use-create-snapshot-for-diagnostic-in-rustc-expand, r=Dylan-DPC
Use `create_snapshot_for_diagnostic` instead of `clone` for `Parser`

Use [`create_snapshot_for_diagnostic`](cd11905716/compiler/rustc_parse/src/parser/diagnostics.rs (L214-L223)) I implemented in https://github.com/rust-lang/rust/pull/94731 instead of `clone` to avoid duplicate unclosed delims errors being emitted when the `Parser` is dropped. I missed this one in #95068.
2022-06-12 23:25:35 +00:00
..
2022-06-03 17:16:41 -04:00
2022-06-11 16:38:48 -07:00
2022-06-02 11:22:16 +10:00
2022-06-03 17:16:41 -04:00
2022-06-03 17:16:41 -04:00
2022-06-11 16:38:48 -07:00
2022-06-11 16:38:48 -07:00
2022-06-08 09:24:03 +10:00
2022-06-03 17:16:41 -04:00
2022-06-08 09:24:03 +10:00
2022-06-03 17:16:41 -04:00
2022-06-03 17:16:41 -04:00
2022-06-11 16:38:48 -07:00
2022-06-08 09:24:03 +10:00