1 2 3 4 5 6 7 8 9
use codama_macros::codama; #[codama(error(code = "42"))] pub struct TestString; #[codama(error(code = foo(bar)))] pub struct TestMeta; fn main() {}