slint/internal/compiler/parser
Olivier Goffart 6c81d5069e Fix parsing of unfinished import statement
Fix #6588

Note for the test: parse error at the end of the file are actually
reported at offset 0. Use a trick to add more `^` at the beginning to
mean that.
(Offset 0 is actually offset 1 as the column starts at 1)
2024-10-22 09:35:46 +02:00
..
document.rs Fix parsing of unfinished import statement 2024-10-22 09:35:46 +02:00
element.rs
expressions.rs
statements.rs
type.rs