Reverse comparison order
Co-authored-by: beef <ent3rm4n@gmail.com>
This commit is contained in:
parent
4bdd671358
commit
cdbdd8a4ad
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ impl<G: EmissionGuarantee> Diagnostic<'_, G> for LinkingFailed<'_> {
|
|||
};
|
||||
let mut arg = dir.into_os_string();
|
||||
arg.push("/");
|
||||
let needs_braces = 2 <= rlibs.len();
|
||||
let needs_braces = rlibs.len() >= 2;
|
||||
if needs_braces {
|
||||
arg.push("{");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue