-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Add regression test for issue #91831 #146622
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
Conversation
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
|
@aklaiber could you change the commit message to not have the issue number in it (at least not with a # in front of it)? r=me after that, just ping me and I'll approve |
@rustbot author |
Reminder, once the PR becomes ready for a review, use |
114ba83
to
9264673
Compare
@rustbot ready |
Requested reviewer is already assigned to this pull request. Please choose another assignee. |
@bors r+ rollup |
Rollup of 6 pull requests Successful merges: - #146434 (c-variadic: allow c-variadic inherent and trait methods) - #146487 (Improve `core::num` coverage) - #146597 (Add span for struct tail recursion limit error) - #146622 (Add regression test for issue #91831) - #146717 (Clean up universe evaluation during type test evaluation) - #146723 (Include patch in release notes) r? `@ghost` `@rustbot` modify labels: rollup
The requested test for #91831. I'm unsure about the filename, the file structure in
tests/ui/lifetimes/lifetime-errors/
isn't entirely clear to me. Any suggestions?Closes #91831