Add note about writing native-static-libs to file
This commit is contained in:
parent
5ca0946ac0
commit
26fd6b15b0
3 changed files with 14 additions and 1 deletions
|
@ -455,6 +455,12 @@ pub struct LinkerFileStem;
|
|||
#[diag(codegen_ssa_static_library_native_artifacts)]
|
||||
pub struct StaticLibraryNativeArtifacts;
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(codegen_ssa_static_library_native_artifacts_to_file)]
|
||||
pub struct StaticLibraryNativeArtifactsToFile<'a> {
|
||||
pub path: &'a Path,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(codegen_ssa_link_script_unavailable)]
|
||||
pub struct LinkScriptUnavailable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue