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/E0516.rs
E0516 needs a span_label, updating it from:
error[E0516]: `typeof` is a reserved keyword but unimplemented --> src/test/compile-fail/E0516.rs:12:12 | 12 | let x: typeof(92) = 92; //~ ERROR E0516 | ^^^^^^^^^^
To:
error[E0516]: `typeof` is a reserved keyword but unimplemented --> src/test/compile-fail/E0516.rs:12:12 | 12 | let x: typeof(92) = 92; //~ ERROR E0516 | ^^^^^^^^^^ reserved keyword
The text was updated successfully, but these errors were encountered:
Rollup merge of rust-lang#36128 - gavinb:error_msgs_p2, r=jonathandtu…
f03886e
…rner Update Error format for E0516, E0517, E0518 - E0518 Update error format rust-lang#36111 - E0517 Update error format rust-lang#36109 - E0516 Update error format rust-lang#36108 - Part of rust-lang#35233 r? @jonathandturner
4f74f83
d53ea97
E0516 Update error format rust-lang#36108
a0f1251
- fixes rust-lang#36108 - part of rust-lang#35233
No branches or pull requests
From: src/test/compile-fail/E0516.rs
E0516 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: