Skip to content

min_generic_const_args: Braced paths should forbid infer vars #134086

@BoxyUwU

Description

@BoxyUwU
Member

We should ensure that Foo<{ BAR }> is treated the same as Foo<BAR> when BAR has generic parameters (i.e. it should error in both cases).

Activity

added
A-const-genericsArea: const generics (parameters and arguments)
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
on Dec 9, 2024
added
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Dec 9, 2024
removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Dec 9, 2024
changed the title [-]Braced paths should forbid infer vars[/-] [+]min_generic_const_args: Braced paths should forbid infer vars[/+] on Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-const-genericsArea: const generics (parameters and arguments)F-min_generic_const_args`#![feature(min_generic_const_args)]`T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @BoxyUwU@rustbot

        Issue actions

          min_generic_const_args: Braced paths should forbid infer vars · Issue #134086 · rust-lang/rust