-
Couldn't load subscription status.
- Fork 13.9k
Tighten span for E0063 #33517
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
Tighten span for E0063 #33517
Conversation
|
r? @jroesch (rust_highfive has picked a reviewer for you, use r? to override) |
struct Point {
x: i32,
y: i32,
}
fn main() {
Point {
x: 1,
};
}Before: After: |
|
Actually, lemme do this: @bors r+. |
|
lgtm! |
|
@bors r+ |
|
📌 Commit f6392a2 has been approved by |
|
@bors rollup |
|
☔ The latest upstream changes (presumably #33425) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@bors r=nagisa rollup |
|
📌 Commit a7902b1 has been approved by |
Tighten span for E0063
Tighten span for E0063
Tighten span for E0063
Tighten span for E0063
No description provided.