-
Notifications
You must be signed in to change notification settings - Fork 967
chore: use const blocks #1522
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
chore: use const blocks #1522
Conversation
gakonst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need msrv bump?
|
Revm has no MSRV, but yes it would be a bump from 1.75 (I just tried |
rakita
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
|
Will publish a new version of revm soon, so I will merge this PR after this. |
rakita
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
Failed tests not related |
const {}blocks were stabilized yesterday as part of 1.79.I would've liked to make the instruction table
&'staticbut unfortunately that requiresH: 'staticeven if it's through a function pointer.