]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #103443 - mucinoab:recover-colon-as-path-separetor, r=compiler-errors
authorMichael Goulet <michael@errs.io>
Thu, 10 Nov 2022 05:53:34 +0000 (21:53 -0800)
committerGitHub <noreply@github.com>
Thu, 10 Nov 2022 05:53:34 +0000 (21:53 -0800)
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


Trivial merge