cargo testでテストを実行しているとき、出力はキャプチャされてしまってテスト実行画面に出てこないが、 $ cargo test -- --nocapture で出てくるようにできるようだ。 Enabling print statements in Cargo tests