Skip to content
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

2 compile-fail tests' failure modes changed with new lambda syntax #2772

Closed
brson opened this issue Jul 2, 2012 · 0 comments
Closed

2 compile-fail tests' failure modes changed with new lambda syntax #2772

brson opened this issue Jul 2, 2012 · 0 comments
Labels
A-lifetimes Area: Lifetimes / regions A-testsuite Area: The testsuite used to check the correctness of rustc

Comments

@brson
Copy link
Contributor

brson commented Jul 2, 2012

I'm xfailing the following tests: liveness-closure-require-ret, and liveness-issue-2163.

With the new syntax these still fail but with a different error message. Before they failed with 'not all control paths return a value', and now they fail with type errors. @nikomatsakis you might be able to tell whether these are still working as intended.

RalfJung pushed a commit to RalfJung/rust that referenced this issue Feb 26, 2023
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lifetimes Area: Lifetimes / regions A-testsuite Area: The testsuite used to check the correctness of rustc
Projects
None yet
Development

No branches or pull requests

2 participants