mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
66ccc4fe28
Apply `Recovery::Forbidden` when reparsing pasted macro fragments. Fixes #137874. The changes to the output of `tests/ui/associated-consts/issue-93835.rs` partly undo the changes seen when `NtTy` was removed in #133436, which is good. r? ``@petrochenkov``