Use unsigned_abs throughout repository
This commit is contained in:
@@ -531,7 +531,7 @@ impl Printer<'tcx> for SymbolMangler<'tcx> {
|
||||
if val < 0 {
|
||||
neg = true;
|
||||
}
|
||||
Some(val.wrapping_abs() as u128)
|
||||
Some(val.unsigned_abs())
|
||||
})
|
||||
}
|
||||
_ => {
|
||||
|
||||
Reference in New Issue
Block a user