-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Cargo does not build on stable (beta) channel #1479
Comments
...and that rabbit hole went a bit deeper than expected. Iteratively updating a bunch of dependencies landed me at a point where I can almost compile Cargo, but for tar's reliance on Upstream tar bug: alexcrichton/tar-rs#17 |
Work in progress. Everything seems to compile except for the tar crate. Will close rust-lang#1479 upon completion.
Cargo also needs |
Thanks for this! This is a known issue, and we've actually got quite a small set of features to remove before Cargo builds on stable rust (as you've discovered!). At this time this unfortunately isn't actionable as all these features are crucial to the operation of Cargo and can't be removed. I plan to write an RFC for all the fs-related features quite soon, and |
When I try to build Cargo with rust-1.0.0-beta, I see a bunch of failures, but most of it seems to be fixed upstream. Here's a summary:
Can't derive
Copy
as traitcore::clone::Clone
is not implemented on:types::os::common::posix01::{glob_t,timeval,timespec,timezone}
types::os::common::bsd43::rusage
types::os::common::bsd44::{sockaddr,sockaddr_storage,sockaddr_in,in_addr,sockaddr_in6,in6_addr,ip_mreq,ip6_mreq,addrinfo,sockaddr_un,ifaddrs}
types::os::arch::posix01::{stat,utimbuf,pthread_attr_t}
types::os::arch::extra::mach_timepase_info
terminfo::parm::{States,FormatState,Flags,FormatOp
Attr
version_req::{ReqParseError,LexState}
vm::{MatchKind,StepState}
MatchResult
Use of feature flags
#!feature(unsafe_destructor)
#!feature(convert)
#![feature(convert)]
Other
Error::new
std::error::FromError
The text was updated successfully, but these errors were encountered: