-
Notifications
You must be signed in to change notification settings - Fork 13.3k
move (or remove) some impl Trait tests #140834
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
base: master
Are you sure you want to change the base?
Conversation
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
// | ||
// However, opaque types are special cased to include check all regions in the | ||
// concrete type against the bound, which forces the return type to be | ||
// `&'static i32` here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're not special-casing anything here :3 unless "require member regions to be equal to one of the arg regions" is meant by that. Given that we've got a lot of test which return closures, this is redundant
This comment has been minimized.
This comment has been minimized.
b8a63d1
to
9eac7a3
Compare
This comment has been minimized.
This comment has been minimized.
r=me after you fix @rustbot author |
Reminder, once the PR becomes ready for a review, use |
Probably not actually worth the effort, so I am stopping here 😅