]> git.lizzy.rs Git - rust.git/blob - tests/ui/dyn-star/error.stderr
Don't resolve type var roots in point_at_expr_source_of_inferred_type
[rust.git] / tests / ui / dyn-star / error.stderr
1 error[E0277]: the trait bound `{integer}: Foo` is not satisfied
2   --> $DIR/error.rs:10:27
3    |
4 LL |     let dyn_i: dyn* Foo = i;
5    |                           ^ the trait `Foo` is not implemented for `{integer}`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0277`.