error[E0277]: the trait bound `{float}: Foo` is not satisfied --> $DIR/type_wf.rs:18:13 | LL | struct S { | ---------------- required by `S` ... LL | let s = S { | ^ the trait `Foo` is not implemented for `{float}` | = help: the following implementations were found: as Foo> error: aborting due to previous error For more information about this error, try `rustc --explain E0277`.