mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 08:17:10 +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