-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.
Description
cargo doc --all --release --no-deps
error[E0282]: type annotations needed
--> imageflow_core/src/codecs/mod.rs:106:68
|
106 | fn create(c: &Context, io: IoProxy, io_id: i32) -> Result<Box<impl Decoder>> {
| ^^^^^^^^^^^^ cannot infer type for `_`
rustc -V
rustc 1.22.0-nightly (0701b37 2017-09-18)
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.