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
The enum definition at https://doc.rust-lang.org/nightly/nightly-rustc/rustc_errors/diagnostic/enum.DiagnosticId.html currently looks like:
pub enum DiagnosticId { Error(String), Lint( String), }
(note the extra space in Lint)
Lint
This seems to be the culprit (added in 825a11e):
.type-decl>pre>:nth-child(2) { margin-left:1.8em !important; }
cc @GuillaumeGomez
The text was updated successfully, but these errors were encountered:
Fixed by #60093. Duplicate of #60042. Closing it then. Thanks though!
Sorry, something went wrong.
No branches or pull requests
The enum definition at https://doc.rust-lang.org/nightly/nightly-rustc/rustc_errors/diagnostic/enum.DiagnosticId.html currently looks like:
(note the extra space in
Lint
)This seems to be the culprit (added in 825a11e):
cc @GuillaumeGomez
The text was updated successfully, but these errors were encountered: