diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2025-02-19 18:52:53 +0000 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2025-02-20 17:55:31 +0000 |
| commit | 835d434c79559f68e22a6ddf6394b84f4fd353cd (patch) | |
| tree | 56236b2c11ed8018e4876b25c352833efdef7c0b /compiler/rustc_lint/src/early/diagnostics.rs | |
| parent | fe7ed278b7cfc8a152dcee29ca6ba583ff0d876d (diff) | |
| download | rust-835d434c79559f68e22a6ddf6394b84f4fd353cd.tar.gz rust-835d434c79559f68e22a6ddf6394b84f4fd353cd.zip | |
Reword message
Diffstat (limited to 'compiler/rustc_lint/src/early/diagnostics.rs')
| -rw-r--r-- | compiler/rustc_lint/src/early/diagnostics.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_lint/src/early/diagnostics.rs b/compiler/rustc_lint/src/early/diagnostics.rs index d1345467d10..40ca9e05d95 100644 --- a/compiler/rustc_lint/src/early/diagnostics.rs +++ b/compiler/rustc_lint/src/early/diagnostics.rs @@ -444,8 +444,8 @@ pub(super) fn decorate_lint( lints::InnerAttributeUnstable::CustomInnerAttribute } .decorate_lint(diag), - BuiltinLintDiag::OutOfScopeMacroCalls { span, path, scope } => { - lints::OutOfScopeMacroCalls { span, path, scope }.decorate_lint(diag) + BuiltinLintDiag::OutOfScopeMacroCalls { span, path, location } => { + lints::OutOfScopeMacroCalls { span, path, location }.decorate_lint(diag) } BuiltinLintDiag::UnexpectedBuiltinCfg { cfg, cfg_name, controlled_by } => { lints::UnexpectedBuiltinCfg { cfg, cfg_name, controlled_by }.decorate_lint(diag) |
