Skip to content

Fix struct signature #2840

@FroyaTheHen

Description

@FroyaTheHen

Repro:

pub struct A {
    pub b: felt252,
    c: felt252,
}

will have a signature generated as:

pub struct A {
    pub b: felt252,
    c: felt252,
}

instead of

pub struct A {
    pub b: felt252,
}

whereas the members have the visibility checked properly.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions