1 2 3 4 5 6 7 8 9
use codama_macros::codama; #[codama(default_value = pda(name = invalid))] pub struct TestWithWrongValue; #[codama(default_value = pda(invalid = "authority"))] pub struct TestWithWrongKey; fn main() {}