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
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
c5ee0d8
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 micahrj@c5ee0d8
c5ee0d8
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 micahjohnston/rust/master = c5ee0d8 into auto
c5ee0d8
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.
micahjohnston/rust/master = c5ee0d8 merged ok, testing candidate = 002b3b92
c5ee0d8
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.
some tests failed:
failure: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1015
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1905
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1910
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1015
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1015
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1923
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1015
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1015
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1924
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1015
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/1095
exception: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1908
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1014
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1015
exception: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/1693
c5ee0d8
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.
Looks to be a legitimate failure, there's a type which needs its bounds specified now (probably
and(None)
and that's it)