Searched defs:help_msg (Results 1 – 7 of 7) sorted by relevance
40 let help_msg = format!("use `{help_unary}FileType::is_dir()` instead"); in check() localVariable
31 let help_msg = "help message"; in check_expr() localVariable
61 let help_msg = if sugg.contains('\n') { in check() localVariable
151 let help_msg = match (range.start, range.end) { in check_expr() localVariable
204 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg()
198 constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {} in FlagHelpMsg()
680 let help_msg = format!( in into_struct_error() localVariable