mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
41c74f4fb6
compiletest: Only pass the post-colon value to `parse_normalize_rule` Addresses one of the FIXMEs noted in #134759. I started working on the other FIXME, but it became complex enough that I wanted to split it off from this PR. r? jieyouxu