mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
0c4a81c97b
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