1 2 3 4 5 6
use pyo3_gated::py_compat_struct; #[py_compat_struct(pyfunction_args(name = "bad"))] pub struct Color; fn main() {}