1 2 3 4 5 6 7 8
use borrowize::View; #[derive(View)] enum Bad { Tuple(#[borrowize(visibility = "pub")] String), } fn main() {}