]> git.lizzy.rs Git - rust.git/blob - tests/ui/traits/issue-97576.stderr
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[rust.git] / tests / ui / traits / issue-97576.stderr
1 error[E0277]: the trait bound `String: From<impl ToString>` is not satisfied
2   --> $DIR/issue-97576.rs:8:22
3    |
4 LL |             bar: bar.into(),
5    |                      ^^^^ the trait `From<impl ToString>` is not implemented for `String`
6    |
7    = note: required for `impl ToString` to implement `Into<String>`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0277`.