diff --git a/compiler/can/src/scope.rs b/compiler/can/src/scope.rs index cfcb1153ff..56dc837441 100644 --- a/compiler/can/src/scope.rs +++ b/compiler/can/src/scope.rs @@ -17,7 +17,7 @@ pub struct Scope { symbols: SendMap, /// The type aliases currently in scope - pub aliases: SendMap, + aliases: SendMap, /// The current module being processed. This will be used to turn /// unqualified idents into Symbols.