Searched refs:const_items (Results 1 – 1 of 1) sorted by relevance
54 let mut const_items; in vtable() variables56 const_items = " in vtable()72 const_items, in vtable()79 const_items = "const USE_VTABLE_ATTR: () = ();".to_owned(); in vtable()86 write!(const_items, "const {gen_const_name}: bool = true;").unwrap(); in vtable()90 let new_body = vec![const_items.parse().unwrap(), body.stream()] in vtable()
Completed in 3 milliseconds