1
Fork 0

UPDATE - accept start_point and snippet instead of SourceMap

This commit is contained in:
Jhonny Bill Mena 2022-09-05 17:26:57 -04:00
parent 31e9f40bcf
commit dd5850b8fa
4 changed files with 13 additions and 13 deletions

View file

@ -67,7 +67,7 @@ fn handle_errors(sess: &ParseSess, span: Span, error: AttrError) {
span,
reason,
is_bytestr,
source_map: sess.source_map(),
start_point_span: sess.source_map().start_point(span),
});
}
}