Well, I did. It all works very well until I pulled down the latest source. I'd like to dive into the rust source code but where to start?
On Sat, Jan 18, 2014 at 3:48 PM, Daniel Micay <[email protected]> wrote: > On Sat, Jan 18, 2014 at 2:45 AM, Edward Wang <[email protected]> > wrote: > > Hi list, > > > > I built a rustc minutes ago from the source to pull down Niko's fix for > > temporary lifetime (https://github.com/mozilla/rust/pull/11585). It > works > > great. In the meantime, there seems to be a possible regression > introduced > > by unknown commit of the past day or so. That is, the eh-personality lang > > item is always needed now regardless the '-Z no-landing-pads' flag. > > > > I don't have a test case to reproduce the issue yet. Any suggestion on > how > > to track down the root cause of this regression? > > > > Regards, > > Edward > > You also need the `-Z lto` flag. >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
