Skip to content

add support for #[start] #1884

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

Merged
merged 2 commits into from
Sep 8, 2021
Merged

add support for #[start] #1884

merged 2 commits into from
Sep 8, 2021

Conversation

beepster4096
Copy link
Contributor

This PR adds support for the #[start] attribute and fixes #1825.

It also renames eval_main to eval_entry to reflect that it can evaluate any entry function.

@RalfJung
Copy link
Member

RalfJung commented Sep 8, 2021 via email

@bors
Copy link
Contributor

bors commented Sep 8, 2021

📌 Commit 1ec28f7 has been approved by RalfJung

@bors
Copy link
Contributor

bors commented Sep 8, 2021

⌛ Testing commit 1ec28f7 with merge 1cc822e...

@bors
Copy link
Contributor

bors commented Sep 8, 2021

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing 1cc822e to master...

@bors bors merged commit 1cc822e into rust-lang:master Sep 8, 2021
@RalfJung
Copy link
Member

RalfJung commented Sep 8, 2021

Nice work, thanks @drmeepster :-)
(and sorry for the slow review, I have been moving and still got a lot of administrative stuff to take care off)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support #[start]
4 participants