We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6173d8 commit 0f49641Copy full SHA for 0f49641
src/check/parse/IR.zig
@@ -2719,7 +2719,7 @@ pub fn resolve(self: *IR, token: TokenIdx) []const u8 {
2719
2720
/// Contains properties of the thing to the right of the `import` keyword.
2721
pub const ImportRhs = packed struct {
2722
- /// e.g. 1 in case `SomeModule` is an alias in `import SomeModule exposing [...]`
+ /// e.g. 1 in case we use import `as`: `import Module as Mod`
2723
aliased: u1,
2724
/// 1 in case the import is qualified, e.g. `pf` in `import pf.Stdout ...`
2725
qualified: u1,
0 commit comments