Searched defs:must_use (Results 1 – 4 of 4) sorted by relevance
4 macro_rules! must_use { macro
5 mod must_use; module
226 must_use: bool, field442 let must_use = ctx.options().enable_function_attribute_detection && in from_ty() localVariable550 pub fn must_use(&self) -> bool { in must_use() method
45 pub fn must_use() -> TokenStream { in must_use() function