ast: Add Visitor interface
Questions: do we need this?
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
pub mod macro_matcher;
|
||||
|
||||
pub mod visit;
|
||||
|
||||
/// A value with an annotation.
|
||||
#[derive(Clone, PartialEq, Eq)]
|
||||
pub struct Anno<T: Annotation, A: Annotation = Span>(pub T, pub A);
|
||||
|
||||
Reference in New Issue
Block a user