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.
1 parent 9ae9fa9 commit 3efd42cCopy full SHA for 3efd42c
compiler/rustc_lint_defs/src/builtin.rs
@@ -4011,7 +4011,7 @@ declare_lint! {
4011
/// and actionable warning of similar quality to our other diagnostics. See this tracking
4012
/// issue for more details: <https://github.com/rust-lang/rust/issues/136096>.
4013
pub LINKER_MESSAGES,
4014
- Allow,
+ Warn,
4015
"warnings emitted at runtime by the target-specific linker program"
4016
}
4017
0 commit comments