Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Build fails with syn 1.0.60 #187

Closed saschanaz closed 3 years ago

saschanaz commented 3 years ago

Item::__Nonexhaustive does not exist anymore and replaced by ::TestExhaustive.

Rantanen commented 3 years ago

Really shouldn't have used __Nonexhaustive to begin with. Must not have been thinking straight when I've implemented that!

Fixed now to use _ as opposed to relying on some specific exhaustiveness.

saschanaz commented 3 years ago

Confirmed, closing 👍