mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 03:15:30 +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.