You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Rust tokens all have a Span value that identifies where in the source code the token was read. We should add this Span value to our intermediate language defined in src/ast.rs.
The Rust tokens all have a
Span
value that identifies where in the source code the token was read. We should add thisSpan
value to our intermediate language defined insrc/ast.rs
.Cf. https://doc.rust-lang.org/reference/procedural-macros.html#the-proc_macro-crate
The text was updated successfully, but these errors were encountered: