Tests with panic=abort cause
In function `alloc::alloc::box_free':
/home/oliver/Projects/rust/rust3/src/liballoc/alloc.rs:169: undefined reference to `<core::ptr::Unique<T>>::as_ptr'
/home/oliver/Projects/rust/rust3/src/liballoc/alloc.rs:169: undefined reference to `<core::ptr::Unique<T>>::as_ptr'
/home/oliver/Projects/rust/rust3/src/liballoc/alloc.rs:169: undefined reference to `<core::ptr::Unique<T>>::as_ptr'
collect2: error: ld returned 1 exit status
For me locally.
This isn't happening on Travis.
Maybe it's
- debuginfo,
- fullmir
- incremental
related? Because I have all of these set in my config.toml. Has been happening since I rebased yesterday.
I'll investigate locally.
Tests with
panic=abortcauseFor me locally.
This isn't happening on Travis.
Maybe it's
related? Because I have all of these set in my config.toml. Has been happening since I rebased yesterday.
I'll investigate locally.