-
Notifications
You must be signed in to change notification settings - Fork 29
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
ERROR building 0.5.2 #30
Comments
With rust-lang/rust#63201 the |
At least on my machine, this builds on nightly with a warning |
rustc version? |
yep, |
Hello, note this is an breaking change for us. We are using older version of rustc (from july, and it's not so easy to upgrade it at once in our company where we have dozens of crates) so CI stopped to build (as Cargo.lock is gitignored in libraries) This |
I'll try to gate it on a minimum nightly version. What nightly are you using? |
We support ancient Rust versions back to Rust 1.20, so old Rust can't be the problem. Also to be clear, as far as I am concerned bumping the MSRV is not a breaking change. We'll be conservative in doing so though. But lucky enough we didn't bump it, we still test against Rust 1.20. Or are you saying you are using an old nightly? That's a really bad idea... but if @Gilnaa wants to do the work to support that I will not stop them. @Gilnaa my proposal would be to treat ancient nightlies like stable, that way they do not need a separate code path. Or better, |
I agree, we should just use doctests when we use a >1.40 compiler. Since this is not really a feature of memoffset, but part of the CI, I see no reason not to do it |
Agreed, not using |
@frondeus Would still like to know what your nightly version you're using (for testing purposes). |
Solved by #32, published in |
Thank you 🙇. We are using 2019-07-02 nightly which is pretty old, but I discussed it with my superior and we will switch very soon to newest version (2019-10-31 I think) where problem does not exist. Anyway - I checked 0.5.3 is working, so thank you <3 |
The text was updated successfully, but these errors were encountered: