Open
Description
The latest from master fails to compile with:
Camerons-MacBook-Pro:openconnect-rust cameron$ cargo build
Compiling openconnect-rust v0.0.0 (/Users/cameron/github/openconnect-rust)
error: cannot find derive macro `BitfieldStruct` in this scope
--> src/tun.rs:1198:29
|
1198 | #[derive ( Copy, Clone, BitfieldStruct )]
| ^^^^^^^^^^^^^^
error: cannot find derive macro `BitfieldStruct` in this scope
--> src/gpst.rs:1086:29
|
1086 | #[derive ( Copy, Clone, BitfieldStruct )]
| ^^^^^^^^^^^^^^
It is complaining about:
Lines 1198 to 1215 in 28ff0a3
I tried to manually fix it for about a half hour and wasn't able to.
Metadata
Metadata
Assignees
Labels
No labels