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
src/main.rs:84:32: 84:33 error: use of unmarked library feature
src/main.rs:84 Err(AddrParseError(_)) => Err("cannot parse address")
^
src/main.rs:84:32: 84:33 note: this is either a bug in the library you are using or a bug in the compiler - please report it in both places
src/main.rs:84 Err(AddrParseError(_)) => Err("cannot parse address")
^
src/main.rs:84:32: 84:33 note: use #![feature(unmarked_api)] in the crate attributes to override this
src/main.rs:84 Err(AddrParseError(_)) => Err("cannot parse address")
^
error: aborting due to previous error
The text was updated successfully, but these errors were encountered: