comparison testharness/tests/end2end.rs @ 105:13b4d2a19674

Support Rust v1.75.0. This is the version included in Ubuntu 24.04 LTS and Debian Trixie, so it's old enough to have wide penetration without being too old to get new features (Debian Stable, I love you but v1.63 is just not going to work out).
author Paul Fisher <paul@pfish.zone>
date Thu, 26 Jun 2025 00:48:51 -0400
parents a2676475e86b
children
comparison
equal deleted inserted replaced
104:a2676475e86b 105:13b4d2a19674
1 #![cfg(feature = "test-install")]
2
1 use std::any::Any; 3 use std::any::Any;
2 use std::convert::Infallible; 4 use std::convert::Infallible;
3 use std::error::Error; 5 use std::error::Error;
4 use std::io; 6 use std::io;
5 use std::panic::UnwindSafe; 7 use std::panic::UnwindSafe;