-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
librustc: Obsolete the old external crate renaming syntax.
Instead of `extern crate foo = bar`, write `extern crate bar as foo`. Instead of `extern crate baz = "quux"`, write `extern crate "quux" as baz`. Closes #16461. [breaking-change]
- Loading branch information
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1bce869
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from brson
at pcwalton@1bce869
1bce869
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging pcwalton/rust/remove-old-import-renaming-syntax = 1bce869 into auto
1bce869
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pcwalton/rust/remove-old-import-renaming-syntax = 1bce869 merged ok, testing candidate = 036f380
1bce869
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1283
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1282
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1282
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1283
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1277
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1276
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1277
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1281
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1276
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1276
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1280
success: http://buildbot.rust-lang.org/builders/auto-win32-32-opt/builds/113
success: http://buildbot.rust-lang.org/builders/auto-win32-32-nopt-t/builds/113
success: http://buildbot.rust-lang.org/builders/auto-win32-32-nopt-c/builds/113
success: http://buildbot.rust-lang.org/builders/auto-win64-64-opt/builds/113
success: http://buildbot.rust-lang.org/builders/auto-win64-64-nopt-t/builds/113
success: http://buildbot.rust-lang.org/builders/auto-win64-64-nopt-c/builds/113
1bce869
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = 036f380