softdevteam / grmtools

Rust grammar tool libraries and binaries
Other
494 stars 32 forks source link

Warn the user where an incomplete action started, not finished. #457

Closed ltratt closed 1 month ago

ltratt commented 1 month ago

Previously this warning always said "Incomplete action at ". This change now tells you where the incomplete action started, which is much easier to debug!

ratmice commented 1 month ago

Nice catch!