1 2 3 4 5 6 7 8
use consortium_tee::TeeParam; #[derive(TeeParam)] struct Bad<'a> { value: &'a u32, } fn main() {}