Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structs Compilation #76

Closed
philberty opened this issue Dec 21, 2020 · 0 comments · Fixed by #117
Closed

Structs Compilation #76

philberty opened this issue Dec 21, 2020 · 0 comments · Fixed by #117

Comments

@philberty
Copy link
Member

We should be able to compile structs such as:

    one: i32,
    two: i32,
}

fn main() {
    let struct_test = Foo { one: 1, two: 2 };
}
@philberty philberty self-assigned this Dec 21, 2020
@philberty philberty added this to the Core Datastructures milestone Dec 21, 2020
@philberty philberty moved this from Done to In progress in Data Structures 1 - Core Dec 22, 2020
@philberty philberty linked a pull request Jan 4, 2021 that will close this issue
@philberty philberty moved this from In progress to Review in progress in Data Structures 1 - Core Jan 5, 2021
Data Structures 1 - Core automation moved this from Review in progress to Done Jan 6, 2021
This was referenced Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant