-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I am seeing the following error both when cargo installing binary and running cargo check on latest master:
error[E0599]: no method named `to_primitive_values` found for struct `MacAddr` in the current scope
--> /Users/jgrund/repos/ift/target/debug/build/pnet_packet-da31a87675003943/out/ethernet.rs:442:24
|
442 | let vals = val.to_primitive_values();
| ^^^^^^^^^^^^^^^^^^^ method not found in `MacAddr`
error[E0599]: no method named `to_primitive_values` found for struct `MacAddr` in the current scope
--> /Users/jgrund/repos/ift/target/debug/build/pnet_packet-da31a87675003943/out/ethernet.rs:499:24
|
499 | let vals = val.to_primitive_values();
| ^^^^^^^^^^^^^^^^^^^ method not found in `MacAddr`
error[E0599]: no method named `to_primitive_values` found for struct `MacAddr` in the current scope
--> /Users/jgrund/repos/ift/target/debug/build/pnet_packet-da31a87675003943/out/arp.rs:776:24
|
776 | let vals = val.to_primitive_values();
| ^^^^^^^^^^^^^^^^^^^ method not found in `MacAddr`
error[E0599]: no method named `to_primitive_values` found for struct `MacAddr` in the current scope
--> /Users/jgrund/repos/ift/target/debug/build/pnet_packet-da31a87675003943/out/arp.rs:874:24
|
874 | let vals = val.to_primitive_values();
| ^^^^^^^^^^^^^^^^^^^ method not found in `MacAddr`
Metadata
Metadata
Assignees
Labels
No labels