mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
rename col -> column
This commit is contained in:
parent
4d7070ce3b
commit
f170509bf1
6 changed files with 21 additions and 21 deletions
|
@ -342,7 +342,7 @@ fn record_pattern_field<'a>(min_indent: u16) -> impl Parser<'a, Loc<Pattern<'a>>
|
|||
|
||||
move |arena, state: State<'a>| {
|
||||
// You must have a field name, e.g. "email"
|
||||
// using the initial row/col is important for error reporting
|
||||
// using the initial pos is important for error reporting
|
||||
let pos = state.pos;
|
||||
let (progress, loc_label, state) = loc!(specialize(
|
||||
move |_, _| PRecord::Field(pos),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue