c02367c4e9
The rustc change added HirId to a few nodes. As I understand it, the plan is to remove the NodeId from these nodes eventually. Where the NodeId was not being matched, I used `..` to try and avoid further breakage. Where it was, I used `_` to make the fix easier when NodeId is removed. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |