We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From: src/test/compile-fail/E0262.rs
E0262 needs a span_label, updating it from:
error[E0262]: invalid lifetime parameter name: `'static` --> src/test/compile-fail/E0262.rs:11:8 | 11 | fn foo<'static>(x: &'static str) { } //~ ERROR E0262 | ^^^^^^^
To:
error[E0262]: invalid lifetime parameter name: `'static` --> src/test/compile-fail/E0262.rs:11:8 | 11 | fn foo<'static>(x: &'static str) { } //~ ERROR E0262 | ^^^^^^^ `'static` is a reserved lifetime name
The text was updated successfully, but these errors were encountered:
I'd like to work on it.
Sorry, something went wrong.
Auto merge of #35567 - creativcoder:e0261, r=jonathandturner
b72fa8c
Update E0261 and E0262 to new error format Fixes #35516 and #35517 . Part of #35233 r? @jonathandturner
Rollup merge of rust-lang#35567 - creativcoder:e0261, r=jonathandturner
3431696
Update E0261 and E0262 to new error format Fixes rust-lang#35516 and rust-lang#35517 . Part of rust-lang#35233 r? @jonathandturner
No branches or pull requests
From: src/test/compile-fail/E0262.rs
E0262 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: