http
crate does not compile against latest nightly (caused by TryFrom
).
#49436
Labels
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
See here: hyperium/http#192
try_from
is already defined on on anHttpTryFrom
trait in the library.This is caused by
TryFrom
being included inprelude
.The text was updated successfully, but these errors were encountered: