mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Use hexadecimal encoding for TRAP labels
This commit is contained in:
@@ -756,7 +756,7 @@ struct Label(u32);
|
||||
|
||||
impl fmt::Display for Label {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
write!(f, "#{}", self.0)
|
||||
write!(f, "#{:x}", self.0)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user