mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
bef51ba234
Changed occurances of: extern crate foo = "bar"; to: extern crate "bar" as foo; Added warning for old deprecated syntax