-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Detect bare blocks with type ascription that were meant to be a struct
literal
#88598
Detect bare blocks with type ascription that were meant to be a struct
literal
#88598
Conversation
r? @wesleywiser (rust-highfive has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
07a7d72
to
9781a0a
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Queued f35a12f4e72037d59a7e2107e4f94a74437bec6c with parent 1cf8fdd, future comparison URL. |
Finished benchmarking try commit (f35a12f4e72037d59a7e2107e4f94a74437bec6c): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. @bors rollup=never |
9781a0a
to
6d45a1a
Compare
…ct` literal Address part of rust-lang#34255. Potential improvement: silence the other knock down errors in `issue-34255-1.rs`.
6d45a1a
to
12ce6e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@bors r+ |
📌 Commit 12ce6e9 has been approved by |
☀️ Test successful - checks-actions |
Address part of #34255.
Potential improvement: silence the other knock down errors in
issue-34255-1.rs
.