Skip to content

Missing parser error on foo.bar::<> #16362

@Veykril

Description

@Veykril
   Compiling playground v0.0.1 (/playground)
error: field expressions cannot have generic arguments
 --> src/main.rs:2:14
  |
2 |     foo.bar::<>
  |              ^^

error[[E0425]](https://doc.rust-lang.org/stable/error_codes/E0425.html): cannot find value `foo` in this scope
 --> src/main.rs:2:5
  |
2 |     foo.bar::<>
  |     ^^^ not found in this scope

Checkj needs to go here somewhere

fn method_call_expr<const FLOAT_RECOVERY: bool>(

Metadata

Metadata

Assignees

Labels

A-parserparser issuesC-bugCategory: bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions