Skip to content

Commit 2257ffc

Browse files
committed
Set linker-messages to warn-by-default
1 parent 9cdfa30 commit 2257ffc

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
@@ -4065,7 +4065,7 @@ declare_lint! {
40654065
/// and actionable warning of similar quality to our other diagnostics. See this tracking
40664066
/// issue for more details: <https://github.com/rust-lang/rust/issues/136096>.
40674067
pub LINKER_MESSAGES,
4068-
Allow,
4068+
Warn,
40694069
"warnings emitted at runtime by the target-specific linker program"
40704070
}
40714071

0 commit comments

Comments
 (0)