The extern mod foo = "bar"; syntax introduced along with rustpkg does everything that extern mod foo (name="bar") does (and more, since it searches the RUST_PATH). So the old syntax should probably be removed.
Nominating for milestone 2, backwards-compatible
The
extern mod foo = "bar";syntax introduced along with rustpkg does everything thatextern mod foo (name="bar")does (and more, since it searches the RUST_PATH). So the old syntax should probably be removed.Nominating for milestone 2, backwards-compatible