Skip to content

"Unexpected attribute syntax_type on node of type scope" in stderr #453

Open
@bm-w

Description

@bm-w

We’re seeing a lot of these messages in standard-error:

Unexpected attribute syntax_type on node of type scope

These are emitted here, and stem from the fact that "syntax_type" is not included in SCOPE_ATTRS:

static SCOPE_ATTRS: Lazy<HashSet<&'static str>> =
Lazy::new(|| HashSet::from([TYPE_ATTR, IS_EXPORTED_ATTR, IS_ENDPOINT_ATTR]));

I’m not sure whether "syntax_type" should be in SCOPE_ATTRS, or the attribute is erroneously added to scope nodes in TSGs — seems to me it’s the former, but I’ll leave that up to you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions