-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
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>( |