-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
debug-info test failure on windows #10474
Comments
We should check whether we're disabling all optimization when building the debuginfo tests. |
I manually built the first one: |
I... don't really know what that means. |
We pump llvm through an extra |
by-value self is not really supported yet (see "Known issues" http://michaelwoerister.github.io/2013/09/27/what-you-call-the-present.html). I'm surprised that the first test case passes on other platforms. |
I opened a separate issue about by-value-self: #10549 |
Now that #10549 is closed, it sounds like this just needs to be verified to be working on today's compiler |
confirmed that both tests work with nightly. yay! |
Closing, the tests are checked in, and don't have ignore directives for windows. Once we start running debuginfo tests on windows, these should hopefully "just work". |
Oops, looks like |
Don't lint `manual_clamp` in const contexts. fixes rust-lang#10474 Probably worth including in the sync. r? `@flip1995` changelog: [`manual_clamp`]: Don't lint in const contexts.
by-value-self-argument-in-trait-impl
test fails to print the firstself
.var-captured-in-nested-closure
test fails to printclosure_local
.cc #10452
The text was updated successfully, but these errors were encountered: