[vlad@aspire-v3 radeco-lib]$ cargo build
Compiling radeco-lib v0.1.0 (file:///opt/radeco-lib)
error: no field `base` on type `std::string::String`
--> src/frontend/containers.rs:305:41
|
305 | println!("{:?} {:?}", reference.base, reference.offset);
| ^^^^ unknown field
error: no field `offset` on type `std::string::String`
--> src/frontend/containers.rs:305:57
|
305 | println!("{:?} {:?}", reference.base, reference.offset);
| ^^^^^^ unknown field
error: aborting due to 2 previous errors
error: Could not compile `radeco-lib`.
To learn more, run the command again with --verbose.