Skip to content

Commit

Permalink
Sort not found libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jul 31, 2022
1 parent e59ac2f commit 79a7171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dylint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ fn resolve(opts: &Dylint, name_toolchain_map: &NameToolchainMap) -> Result<Toolc
}

if !not_found.is_empty() {
not_found.sort_unstable();
bail!(
"Could not find the following libraries:{}",
not_found
Expand Down

0 comments on commit 79a7171

Please sign in to comment.