|
if section.address() <= addr.into() && (section.address() + section.data()?.len() as u64) > (addr + str_len) as u64 { |
I am trying to run cargo install --path . but the into() is erroring "type must be known at this point"
I have tried on Windows and Linux with same result.