Searched refs:title (Results 1 – 3 of 3) sorted by relevance
| /rust-libc-0.2.174/libc-test/test/style/ |
| H A D | mod.rs | 103 title: String, field 160 let mut msg = Level::Error.title(&error.title).snippet(snippet); in finalize() 163 msg = msg.footer(Level::Help.title(help_msg)) in finalize() 287 fn push_error(&mut self, title: String, span: Span, msg: String, help: Option<HelpMsg>) { in push_error() 290 title, 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()
|
| /rust-libc-0.2.174/ci/ |
| H A D | rust.css | 99 h1.title { 385 h1:not(.title), h2, h3 {
|
| /rust-libc-0.2.174/src/ |
| H A D | psp.rs | 2010 pub title: *mut u8, 2301 pub title: [u8; 128usize],
|