error[E0277]: the trait bound `&str: AsExpression` is not satisfied --> $DIR/as_expression.rs:57:15 | LL | SelectInt.check("bar"); | ^^^^^ the trait `AsExpression` is not implemented for `&str` | = help: the trait `AsExpression` is implemented for `&str` = help: for that trait implementation, expected `Text`, found `Integer` error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0277`.