/Users/menabe/Software/linux-ip-parser/rust/tests/test_linux_ip_route.rs:31:31: 31:97 error: field `dev` of struct `linux_ip::route::Route` is private [E0451]
/Users/menabe/Software/linux-ip-parser/rust/tests/test_linux_ip_route.rs:31 assert_eq!("eth2.1718", ip_route.interfaces.get("eth2.1718").unwrap().first().unwrap().dev);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/menabe/Software/linux-ip-parser/rust/tests/test_linux_ip_route.rs:31:7: 31:99 note: in this expansion of assert_eq! (defined in <std macros>)
/Users/menabe/Software/linux-ip-parser/rust/tests/test_linux_ip_route.rs:31:31: 31:97 help: run `rustc --explain E0451` to see a detailed explanation
/Users/menabe/Software/linux-ip-parser/rust/tests/test_linux_ip_route.rs:35:31: 35:97 error: field `dev` of struct `linux_ip::route::Route` is private [E0451]
/Users/menabe/Software/linux-ip-parser/rust/tests/test_linux_ip_route.rs:35 assert_eq!("eth2.1718", ip_route.interfaces.get("eth2.1718").unwrap().first().unwrap().dev);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/menabe/Software/linux-ip-parser/rust/tests/test_linux_ip_route.rs:35:7: 35:99 note: in this expansion of assert_eq! (defined in <std macros>)
/Users/menabe/Software/linux-ip-parser/rust/tests/test_linux_ip_route.rs:35:31: 35:97 help: run `rustc --explain E0451` to see a detailed explanation
error: aborting due to 2 previous errors
Could not compile `linux_ip`.
To learn more, run the command again with --verbose.