Module brane_ast::traversals::attributes
source · Expand description
Implements a traversal that processes Stmt::Attribute
s and
Stmt::AttributeInner
s into attribute annotations on other
statement nodes.
Re-exports§
pub use crate::warnings::AttributesWarning as Warning;
Functions§
- Processes annotation statements into annotations on the other statements in the AST.