You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update E0297 to new error format
Fixes#35521.
Part of #35233.
I didn't attempt the bonus of narrowing the span to focus on the "for `<pattern>`" piece (it's my first time contributing), but I'm happy to do so given some hints.
r? @jonathandturner
Update E0297 to new error format
Fixesrust-lang#35521.
Part of rust-lang#35233.
I didn't attempt the bonus of narrowing the span to focus on the "for `<pattern>`" piece (it's my first time contributing), but I'm happy to do so given some hints.
r? @jonathandturner
From: src/test/compile-fail/E0297.rs
E0297 needs a span_label, updating it from:
To:
Bonus: narrow the span to focus on the "for
<pattern>
" piece:The text was updated successfully, but these errors were encountered: