mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:26:02 +00:00
Earlier if arguments to method calls matched the above pattern they were not reported. This patch ensures such arguments are checked as well. Fixes #5436