diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-27 16:36:20 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-03-21 13:59:29 +0000 |
| commit | cd929bfccb60cfae7624c7ae1a00efb6df069337 (patch) | |
| tree | 406c4f19072273ce5a25cce96e0b903850acbf2f /compiler/rustc_passes/src/errors.rs | |
| parent | 41f1ed11c2ef656737af2b15a9f58e84421424bb (diff) | |
| download | rust-cd929bfccb60cfae7624c7ae1a00efb6df069337.tar.gz rust-cd929bfccb60cfae7624c7ae1a00efb6df069337.zip | |
Fix lint name in unused linker_messages warning
Diffstat (limited to 'compiler/rustc_passes/src/errors.rs')
| -rw-r--r-- | compiler/rustc_passes/src/errors.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_passes/src/errors.rs b/compiler/rustc_passes/src/errors.rs index b8359c27e53..a72f40cd843 100644 --- a/compiler/rustc_passes/src/errors.rs +++ b/compiler/rustc_passes/src/errors.rs @@ -770,8 +770,8 @@ pub(crate) enum UnusedNote { NoLints { name: Symbol }, #[note(passes_unused_default_method_body_const_note)] DefaultMethodBodyConst, - #[note(passes_unused_linker_warnings_note)] - LinkerWarningsBinaryCrateOnly, + #[note(passes_unused_linker_messages_note)] + LinkerMessagesBinaryCrateOnly, } #[derive(LintDiagnostic)] |
