mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
894bdf298e
Move `feature*` methods from `parse` mod to `errors` mod. As the FIXME comment says, these no longer use `ParseSess` and so the `parse` mod is not a good place for them. The `errors` mod is a better home. r? @TaKO8Ki