mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
67deb2e65e
of `use bar as foo`. Change all uses of `use foo = bar` to `use bar as foo`. Implements RFC #47. Closes #16461. [breaking-change]