Closed
Description
For the following error code: https://doc.rust-lang.org/error-index.html#E0432
I think it's useful to suggest that the following statement may be needed for main.rs
:
extern crate <name>;
For the following error code: https://doc.rust-lang.org/error-index.html#E0432
I think it's useful to suggest that the following statement may be needed for main.rs
:
extern crate <name>;