error[E0277]: the trait bound `(): Foo` is not satisfied --> $DIR/nested-tait-inference.rs:14:5 | LL | () | ^^ the trait `Foo` is not implemented for `()` | = help: the following implementations were found: <() as Foo<()>> error: aborting due to previous error For more information about this error, try `rustc --explain E0277`.