-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
src/liballoc/alloc.rs:169: undefined reference to `<core::ptr::Unique<T>>::as_ptr' #52528
Comments
I get similar errors for these three tests:
with this error:
|
One thing I just realized: some of our bugs seem very sensitive to whether you are running under optimize or not (i.e. are you compiling the tests with See for example #54153 I often have (I also don't know what setting I am using that is exposing the problems that I see that are similar to that listed by @varkor above, but I currently hypothesize that I am seeing it in the context of a build with What about you two, @oli-obk and @varkor ? Do you override that setting typically/often? Or do you usually leave it at its default of false? (I ask mainly because I am continuously wondering why other people, and our continuous-integration server, do not run into these issues...) |
I think I've only ever tried testing these with the default optimisation mode. |
I don't think I have set tests to run without optimizations |
@oli-obk are you still seeing this? |
I haven't seen this in a long time. Not sure what changed. |
Tests with
panic=abort
causeFor 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.
The text was updated successfully, but these errors were encountered: