Print the crates not available as static
This commit is contained in:
parent
a6d93acf5f
commit
38518c44b0
3 changed files with 32 additions and 8 deletions
|
@ -38,6 +38,9 @@ metadata_crate_dep_multiple =
|
|||
cannot satisfy dependencies so `{$crate_name}` only shows up once
|
||||
.help = having upstream crates all available in one format will likely make this go away
|
||||
|
||||
metadata_crate_dep_not_static =
|
||||
`{$crate_name}` was unavailable as a static crate, preventing fully static linking
|
||||
|
||||
metadata_crate_location_unknown_type =
|
||||
extern location for {$crate_name} is of an unknown type: {$path}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue