Currently EnvironmentItem has a blanket impl for (T, T) where T: ToString. Unfortunately this doesn't cover (OsString, OsString), because OsString doesn't impl Display! I ran into this trying to convert some tests I have in sccache to use assert_cli.
Currently
EnvironmentItemhas a blanket impl for(T, T)whereT: ToString. Unfortunately this doesn't cover(OsString, OsString), becauseOsStringdoesn't implDisplay! I ran into this trying to convert some tests I have in sccache to useassert_cli.