mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:57:18 +00:00
Do not mark unit variants as used when in path pattern Record that we are processing a pattern so that code responsible for handling path resolution can correctly decide whether to mark it as used or not. Closes #76788.