mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 15:26:41 +00:00
In #95555 this was moved out of `parse_tt_inner` and `nameize` into `compute_locs`. But the next commit will be moving `compute_locs` outwards to a place that isn't suitable for the missing fragment identifier checking. So this reinstates the old checking.