-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 #15287 - lowr:internal/remove-crate-vis, r=lnicola
internal: remove `crate` visibility modifier 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. [unaccepted]: rust-lang/rust#53120 (comment) [removed]: rust-lang/rust#97239
- Loading branch information
Showing
6 changed files
with
43 additions
and
160 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
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
63 changes: 0 additions & 63 deletions
63
crates/parser/test_data/parser/inline/ok/0040_crate_keyword_vis.rast
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
crates/parser/test_data/parser/inline/ok/0040_crate_keyword_vis.rs
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
crates/parser/test_data/parser/inline/ok/0125_crate_keyword_path.rast
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
crates/parser/test_data/parser/inline/ok/0125_crate_keyword_path.rs
This file was deleted.
Oops, something went wrong.