-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Description
Hi all,
I initially raised this at vitiral/artifact#227 and was redirected to raise as a potential rust-nightly issue.
This is on OSX High Sierra - Installing artifact
via cargo +stable install artifact-app
works, whereas cargo +nightly install artifact-app
fails to build with:
error[E0283]: type annotations required: cannot resolve `std::path::Component<'_>: std::convert::AsRef<_>`
--> src/utils.rs:40:38
|
40 | remaining.push(a.as_ref());
| ^^^^^^
error: aborting due to previous error
as the compilation error.
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.