diff options
Diffstat (limited to 'src/source_unit.rs')
-rw-r--r-- | src/source_unit.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/source_unit.rs b/src/source_unit.rs index fbbbd46..5ca5faa 100644 --- a/src/source_unit.rs +++ b/src/source_unit.rs @@ -110,6 +110,7 @@ pub struct SourceFile { pub struct Symbol { pub name: String, + pub namespace: Vec<String>, pub source: SourceSpan, pub role: SymbolRole, } |