We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdfa30 commit 2257ffcCopy full SHA for 2257ffc
compiler/rustc_lint_defs/src/builtin.rs
@@ -4065,7 +4065,7 @@ declare_lint! {
4065
/// and actionable warning of similar quality to our other diagnostics. See this tracking
4066
/// issue for more details: <https://github.com/rust-lang/rust/issues/136096>.
4067
pub LINKER_MESSAGES,
4068
- Allow,
+ Warn,
4069
"warnings emitted at runtime by the target-specific linker program"
4070
}
4071
0 commit comments