D | function.rs | 226 must_use: bool, field 353 must_use: bool, in new() 360 must_use, in new() 442 let must_use = ctx.options().enable_function_attribute_detection && in from_ty() localVariable 523 Ok(Self::new(ret.into(), args, ty.is_variadic(), must_use, abi)) in from_ty() 550 pub fn must_use(&self) -> bool { in must_use() method 551 self.must_use in must_use()
|