mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
b33fdb2c70
From the `parser` module to the `errors` module, which is where most of its uses are. This means the `errors` module no longer depends on the `parser` module, removing a cyclic dependency between the two modules.