extern struct Note [src]

Fields

msg: NullTerminatedString
token: Ast.OptionalTokenIndex
node_or_offset: u32If token == .none, this is an Ast.Node.Index. Otherwise, this is a byte offset into token.

Source

pub const Note = extern struct { msg: NullTerminatedString, token: Ast.OptionalTokenIndex, /// If `token == .none`, this is an `Ast.Node.Index`. /// Otherwise, this is a byte offset into `token`. node_or_offset: u32, }