mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
183c4abb22
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