rust/compiler/rustc_expand
Dylan DPC 17157c717e
Rollup merge of #95808 - petrochenkov:fragspec, r=nnethercote
expand: Remove `ParseSess::missing_fragment_specifiers`

It was used for deduplicating some errors for legacy code which are mostly deduplicated even without that, but at cost of global mutable state, which is not a good tradeoff.

cc https://github.com/rust-lang/rust/pull/95747#issuecomment-1091619403
r? ``@nnethercote``
2022-04-09 18:26:28 +02:00
..
src Rollup merge of #95808 - petrochenkov:fragspec, r=nnethercote 2022-04-09 18:26:28 +02:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00