mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

resolve: skip underscore character during candidate lookup Fixes #116164 In use statement, an underscore is merely a placeholder symbol and does not bind to any name. Therefore, it can be safely ignored.