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

8 lines
163 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
where
Self: Clone,
{
}