mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
eecfdfb8a1
Formalize defining_use_anchor This tackles issue #57961 Introduces new enum called `DefiningAnchor` that replaces `Option<LocalDefId>` of `defining_use_anchor`. Now every use of it is explicit and exhaustively matched, catching errors like one in the linked issue. This is not a perfect fix but it's a step in the right direction. r? `@oli-obk` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |