chore: upgrade to rust 1.79 (#24207)

This commit is contained in:
Satya Rohith 2024-06-14 17:10:57 +05:30 committed by GitHub
parent e19ee6eecc
commit 0f48313565
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 58 additions and 220 deletions

View file

@ -350,7 +350,7 @@ impl TestRun {
test::TestEvent::Wait(id) => {
reporter.report_wait(tests.read().get(&id).unwrap());
}
test::TestEvent::Output(_, output) => {
test::TestEvent::Output(output) => {
reporter.report_output(&output);
}
test::TestEvent::Slow(id, elapsed) => {