summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-22 10:25:16 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-22 11:10:08 +0300
commitdeae40fdcd83b8f583caa79029b3215668dfcd16 (patch)
tree39c5000e3fb726540eeb41fb5f63b6d0ffca583f /Cargo.lock
parentcb8a66f409f5ae56cbc274a38d3ff2a5f2c877ff (diff)
downloadriki-deae40fdcd83b8f583caa79029b3215668dfcd16.tar.gz
feat: give location in source for errors
Sponsored-by: author
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2890524..c9d2409 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -660,6 +660,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
[[package]]
+name = "line-col"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9e69cdf6b85b5c8dce514f694089a2cf8b1a702f6cd28607bcb3cf296c9778db"
+
+[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1133,6 +1139,7 @@ dependencies = [
"lalrpop",
"lalrpop-util",
"libc",
+ "line-col",
"log",
"pandoc",
"pandoc_ast",