errors.fyi community error code reference
E0283
rust

Ambiguous Type Inference

The compiler cannot infer a unique type for a value because multiple types satisfy the applicable trait bounds. Add an explicit type annotation to resolve the ambiguity.

References

← all namespaces