Don't translate --print native-static-libs output

This breaks tools that depend on the prefix
This commit is contained in:
bjorn3 2022-12-28 17:24:10 +00:00
parent 6a20f7df57
commit 0b54782cc8
3 changed files with 2 additions and 9 deletions

View file

@ -444,12 +444,6 @@ pub struct LinkerFileStem;
#[diag(codegen_ssa_static_library_native_artifacts)]
pub struct StaticLibraryNativeArtifacts;
#[derive(Diagnostic)]
#[diag(codegen_ssa_native_static_libs)]
pub struct NativeStaticLibs {
pub arguments: String,
}
#[derive(Diagnostic)]
#[diag(codegen_ssa_link_script_unavailable)]
pub struct LinkScriptUnavailable;