Searched refs:enable_function_attribute_detection (Results 1 – 3 of 3) sorted by relevance
426 if self.options.enable_function_attribute_detection { in command_line_flags()1207 pub fn enable_function_attribute_detection(mut self) -> Self { in enable_function_attribute_detection() method1208 self.options.enable_function_attribute_detection = true; in enable_function_attribute_detection()1697 enable_function_attribute_detection: bool, field1997 enable_function_attribute_detection: false, in default()
739 builder = builder.enable_function_attribute_detection(); in builder_from_flags()
442 let must_use = ctx.options().enable_function_attribute_detection && in from_ty()