You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.