-
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.
Milestone
Description
This appeared in Travis (stable and beta still work)
$ rustc --version
rustc 1.25.0-nightly (3f92e8d89 2018-01-14)
The error:
error[E0619]: the type of this value must be known in this context
--> components/content/src/file_info.rs:11:42
|
11 | let component = section.as_ref().to_string_lossy();
| ^^^^^^^^^^^^^^^
Link to Travis: https://travis-ci.org/Keats/gutenberg/builds/328770657?utm_source=github_status&utm_medium=notification
It does compile fine with rustc 1.25.0-nightly (b5392f545 2018-01-08)
but I sadly can't download other nightlies atm to pin it down.
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.