feat(rpc): introduce entry point routing #199
Annotations
2 errors and 1 warning
no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope:
crates/sim/src/simulation/v0_6/simulator.rs#L1129
error[E0599]: no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope
--> crates/sim/src/simulation/v0_6/simulator.rs:1129:40
|
1129 | entity_infos: EntityInfos::new(
| ^^^ function or associated item not found in `EntityInfos`
|
no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope:
crates/sim/src/simulation/v0_6/simulator.rs#L1012
error[E0599]: no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope
--> crates/sim/src/simulation/v0_6/simulator.rs:1012:40
|
1012 | entity_infos: EntityInfos::new(
| ^^^ function or associated item not found in `EntityInfos`
|
cargo-deny
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|