Example: ``` $ cargo build --features Expected argument for flag 'Long("features")' but reached end of arguments. Usage: cargo build [options] ``` I suspect this is a case of using `{:?}` instead of `{}` in the error message.