]> git.lizzy.rs Git - rust.git/commit
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)
commit0c4a81c97b6309e7239eb0000bc46a5d348a2230
tree7f4b833cca7635b5f1cb5479c388108171204375
parente5ecf629dd0e36e0aab9c664c7a3d11d592268c9
parentaa5a3266f408bc82dc0c1e8e9e30841c208e8228
Rollup merge of #103443 - mucinoab:recover-colon-as-path-separetor, r=compiler-errors

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