From 988eda11beb4957b4d7a251607992bc23090fc59 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Thu, 27 Feb 2025 14:36:24 +1300 Subject: Change namespace delimiter in symbol debug output --- src/source_unit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/source_unit.rs') diff --git a/src/source_unit.rs b/src/source_unit.rs index 1581b58..3e30284 100644 --- a/src/source_unit.rs +++ b/src/source_unit.rs @@ -133,7 +133,7 @@ impl PartialEq for Symbol { impl std::fmt::Debug for Symbol { fn fmt(&self, f: &mut std::fmt::Formatter) -> Result<(), std::fmt::Error> { for name in &self.namespace { - write!(f, "{name}:")? + write!(f, "{name}::")? } write!(f, "{}", self.name) } -- cgit v1.2.3-70-g09d2