1
Fork 0

Print the crates not available as static

This commit is contained in:
John Kåre Alsaker 2024-03-11 17:02:12 +01:00
parent a6d93acf5f
commit 38518c44b0
3 changed files with 32 additions and 8 deletions

View file

@ -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}