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
Building on FreeBSD results in this error as there is no os module implementation for it.
error[E0432]: unresolved import `os::get_input`
--> src/main.rs:55:9
|
55 | use os::get_input;
| ^^^^^^^^^^^^^ no `get_input` in `os`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
error: could not compile `what`.
The text was updated successfully, but these errors were encountered:
If you'd be willing to do some testing (I don't have access to a FreeBSD box unfortunately), this might be a quick fix (I think trying either the linux or the mac version with it might do the trick).
Building on FreeBSD results in this error as there is no
os
module implementation for it.The text was updated successfully, but these errors were encountered: