slint/internal/compiler/parser
Olivier Goffart aeed3b48fc Parser: fix parsing of "public function" in release mode
`consume()` does not advance whitespace, while `peek()` does.  And the
`peek()` in the debug_assert meant that the behavior was different in
release and debug mode.
Use `expect` instead of consume as it skip over white space
2022-12-15 12:52:21 +01:00
..
document.rs Parser: fix parsing of "public function" in release mode 2022-12-15 12:52:21 +01:00
element.rs Parser: fix parsing of "public function" in release mode 2022-12-15 12:52:21 +01:00
expressions.rs Parser: fix parsing of "public function" in release mode 2022-12-15 12:52:21 +01:00
statements.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
type.rs Make the test pass without defining the SLINT_EXPERIMENTAL_SYNTAX env variable 2022-11-21 22:01:52 +01:00