show linker warnings even if it returns 0

This commit is contained in:
jyn
2023-12-24 18:38:00 -05:00
parent 9f4d9dc102
commit c0822ed9b8
10 changed files with 82 additions and 27 deletions

View File

@@ -200,6 +200,7 @@ pub struct CrateInfo {
pub dependency_formats: Lrc<Dependencies>,
pub windows_subsystem: Option<String>,
pub natvis_debugger_visualizers: BTreeSet<DebuggerVisualizerFile>,
pub lint_levels: CodegenLintLevels,
}
#[derive(Encodable, Decodable)]