-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect stability attributes on methods.
If it's a trait method, this checks the stability attribute of the method inside the trait definition. Otherwise, it checks the method implementation itself.
- Loading branch information
Showing
5 changed files
with
171 additions
and
53 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
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
4f95dce
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 huonw
at ktt3ja@4f95dce
4f95dce
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 ktt3ja/rust/method-stability = 4f95dce into auto
4f95dce
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.
ktt3ja/rust/method-stability = 4f95dce merged ok, testing candidate = dc65762
4f95dce
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/3032
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/874
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/876
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3038
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2140
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2141
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3048
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2137
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2142
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3050
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2138
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2141
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/2217
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3036
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2138
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2142
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/2812
4f95dce
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 = dc65762