-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustdoc: cache.access_levels is wrong #87048
Comments
Probably rust/src/librustdoc/visit_ast.rs Line 275 in dfd7b8d
|
I'm currently taking a look to see if I'll be able to do this, though I think I probably will. |
Alright, so... It looks to me like I need to figure out how to get the |
Yes, that sounds right. You can get the DefId by calling |
Okay, I've done some work. @rustbot claim |
@inquisitivecrystal I'm not sure - what are the other failures? |
Here you go! I should mention that there's a bit of information from a
|
@rustbot claim |
I tried this code:
I expected to see this happen: All the rustdoc tests pass; this should be the same behavior as before.
Instead, this happened:
The code for this test is
rust/src/test/rustdoc/blanket-reexport-item.rs
Lines 1 to 8 in dfd7b8d
m::S
should be marked as public (since it's accessible through the glob re-export), but is not.Meta
HEAD is 432e145.
Backtrace
The text was updated successfully, but these errors were encountered: