-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 4 pull requests #60357
Rollup of 4 pull requests #60357
Conversation
parser.rs is too big. Some functions only for error reporting and error recovery are being moved to diagostics.rs.
tidy: Fix some more false positives for long URLs A URL that's simply longer than 100 characters is ok regardless of context. r? @varkor
move some functions from parser.rs to diagostics.rs Starting with a few functions mentioned in rust-lang#60015 (comment). We might refactor parser.rs further in subsequent changes. r? @petrochenkov
Add test not to forget resolved ICE closes rust-lang#55499 I added the example as a test. r? @pnkfelix
…entril Stabilize str::as_mut_ptr Closes rust-lang#58215
@bors r+ p=4 |
📌 Commit 6c22d4f has been approved by |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Successful merges:
Failed merges:
r? @ghost