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
When I try to cargo install bootimage, I get the following error.
error[E0425]: cannot find function `read_to_string` in module `fs`
--> src/test.rs:66:34
|
66 | let output = fs::read_to_string(&output_file)
| ^^^^^^^^^^^^^^ did you mean `read_string`?
error: aborting due to previous error
error: failed to compile `bootimage v0.4.3`, intermediate artifacts can be found at `/tmp/cargo-install.bb6pN4pqkVxR`
The text was updated successfully, but these errors were encountered:
When I try to cargo install bootimage, I get the following error.
The text was updated successfully, but these errors were encountered: