Make extern blocks without unsafe warn in edition 2024
This commit is contained in:
@@ -2738,6 +2738,10 @@ pub enum DeprecatedWhereClauseLocationSugg {
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(LintDiagnostic)]
|
||||
#[diag(lint_missing_unsafe_on_extern)]
|
||||
pub struct MissingUnsafeOnExtern;
|
||||
|
||||
#[derive(LintDiagnostic)]
|
||||
#[diag(lint_single_use_lifetime)]
|
||||
pub struct SingleUseLifetime {
|
||||
|
||||
Reference in New Issue
Block a user