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

internal: remove crate visibility modifier #15287

Merged
merged 1 commit into from Jul 18, 2023

Conversation

lowr
Copy link
Contributor

@lowr lowr commented Jul 15, 2023

This PR removes crate as a now-unaccepted experimental visibility modifier from our parser. This feature has been unaccepted and removed from rustc more than a year ago, so I don't think this removal affects anyone.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 15, 2023
@lowr
Copy link
Contributor Author

lowr commented Jul 15, 2023

Note that we only parsed and didn't really handle it in other layers, hence such a small diff. rust.ungram doesn't mention it either.

@lowr lowr changed the title Remove crate visibility modifier internal: remove crate visibility modifier Jul 15, 2023
@lnicola
Copy link
Member

lnicola commented Jul 18, 2023

Nice, this predates me getting involved in r-a.

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 18, 2023

📌 Commit 004971f has been approved by lnicola

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jul 18, 2023

⌛ Testing commit 004971f with merge 3759c41...

@bors
Copy link
Collaborator

bors commented Jul 18, 2023

☀️ Test successful - checks-actions
Approved by: lnicola
Pushing 3759c41 to master...

@bors bors merged commit 3759c41 into rust-lang:master Jul 18, 2023
10 checks passed
@lnicola
Copy link
Member

lnicola commented Aug 5, 2023

This appears to have regressed "unknown types" on ripgrep, not sure why:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants