-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Revert "Populate effective visibilities in rustc_privacy
"
#111371
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
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
This reverts commit cff85f2.
1525392
to
e315bbf
Compare
@bors r+ |
bors didn't register the priority of 1 from the PR description |
It seems that reverting changes in I'm using error output
|
@bors p=1 |
This is fine, Rust standard library can only be compiled with Rust beta or Rust compiler from the same commit (other compilers may work, but it's not guaranteed). Rebuild your stage1 compiler, and it should work fine. |
@bors p=1000 (the github issue seems fixed so using this to test that :P ) |
cc @Bryanskiy |
☀️ Test successful - checks-actions |
@bors treeclosed- |
Finished benchmarking commit (3a37c2f): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 658.646s -> 657.767s (-0.13%) |
This reverts commit cff85f2, cc #110907. It needs to be fixed, but there are too many issues being reported that I wanted to put up a revert until a proper fix can be committed.
Fixes a ton of issues where private but still reachable impls were missing during codegen:
Fixes #111320
Fixes #111321
Fixes #111334
Fixes #111357
Fixes #111368
Fixes #111373
Fixes #111377
Fixes #111386
Fixes #111387
Fixes #111391
@bors p=1
r? @petrochenkov