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
The command-line error message for E0432 does mention the possibility of
missing the `extern crate` declaration, but the detailed error message
for it doesn't.
Fixesrust-lang#29517.
…te, r=steveklabnik
The command-line error message for E0432 does mention the possibility of missing the `extern crate` declaration, but the detailed error message for it doesn't.
Fixesrust-lang#29517.
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
:The text was updated successfully, but these errors were encountered: