mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 10:46:19 +00:00
Filter out intrinsics if we have other import candidates to suggest Fixes #97618 Also open to just sorting these candidates to be last. Pretty easy to modify the code to do that, too.