mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-19 11:28:19 +00:00

suppress field expr with generics error message if it's a method Don't emit "field expressions may not have generic arguments" if it's a method call without `()` r? estebank Fixes #67680 Is this the best way to go? It's by far the simplest I could come up with.