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