1 2 3 4 5 6 7 8 9
use crate::collection::Vector; #[allow(unreachable_pub, reason = "tests")] #[test] fn compiles() { create_packages_aux_wrapper!(); let _pkg = PkgsAux::from_minimum((), (), ()); let _pkg = PkgsAux::new((), 0, Vector::new(), (), false, false, ()); }