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
Our github and local crate repository mirrors are using the sparse scheme, but I suspect that copy_project_with_explicit_deps_on_all_transitive_proc_macros is failing on this inside Source::parse:
Caused by:
0: Failed to copy project with proc macro deps made direct
1: Couldn't parse source "sparse+https://artifactory.london.quadraturecapital.com/artifactory/api/cargo/cargo-remote/index/": Didn't recognise scheme
Am I missing something about how this is supposed to work?
The text was updated successfully, but these errors were encountered:
#2950)
Proc macro resolution wasn't working properly for sparse repos. This
fixes#2938.
---------
Co-authored-by: Daniel Wagner-Hall <[email protected]>
Co-authored-by: Daniel Wagner-Hall <[email protected]>
Our github and local crate repository mirrors are using the sparse scheme, but I suspect that
copy_project_with_explicit_deps_on_all_transitive_proc_macros
is failing on this insideSource::parse
:Am I missing something about how this is supposed to work?
The text was updated successfully, but these errors were encountered: