rust/compiler
bors 16b7b39fdd Auto merge of #116228 - bvanjoi:fix-116164, r=cjgillot
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.
2023-10-01 16:41:03 +00:00
..
2023-09-26 09:37:55 +02:00
2023-09-28 16:13:37 +00:00
2023-09-28 19:52:41 +03:00