1 2 3 4 5 6
use codama_macros::codama; #[codama(default_value = sysvar("rent"))] pub struct Test; fn main() {}