Aidan Cully
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......