mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
472c531d7a
Skip suggestions pointing to macro def for assert_eq Fixes rust-lang/rust#146204 It's better to suggest: ```console help: consider borrowing here --> src/main.rs:3:16 | 3| assert_ne!(&buf, b"----"); | + ``` but i don't want to give a too heuristic but not general enough fix, let suppress them.