forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#111371 - compiler-errors:revert-110907, r=pet…
…rochenkov Revert "Populate effective visibilities in `rustc_privacy`" This reverts commit cff85f2, cc rust-lang#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 rust-lang#111320 Fixes rust-lang#111321 Fixes rust-lang#111334 Fixes rust-lang#111357 Fixes rust-lang#111368 Fixes rust-lang#111373 Fixes rust-lang#111377 Fixes rust-lang#111386 Fixes rust-lang#111387 `@bors` p=1 r? `@petrochenkov`
- Loading branch information
Showing
6 changed files
with
178 additions
and
181 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
Oops, something went wrong.