iowo/crates/pawarser/src/parser/error.rs

4 lines
139 B
Rust
Raw Normal View History

2024-10-13 16:47:53 +02:00
/// A marker trait... for now!
// TODO: constrain that conversion to `NodeKind::Error` is enforced to be possible
pub trait SyntaxError {}