mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 12:37:55 +00:00
Parser: Recover from using colon as path separator in imports I don't know if this is the right approach, any feedback is welcome. r? ```@compiler-errors``` Fixes #103269