Searched refs:error (Results 1 – 10 of 10) sorted by relevance
| /rust-libc-0.2.174/libc-test/test/style/ |
| H A D | mod.rs | 42 pub type Error = Box<dyn std::error::Error>; 146 for error in self.errors { in finalize() 147 let source = fs::read_to_string(&error.path)?; in finalize() 152 .annotation(Level::Error.span(error.span.byte_range()).label(&error.msg)); in finalize() 153 if let Some((help_span, help_msg)) = &error.help { in finalize() 178 self.error( in set_state() 232 self.error( in handle_s_macro_no_attrs() 260 self.error( in handle_s_macro_with_attrs() 276 self.error( in handle_s_macro_with_attrs() 377 self.error( in visit_macro() [all …]
|
| /rust-libc-0.2.174/ci/docker/asmjs-unknown-emscripten/ |
| H A D | Dockerfile | 26 # `-g4` is used by default which causes a linking error.
|
| /rust-libc-0.2.174/.github/workflows/ |
| H A D | ci.yaml | 194 # FIXME: Exec format error (os error 8)
|
| /rust-libc-0.2.174/ |
| H A D | CHANGELOG.md | 92 - VxWorks: Add more error codes ([#4337](https://github.com/rust-lang/libc/pull/4337)) 166 - CI: Fix "cannot find libc" error on Sparc64 ([#4317](https://github.com/rust-lang/libc/pull/4317)) 167 - CI: Fix "cannot find libc" error on s390x ([#4317](https://github.com/rust-lang/libc/pull/4317)) 394 - CI: Set -u (error on unset) in all script files <https://github.com/rust-lang/libc/pull/4108> 541 - Hermit: add missing error numbers in <https://github.com/rust-lang/libc/pull/3858>
|
| /rust-libc-0.2.174/ci/ |
| H A D | rust.css | 410 .error-described {
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 329 pub error: crate::__s32,
|
| /rust-libc-0.2.174/src/ |
| H A D | psp.rs | 52 Option<unsafe extern "C" fn(flag: i32, error: i32, unknown: *mut c_void)>; 65 unsafe extern "C" fn(oldState: i32, newState: i32, event: i32, error: i32, pArg: *mut c_void),
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 786 pub error: __s32, 807 pub error: c_int,
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 227 pub error: c_int,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 5270 pub fn memstat_strerror(error: c_int) -> *const c_char; in memstat_strerror()
|