use crate::fields::fp::FpVar; pub type FqVar = FpVar; #[test] fn test() { crate::fields::tests::field_test::<_, _, FqVar>().unwrap(); }