-
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
E0265 needs to be updated to new format #35309
Comments
on it |
@yossi-k - I'm releasing this so someone else can volunteer since it's gone 19 days without a fix. There are other error codes if you're interested in fixing more. |
I try to understand how static recursive works, but I cannot find any example with enum which compiles.
May some RFC or other doc about this feature? |
You may want to ask around on #rust-internals on irc.mozilla.org. Also, can you file an issue for the compiler crash? |
I'll create Issue about stack overflow and try to fix it
It's not the aim but better then now |
update E0265 to new format Fixes rust-lang#35309 as part of rust-lang#35233. I've describe partially bonus achieve in rust-lang#35309 r? @jonathandturner
update E0265 to new format Fixes rust-lang#35309 as part of rust-lang#35233. I've describe partially bonus achieve in rust-lang#35309 r? @jonathandturner
update E0265 to new format Fixes rust-lang#35309 as part of rust-lang#35233. I've describe partially bonus achieve in rust-lang#35309 r? @jonathandturner
From: src/test/compile-fail/issue-23302.rs
Error E0265 needs a span_label, updating it from:
To:
Bonus: I'm not sure how difficult this will be, but if we can underline the part of the constant that is causing the recursion, that might be even better.
The text was updated successfully, but these errors were encountered: