-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Remove unused function #76050
Remove unused function #76050
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit 080fb8b8c63b4e61ba052138b0b7d75571aff317 has been approved by |
bors r- Used in tests, that's why it wasn't caught by x.py check EDIT: I am moving those tests now. |
@bors r- |
Moved the tests, ready for review |
r=me with #76050 (comment) addressed |
@bors r=petrochenkov |
📌 Commit 5da8bf9501b18d2c4db2f81fec106bfc93e9d9f3 has been approved by |
StringReader is an intornal abstraction which at the moment changes a lot, so these unit tests cause quite a bit of friction. Moving them to rustc_lexer and more ingerated-testing style should make them much less annoying, hopefully without decreasing their usefulness much. Note that coloncolon tests are removed (it's unclear what those are testing). \r\n tests are removed as well, as we normalize line endings even before lexing.
Rebased over the great compiler renaming @bors r=petrochenkov |
📌 Commit 518cac9 has been approved by |
Remove unused function
Rollup of 5 pull requests Successful merges: - rust-lang#75938 (Added some `min_const_generics` revisions into `const_generics` tests) - rust-lang#76050 (Remove unused function) - rust-lang#76075 (datastructures: replace `once_cell` crate with an impl from std) - rust-lang#76115 (Restore public visibility on some parsing functions for rustfmt) - rust-lang#76127 (rustbuild: Remove one LLD workaround) Failed merges: r? @ghost
No description provided.