Searched refs:help (Results 1 – 3 of 3) sorted by relevance
| /rust-libc-0.2.174/.github/ISSUE_TEMPLATE/ |
| H A D | api_request.md | 14 In general, just please consider that the people who can help you are all very 16 need of help so they need to prioritize to which issues they devote their free 19 set up dependencies,...), etc. Help us help you.
|
| H A D | bug_report.md | 16 In general, just please consider that the people who can help you are all very 18 need of help so they need to prioritize to which issues they devote their free 21 set up dependencies,...), etc. Help us help you.
|
| /rust-libc-0.2.174/libc-test/test/style/ |
| H A D | mod.rs | 105 help: Option<HelpMsg>, field 153 if let Some((help_span, help_msg)) = &error.help { in finalize() 161 if let Some((help_span, help_msg)) = &error.help { in finalize() 287 fn push_error(&mut self, title: String, span: Span, msg: String, help: Option<HelpMsg>) { in push_error() 293 help, in push_error() 297 fn error(&mut self, title: String, span: Span, msg: String, help: HelpMsg) { in error() 298 self.push_error(title, span, msg, Some(help)); in error()
|