blob: 460bbe9dbc4f95f0af5494c339c685480a7fc0dd [file] [log] [blame]
error[E0283]: type annotations needed: cannot resolve `_: std::convert::Into<std::string::String>`
--> $DIR/type-annotation-needed.rs:6:5
|
LL | fn foo<T: Into<String>>(x: i32) {}
| --- ------------ required by this bound in `foo`
...
LL | foo(42);
| ^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0283`.