Skip to content

Commit 3efd42c

Browse files
committed
Set linker-messages to warn-by-default
1 parent 9ae9fa9 commit 3efd42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4011,7 +4011,7 @@ declare_lint! {
40114011
/// and actionable warning of similar quality to our other diagnostics. See this tracking
40124012
/// issue for more details: <https://github.com/rust-lang/rust/issues/136096>.
40134013
pub LINKER_MESSAGES,
4014-
Allow,
4014+
Warn,
40154015
"warnings emitted at runtime by the target-specific linker program"
40164016
}
40174017

0 commit comments

Comments
 (0)