diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-12-28 17:24:10 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-12-28 17:56:31 +0000 |
| commit | 0b54782cc8261f8e5d6e0b23785ca259a9eef6bf (patch) | |
| tree | 59f4a545cec339585e48530f3afce71745d73186 /compiler/rustc_codegen_ssa/src/errors.rs | |
| parent | 6a20f7df5755d8c6b68110d2d0391a7b03268e77 (diff) | |
| download | rust-0b54782cc8261f8e5d6e0b23785ca259a9eef6bf.tar.gz rust-0b54782cc8261f8e5d6e0b23785ca259a9eef6bf.zip | |
Don't translate --print native-static-libs output
This breaks tools that depend on the prefix
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/errors.rs')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/errors.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/rustc_codegen_ssa/src/errors.rs b/compiler/rustc_codegen_ssa/src/errors.rs index 0620000201f..277612c30fc 100644 --- a/compiler/rustc_codegen_ssa/src/errors.rs +++ b/compiler/rustc_codegen_ssa/src/errors.rs @@ -445,12 +445,6 @@ pub struct LinkerFileStem; 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; |
