Export the async-source flag from the macro and dispatch superseded type deltas in tests

This commit is contained in:
Dennis Kobert
2026-08-02 14:09:27 +00:00
parent e3aa32bc83
commit 8686b2c891
7 changed files with 31 additions and 69 deletions

View File

@@ -20,6 +20,8 @@ pub struct NodeMetadata {
pub context_features: Vec<ContextFeature>,
pub memoize: bool,
pub inject_scope: bool,
/// The macro appended its hidden `_runtime` and `_source` fields as the last two entries of `fields`.
pub async_source_fields: bool,
}
// Translation struct between macro and definition