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
idna dep of url is failing to compile on stable because default_features is false.
std is a default feature that disables the unstable use of error_in_core.
error[E0658]: use of unstable library feature 'error_in_core'
error: could not compile `idna` (lib) due to previous error
rust-lang/rust#103765https://github.com/servo/rust-url/blob/main/url/Cargo.toml#L35
0 commit comments