4 lines
139 B
Rust
4 lines
139 B
Rust
|
/// A marker trait... for now!
|
||
|
// TODO: constrain that conversion to `NodeKind::Error` is enforced to be possible
|
||
|
pub trait SyntaxError {}
|