#[lang = "sized"] trait Sized {} pub enum ROption { RSome(T), RNone, } fn main() {}