-
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.
Catch forward declarations in default type params at AST conversion.
- Loading branch information
Showing
2 changed files
with
19 additions
and
3 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
f829d20
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 alexcrichton
at Ryman@f829d20
f829d20
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 Ryman/rust/issue_5997 = f829d20 into auto
f829d20
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.
Ryman/rust/issue_5997 = f829d20 merged ok, testing candidate = 29a3970
f829d20
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/5304
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/5300
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/4393
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4406
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/5402
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/4489
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/4497
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5404
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/4489
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/4495
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/4559
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2289
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5399
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/4496
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/4509
f829d20
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 = 29a3970