We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbdf645 + 65baedf commit ff578b7Copy full SHA for ff578b7
src/librustc/middle/lint.rs
@@ -332,7 +332,7 @@ static lint_table: &'static [(&'static str, LintSpec)] = &[
332
("unknown_features",
333
LintSpec {
334
lint: unknown_features,
335
- desc: "unknown features found in create-level #[feature] directives",
+ desc: "unknown features found in crate-level #[feature] directives",
336
default: deny,
337
}),
338
];
0 commit comments