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

update nightly version to 2024-09-01 #177

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

update nightly version to 2024-09-01 #177

wants to merge 1 commit into from

Conversation

Velfi
Copy link
Contributor

@Velfi Velfi commented Sep 3, 2024

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@Velfi Velfi requested a review from a team as a code owner September 3, 2024 18:24
@@ -439,6 +438,7 @@ impl Visitor {
self.visit_generic_param_defs(path, generic_params)?;
}
GenericBound::Outlives(_) => {}
GenericBound::Use(_) => {},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this? Does it refer to any types we need to check?

Copy link

@robjtede robjtede Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'll be related to the new precise capture syntax (see https://rust-lang.github.io/rfcs/3617-precise-capturing.html?highlight=use). I.e., it's for lifetimes, not types so I would not expect it to need consideration by this tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants