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

num does not compile on nightly 3-21 #68

Closed
jlmitch5 opened this issue Mar 23, 2015 · 2 comments
Closed

num does not compile on nightly 3-21 #68

jlmitch5 opened this issue Mar 23, 2015 · 2 comments

Comments

@jlmitch5
Copy link

rustc --version
rustc 1.0.0-nightly (ecf8c64e1 2015-03-21) (built 2015-03-21)

$cargo build:

Compiling num v0.1.16
/Users/jmitchell/.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.16/src/bigint.rs:1574:18: 1574:23 error: unresolved name `range`. Did you mean `rem`?
/Users/jmitchell/.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.16/src/bigint.rs:1574         for _ in range(0, digits) {
                                                                                                                ^~~~~
error: aborting due to previous error
Could not compile `num`.
@jlmitch5
Copy link
Author

actually I see that you fixed this here...but it's not working in cargo?

I've got this in Cargo.toml

[dependencies]
num = "*"

@IvanUkhov
Copy link
Contributor

@jlmitch5, the fix has not been published yet. One just needs to wait until v0.1.17 appears.

@huonw huonw closed this as completed in 8e69c54 Mar 23, 2015
remexre pushed a commit to remexre/num that referenced this issue Jun 1, 2017
Move `pointer` function for `Value` into `Pointer` trait.
Add `pointer_mut` and `pointer_owned` to `Pointer` trait.

Made oli-obk suggested changes
remexre pushed a commit to remexre/num that referenced this issue Jun 1, 2017
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