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

Improve the get_positional_arg_spans to take into count the format types #100891

Open
vincenzopalazzo opened this issue Aug 22, 2022 · 3 comments
Assignees
Labels
A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@vincenzopalazzo
Copy link
Member

vincenzopalazzo commented Aug 22, 2022

As discussed in #100826 (comment)

Suggested-by @TaKO8Ki

@vincenzopalazzo
Copy link
Member Author

@rustbot claim

@vincenzopalazzo
Copy link
Member Author

@rustbot label +T-compiler +A-diagnostics

@rustbot rustbot added A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Aug 22, 2022
@TaKO8Ki
Copy link
Member

TaKO8Ki commented Aug 23, 2022

I think the following are where we need to fix:

has_precision || has_width,

has_precision || has_width,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants