Home
last modified time | relevance | path

Searched refs:const_items (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/rust/macros/
A Dvtable.rs54 let mut const_items; in vtable() variables
56 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