Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 4 of 4) sorted by relevance

/rust-libc-0.2.174/libc-test/test/style/
H A Dmod.rs59 errors: Vec<FileError>, field
134 errors: std::mem::take(&mut self.errors), in reset_state()
141 if self.errors.is_empty() { in finalize()
146 for error in self.errors { in finalize()
288 self.errors.push(FileError { in push_error()
/rust-libc-0.2.174/
H A DCargo.toml45 # FIXME(hexagon): excluded due to duplicate symbol errors
H A DCONTRIBUTING.md81 4. Wait for CI to pass, fixing errors.
H A DCHANGELOG.md121 - Testing: Ensure the makedev test does not emit unused errors ([#4363](https://github.com/rust-lan…
390 - CI: Fix cases where unset variables cause errors <https://github.com/rust-lang/libc/pull/4108>
453 - FreeBSD: fix test errors regarding `__gregset_t` <https://github.com/rust-lang/libc/pull/3995>