Home
last modified time | relevance | path

Searched refs:help (Results 1 – 3 of 3) sorted by relevance

/rust-libc-0.2.174/.github/ISSUE_TEMPLATE/
H A Dapi_request.md14 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 Dbug_report.md16 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 Dmod.rs105 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()