-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix multiline attributes handling in doctests #95590
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
Fix multiline attributes handling in doctests #95590
Conversation
This comment has been minimized.
This comment has been minimized.
560aa07
to
6fa5740
Compare
This comment has been minimized.
This comment has been minimized.
6fa5740
to
b135b02
Compare
This comment has been minimized.
This comment has been minimized.
b135b02
to
732ed2a
Compare
Finally added all missing options for the UI test to work both locally and remotely. ^^' @bors: r=notriddle |
📌 Commit 732ed2a has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (c1550e3): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Fixes #55713.
I needed to have access to the
unclosed_delims
field in order to check that the attribute was completely parsed and didn't have missing parts, so I created a getter for it.r? @notriddle