Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc: Fix hiding of private fields
The calculation for whether a field is public or private was tweaked in #13184, but I forgot to update rustdoc. Closes #13310
- Loading branch information
2344c6c
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 alexcrichton@2344c6c
2344c6c
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 alexcrichton/rust/rustdoc-fields = 2344c6c into auto
2344c6c
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.
alexcrichton/rust/rustdoc-fields = 2344c6c merged ok, testing candidate = d54d56a3
2344c6c
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-32-opt/builds/5170
exception: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/5070
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/5070
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/4162
exception: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4176
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/4257
exception: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/4265
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5172
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/4257
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/4262
exception: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2057
exception: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5169
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/4266
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/4277
exception: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/4933
2344c6c
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 alexcrichton@2344c6c
2344c6c
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 alexcrichton/rust/rustdoc-fields = 2344c6c into auto
2344c6c
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.
alexcrichton/rust/rustdoc-fields = 2344c6c merged ok, testing candidate = 4e9e259
2344c6c
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/5084
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/5084
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/4176
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4190
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/5184
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/4271
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/4279
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5186
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/4271
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/4276
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/4342
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2071
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5183
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/4280
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/4291
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/4947
2344c6c
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 = 4e9e259