Aidan Cully

Results 8 comments of Aidan Cully

@Munksgaard I've factored some of this RFC out into #1180, and (opened a discussion on internals about another part)[https://internals.rust-lang.org/t/pre-rfc-excdrop-trait-for-different-drop-glue-during-unwinding/2242]. I've been working through an implementation of #1180, but real life...

If it's discovered that a keyword is required to support newtypes, if the language follows semver (and I seem to recall that it does), would that require that rust be...

> There’re methods to convert to/from raw OS primitives in 0.5.2 so you can `dlmopen` things manually and produce `Library` out of that. I've done that in a local project......

Sorry, I made some mistakes transcribing what I did from my work environment to here, I've edited the issue text to be more accurate. `relibc` provides a `staticlib` crate type,...

I'm pretty sure I can construct a failing example that generates an rlib, if that helps. Cargo isn't copying all the files it needs to, because it mistakenly believes that...

The problem is slightly different than I thought it was. Here's an example of [a tree](https://github.com/aidancully/cargo-8885-provider) that causes the issue: ``` . |-- Cargo.lock |-- Cargo.toml `-- src |-- lib.rs...

`cargo package` fails for https://github.com/aidancully/cargo-8885-provider, though `cargo build` succeeds.

I can believe that it's working as more-or-less intended, but it's still surprising that `cargo build` can succeed when `cargo package` or `cargo vendor` fails, and the failure investigation was...