Searched refs:enable_function_attribute_detection (Results 1 – 3 of 3) sorted by relevance
429 if self.options.enable_function_attribute_detection { in command_line_flags()1238 pub fn enable_function_attribute_detection(mut self) -> Self { in enable_function_attribute_detection() method1239 self.options.enable_function_attribute_detection = true; in enable_function_attribute_detection()1764 enable_function_attribute_detection: bool, field2080 enable_function_attribute_detection: false, in default()
770 builder = builder.enable_function_attribute_detection(); in builder_from_flags()
441 let must_use = ctx.options().enable_function_attribute_detection && in from_ty()