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

Rust error from {argument} #37

Closed
azalutsky opened this issue Jun 23, 2022 · 1 comment
Closed

Rust error from {argument} #37

azalutsky opened this issue Jun 23, 2022 · 1 comment

Comments

@azalutsky
Copy link

error: there is no argument named s
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/deserialize.rs:134:49
|
134 | "failed to parse float array in {s}"
| ^^^

error: there is no argument named s
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/deserialize.rs:162:49
|
162 | "failed to parse float array in {s}"
| ^^^

error: there is no argument named s
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/deserialize.rs:181:49
|
181 | "failed to parse float array in {s}"
| ^^^

error: there is no argument named new_elm
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/urdf-rs-0.6.3/src/funcs.rs:27:17
|
27 | Ok(format!("{new_elm}"))
| ^^^^^^^^^

Is there an easy way to resolve this beyond without having to modify code or forking the repo?

@taiki-e
Copy link
Contributor

taiki-e commented Jun 23, 2022

The current urdf-rs requires Rust 1.58+.

@taiki-e taiki-e closed this as completed Jun 23, 2022
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

No branches or pull requests

2 participants