You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0521]: borrowed data escapes outside of method
--> crates/edr_evm/src/block/builder/l1.rs:215:13
|
95 | impl<'builder,BlockchainErrorT,ChainSpecT,StateErrorT>
| -------- lifetime `'builder` defined here
...
157 | mutself,
| -------- `self` is a reference that is only valid in the method body
...
215 | / dry_run_with_extension(216 | | self.blockchain,217 | | self.state.as_ref(),218 | | self.cfg.clone(),
... |
221 | | extension,222 | | )
| | ^
| | |
| |_____________`self` escapes the method body here
| argument requires that `'builder` must outlive `'static`
|
note: due to current limitations in the borrow checker, this implies a `'static` lifetime
--> crates/edr_evm/src/runtime.rs:104:9
|
104 | / Context<'context> = ExtendedContext<
105 | | ContextForChainSpec<BlockchainT,ChainSpecT,StateT>,106 | | ExtensionT,107 | | >,
| |_________^
This issue is intended to track progress of the upgrade of
feat/multichain
to the latest commit onmain
.REVM Issues
SAFETY
message bluealloy/revm#1998REVM PRs
The text was updated successfully, but these errors were encountered: