[INFO] fetching crate torch 0.1.0... [INFO] checking torch-0.1.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate torch 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate torch 0.1.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate torch 0.1.0 [INFO] finished tweaking crates.io crate torch 0.1.0 [INFO] tweaked toml for crates.io crate torch 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f98d44af3f60aff7c6b83a2627fc43518e8f0cc30ca8370f8f626e7c1cfdb2b4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f98d44af3f60aff7c6b83a2627fc43518e8f0cc30ca8370f8f626e7c1cfdb2b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f98d44af3f60aff7c6b83a2627fc43518e8f0cc30ca8370f8f626e7c1cfdb2b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f98d44af3f60aff7c6b83a2627fc43518e8f0cc30ca8370f8f626e7c1cfdb2b4", kill_on_drop: false }` [INFO] [stdout] f98d44af3f60aff7c6b83a2627fc43518e8f0cc30ca8370f8f626e7c1cfdb2b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61f1e1fcda66fcfa5c0c2673a578767fdb4803c31d2e819c265a9951a7d548df [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "61f1e1fcda66fcfa5c0c2673a578767fdb4803c31d2e819c265a9951a7d548df", kill_on_drop: false }` [INFO] [stderr] Checking torch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:290:10 [INFO] [stdout] | [INFO] [stdout] 290 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `idtype_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IdtypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_ALL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:293:21 [INFO] [stdout] | [INFO] [stdout] 293 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PAll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_PID` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:293:32 [INFO] [stdout] | [INFO] [stdout] 293 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PPid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_PGID` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:293:43 [INFO] [stdout] | [INFO] [stdout] 293 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `PPgid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:294:10 [INFO] [stdout] | [INFO] [stdout] 294 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:295:10 [INFO] [stdout] | [INFO] [stdout] 295 | pub type __u_short = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UShort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:296:10 [INFO] [stdout] | [INFO] [stdout] 296 | pub type __u_int = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_long` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:297:10 [INFO] [stdout] | [INFO] [stdout] 297 | pub type __u_long = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:298:10 [INFO] [stdout] | [INFO] [stdout] 298 | pub type __int8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:299:10 [INFO] [stdout] | [INFO] [stdout] 299 | pub type __uint8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:300:10 [INFO] [stdout] | [INFO] [stdout] 300 | pub type __int16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:301:10 [INFO] [stdout] | [INFO] [stdout] 301 | pub type __uint16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:302:10 [INFO] [stdout] | [INFO] [stdout] 302 | pub type __int32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:303:10 [INFO] [stdout] | [INFO] [stdout] 303 | pub type __uint32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | pub type __int64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:305:10 [INFO] [stdout] | [INFO] [stdout] 305 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:306:10 [INFO] [stdout] | [INFO] [stdout] 306 | pub type __quad_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `QuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:307:10 [INFO] [stdout] | [INFO] [stdout] 307 | pub type __u_quad_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:308:10 [INFO] [stdout] | [INFO] [stdout] 308 | pub type __dev_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:309:10 [INFO] [stdout] | [INFO] [stdout] 309 | pub type __uid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | pub type __gid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:311:10 [INFO] [stdout] | [INFO] [stdout] 311 | pub type __ino_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:312:10 [INFO] [stdout] | [INFO] [stdout] 312 | pub type __ino64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:313:10 [INFO] [stdout] | [INFO] [stdout] 313 | pub type __mode_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:314:10 [INFO] [stdout] | [INFO] [stdout] 314 | pub type __nlink_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:315:10 [INFO] [stdout] | [INFO] [stdout] 315 | pub type __off_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:316:10 [INFO] [stdout] | [INFO] [stdout] 316 | pub type __off64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:317:10 [INFO] [stdout] | [INFO] [stdout] 317 | pub type __pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:338:10 [INFO] [stdout] | [INFO] [stdout] 338 | pub type __clock_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:339:10 [INFO] [stdout] | [INFO] [stdout] 339 | pub type __rlim_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | pub type __rlim64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__id_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:341:10 [INFO] [stdout] | [INFO] [stdout] 341 | pub type __id_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | pub type __time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | pub type __useconds_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:344:10 [INFO] [stdout] | [INFO] [stdout] 344 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:345:10 [INFO] [stdout] | [INFO] [stdout] 345 | pub type __daddr_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | pub type __key_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clockid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:347:10 [INFO] [stdout] | [INFO] [stdout] 347 | pub type __clockid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__timer_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:348:10 [INFO] [stdout] | [INFO] [stdout] 348 | pub type __timer_t = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:349:10 [INFO] [stdout] | [INFO] [stdout] 349 | pub type __blksize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:350:10 [INFO] [stdout] | [INFO] [stdout] 350 | pub type __blkcnt_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | pub type __blkcnt64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:352:10 [INFO] [stdout] | [INFO] [stdout] 352 | pub type __fsblkcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:353:10 [INFO] [stdout] | [INFO] [stdout] 353 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:354:10 [INFO] [stdout] | [INFO] [stdout] 354 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:355:10 [INFO] [stdout] | [INFO] [stdout] 355 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:356:10 [INFO] [stdout] | [INFO] [stdout] 356 | pub type __fsword_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:357:10 [INFO] [stdout] | [INFO] [stdout] 357 | pub type __ssize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:358:10 [INFO] [stdout] | [INFO] [stdout] 358 | pub type __syscall_slong_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__loff_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:360:10 [INFO] [stdout] | [INFO] [stdout] 360 | pub type __loff_t = __off64_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__qaddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:361:10 [INFO] [stdout] | [INFO] [stdout] 361 | pub type __qaddr_t = *mut __quad_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `QaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:362:10 [INFO] [stdout] | [INFO] [stdout] 362 | pub type __caddr_t = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:363:10 [INFO] [stdout] | [INFO] [stdout] 363 | pub type __intptr_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:364:10 [INFO] [stdout] | [INFO] [stdout] 364 | pub type __socklen_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_char` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:739:10 [INFO] [stdout] | [INFO] [stdout] 739 | pub type u_char = __u_char; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_short` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:740:10 [INFO] [stdout] | [INFO] [stdout] 740 | pub type u_short = __u_short; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UShort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:741:10 [INFO] [stdout] | [INFO] [stdout] 741 | pub type u_int = __u_int; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_long` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | pub type u_long = __u_long; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:743:10 [INFO] [stdout] | [INFO] [stdout] 743 | pub type quad_t = __quad_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `QuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | pub type u_quad_t = __u_quad_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:745:10 [INFO] [stdout] | [INFO] [stdout] 745 | pub type fsid_t = __fsid_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FsidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `loff_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:746:10 [INFO] [stdout] | [INFO] [stdout] 746 | pub type loff_t = __loff_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ino_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:747:10 [INFO] [stdout] | [INFO] [stdout] 747 | pub type ino_t = __ino_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:748:10 [INFO] [stdout] | [INFO] [stdout] 748 | pub type dev_t = __dev_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `gid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:749:10 [INFO] [stdout] | [INFO] [stdout] 749 | pub type gid_t = __gid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:750:10 [INFO] [stdout] | [INFO] [stdout] 750 | pub type mode_t = __mode_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `nlink_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:751:10 [INFO] [stdout] | [INFO] [stdout] 751 | pub type nlink_t = __nlink_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:752:10 [INFO] [stdout] | [INFO] [stdout] 752 | pub type uid_t = __uid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:753:10 [INFO] [stdout] | [INFO] [stdout] 753 | pub type off_t = __off_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:754:10 [INFO] [stdout] | [INFO] [stdout] 754 | pub type pid_t = __pid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `id_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:755:10 [INFO] [stdout] | [INFO] [stdout] 755 | pub type id_t = __id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:756:10 [INFO] [stdout] | [INFO] [stdout] 756 | pub type daddr_t = __daddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `caddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:757:10 [INFO] [stdout] | [INFO] [stdout] 757 | pub type caddr_t = __caddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:758:10 [INFO] [stdout] | [INFO] [stdout] 758 | pub type key_t = __key_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:759:10 [INFO] [stdout] | [INFO] [stdout] 759 | pub type clock_t = __clock_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:760:10 [INFO] [stdout] | [INFO] [stdout] 760 | pub type time_t = __time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clockid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:761:10 [INFO] [stdout] | [INFO] [stdout] 761 | pub type clockid_t = __clockid_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `timer_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:762:10 [INFO] [stdout] | [INFO] [stdout] 762 | pub type timer_t = __timer_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulong` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:763:10 [INFO] [stdout] | [INFO] [stdout] 763 | pub type ulong = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ushort` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:764:10 [INFO] [stdout] | [INFO] [stdout] 764 | pub type ushort = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:765:10 [INFO] [stdout] | [INFO] [stdout] 765 | pub type uint = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:766:10 [INFO] [stdout] | [INFO] [stdout] 766 | pub type u_int8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UInt8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:767:10 [INFO] [stdout] | [INFO] [stdout] 767 | pub type u_int16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:768:10 [INFO] [stdout] | [INFO] [stdout] 768 | pub type u_int32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:769:10 [INFO] [stdout] | [INFO] [stdout] 769 | pub type u_int64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `register_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:770:10 [INFO] [stdout] | [INFO] [stdout] 770 | pub type register_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:771:10 [INFO] [stdout] | [INFO] [stdout] 771 | pub type __sig_atomic_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:792:10 [INFO] [stdout] | [INFO] [stdout] 792 | pub type sigset_t = __sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:845:10 [INFO] [stdout] | [INFO] [stdout] 845 | pub type suseconds_t = __suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fd_mask` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:846:10 [INFO] [stdout] | [INFO] [stdout] 846 | pub type __fd_mask = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fd_mask` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:867:10 [INFO] [stdout] | [INFO] [stdout] 867 | pub type fd_mask = __fd_mask; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blksize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:892:10 [INFO] [stdout] | [INFO] [stdout] 892 | pub type blksize_t = __blksize_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:893:10 [INFO] [stdout] | [INFO] [stdout] 893 | pub type blkcnt_t = __blkcnt_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:894:10 [INFO] [stdout] | [INFO] [stdout] 894 | pub type fsblkcnt_t = __fsblkcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:895:10 [INFO] [stdout] | [INFO] [stdout] 895 | pub type fsfilcnt_t = __fsfilcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:896:10 [INFO] [stdout] | [INFO] [stdout] 896 | pub type pthread_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:952:10 [INFO] [stdout] | [INFO] [stdout] 952 | pub type __pthread_list_t = __pthread_internal_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1221:10 [INFO] [stdout] | [INFO] [stdout] 1221 | pub type pthread_key_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_once_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1222:10 [INFO] [stdout] | [INFO] [stdout] 1222 | pub type pthread_once_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadOnceT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_spinlock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1388:10 [INFO] [stdout] | [INFO] [stdout] 1388 | pub type pthread_spinlock_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSpinlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__compar_fn_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1769:10 [INFO] [stdout] | [INFO] [stdout] 1769 | pub type __compar_fn_t = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ComparFnT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gnuc_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2202:10 [INFO] [stdout] | [INFO] [stdout] 2202 | pub type __gnuc_va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GnucVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2208:10 [INFO] [stdout] | [INFO] [stdout] 2208 | pub type _IO_lock_t = ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__codecvt_result` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2243:10 [INFO] [stdout] | [INFO] [stdout] 2243 | pub enum __codecvt_result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_ok` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2244:5 [INFO] [stdout] | [INFO] [stdout] 2244 | __codecvt_ok = 0, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtOk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_partial` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2245:5 [INFO] [stdout] | [INFO] [stdout] 2245 | __codecvt_partial = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtPartial` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_error` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2246:5 [INFO] [stdout] | [INFO] [stdout] 2246 | __codecvt_error = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_noconv` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2247:5 [INFO] [stdout] | [INFO] [stdout] 2247 | __codecvt_noconv = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtNoconv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_read_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2266:10 [INFO] [stdout] | [INFO] [stdout] 2266 | pub type __io_read_fn = [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoReadFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_write_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2272:10 [INFO] [stdout] | [INFO] [stdout] 2272 | pub type __io_write_fn = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoWriteFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_seek_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2278:10 [INFO] [stdout] | [INFO] [stdout] 2278 | pub type __io_seek_fn = [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoSeekFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_close_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2284:10 [INFO] [stdout] | [INFO] [stdout] 2284 | pub type __io_close_fn = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCloseFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2355:10 [INFO] [stdout] | [INFO] [stdout] 2355 | pub type va_list = __gnuc_va_list; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fpos_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2356:10 [INFO] [stdout] | [INFO] [stdout] 2356 | pub type fpos_t = _G_fpos_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FposT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `float_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2727:10 [INFO] [stdout] | [INFO] [stdout] 2727 | pub type float_t = f32; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FloatT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `double_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2728:10 [INFO] [stdout] | [INFO] [stdout] 2728 | pub type double_t = f64; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `DoubleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_1` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4047:10 [INFO] [stdout] | [INFO] [stdout] 4047 | pub enum _bindgen_ty_1 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_NAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4048:5 [INFO] [stdout] | [INFO] [stdout] 4048 | FP_NAN = 0, [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FpNan` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_INFINITE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4049:5 [INFO] [stdout] | [INFO] [stdout] 4049 | FP_INFINITE = 1, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `FpInfinite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_ZERO` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4050:5 [INFO] [stdout] | [INFO] [stdout] 4050 | FP_ZERO = 2, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FpZero` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_SUBNORMAL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4051:5 [INFO] [stdout] | [INFO] [stdout] 4051 | FP_SUBNORMAL = 3, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FpSubnormal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_NORMAL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4052:5 [INFO] [stdout] | [INFO] [stdout] 4052 | FP_NORMAL = 4, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `FpNormal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_LIB_VERSION_TYPE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4056:10 [INFO] [stdout] | [INFO] [stdout] 4056 | pub enum _LIB_VERSION_TYPE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LibVersionType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__locale_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4286:10 [INFO] [stdout] | [INFO] [stdout] 4286 | pub type __locale_t = *mut __locale_struct; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `locale_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4287:10 [INFO] [stdout] | [INFO] [stdout] 4287 | pub type locale_t = __locale_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8020:10 [INFO] [stdout] | [INFO] [stdout] 8020 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8021:10 [INFO] [stdout] | [INFO] [stdout] 8021 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8022:10 [INFO] [stdout] | [INFO] [stdout] 8022 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8023:10 [INFO] [stdout] | [INFO] [stdout] 8023 | pub type int_least64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8024:10 [INFO] [stdout] | [INFO] [stdout] 8024 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8025:10 [INFO] [stdout] | [INFO] [stdout] 8025 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8026:10 [INFO] [stdout] | [INFO] [stdout] 8026 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8027:10 [INFO] [stdout] | [INFO] [stdout] 8027 | pub type uint_least64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8028:10 [INFO] [stdout] | [INFO] [stdout] 8028 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8029:10 [INFO] [stdout] | [INFO] [stdout] 8029 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8030:10 [INFO] [stdout] | [INFO] [stdout] 8030 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8031:10 [INFO] [stdout] | [INFO] [stdout] 8031 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8032:10 [INFO] [stdout] | [INFO] [stdout] 8032 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8033:10 [INFO] [stdout] | [INFO] [stdout] 8033 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8034:10 [INFO] [stdout] | [INFO] [stdout] 8034 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8035:10 [INFO] [stdout] | [INFO] [stdout] 8035 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `intmax_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8036:10 [INFO] [stdout] | [INFO] [stdout] 8036 | pub type intmax_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uintmax_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8037:10 [INFO] [stdout] | [INFO] [stdout] 8037 | pub type uintmax_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:19174:10 [INFO] [stdout] | [INFO] [stdout] 19174 | pub type __builtin_va_list = [__va_list_tag; 1usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:290:10 [INFO] [stdout] | [INFO] [stdout] 290 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `idtype_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:293:10 [INFO] [stdout] | [INFO] [stdout] 293 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IdtypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_ALL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:293:21 [INFO] [stdout] | [INFO] [stdout] 293 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PAll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_PID` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:293:32 [INFO] [stdout] | [INFO] [stdout] 293 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PPid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `P_PGID` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:293:43 [INFO] [stdout] | [INFO] [stdout] 293 | pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, } [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `PPgid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:294:10 [INFO] [stdout] | [INFO] [stdout] 294 | pub type __u_char = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:295:10 [INFO] [stdout] | [INFO] [stdout] 295 | pub type __u_short = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UShort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:296:10 [INFO] [stdout] | [INFO] [stdout] 296 | pub type __u_int = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_long` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:297:10 [INFO] [stdout] | [INFO] [stdout] 297 | pub type __u_long = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:298:10 [INFO] [stdout] | [INFO] [stdout] 298 | pub type __int8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:299:10 [INFO] [stdout] | [INFO] [stdout] 299 | pub type __uint8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:300:10 [INFO] [stdout] | [INFO] [stdout] 300 | pub type __int16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:301:10 [INFO] [stdout] | [INFO] [stdout] 301 | pub type __uint16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:302:10 [INFO] [stdout] | [INFO] [stdout] 302 | pub type __int32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:303:10 [INFO] [stdout] | [INFO] [stdout] 303 | pub type __uint32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | pub type __int64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:305:10 [INFO] [stdout] | [INFO] [stdout] 305 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:306:10 [INFO] [stdout] | [INFO] [stdout] 306 | pub type __quad_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `QuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:307:10 [INFO] [stdout] | [INFO] [stdout] 307 | pub type __u_quad_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:308:10 [INFO] [stdout] | [INFO] [stdout] 308 | pub type __dev_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:309:10 [INFO] [stdout] | [INFO] [stdout] 309 | pub type __uid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | pub type __gid_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:311:10 [INFO] [stdout] | [INFO] [stdout] 311 | pub type __ino_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ino64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:312:10 [INFO] [stdout] | [INFO] [stdout] 312 | pub type __ino64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Ino64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:313:10 [INFO] [stdout] | [INFO] [stdout] 313 | pub type __mode_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `ModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__nlink_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:314:10 [INFO] [stdout] | [INFO] [stdout] 314 | pub type __nlink_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:315:10 [INFO] [stdout] | [INFO] [stdout] 315 | pub type __off_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:316:10 [INFO] [stdout] | [INFO] [stdout] 316 | pub type __off64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:317:10 [INFO] [stdout] | [INFO] [stdout] 317 | pub type __pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:338:10 [INFO] [stdout] | [INFO] [stdout] 338 | pub type __clock_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:339:10 [INFO] [stdout] | [INFO] [stdout] 339 | pub type __rlim_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RlimT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__rlim64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:340:10 [INFO] [stdout] | [INFO] [stdout] 340 | pub type __rlim64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Rlim64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__id_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:341:10 [INFO] [stdout] | [INFO] [stdout] 341 | pub type __id_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | pub type __time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__useconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | pub type __useconds_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UsecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:344:10 [INFO] [stdout] | [INFO] [stdout] 344 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__daddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:345:10 [INFO] [stdout] | [INFO] [stdout] 345 | pub type __daddr_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | pub type __key_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__clockid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:347:10 [INFO] [stdout] | [INFO] [stdout] 347 | pub type __clockid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__timer_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:348:10 [INFO] [stdout] | [INFO] [stdout] 348 | pub type __timer_t = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blksize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:349:10 [INFO] [stdout] | [INFO] [stdout] 349 | pub type __blksize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:350:10 [INFO] [stdout] | [INFO] [stdout] 350 | pub type __blkcnt_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:351:10 [INFO] [stdout] | [INFO] [stdout] 351 | pub type __blkcnt64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:352:10 [INFO] [stdout] | [INFO] [stdout] 352 | pub type __fsblkcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsblkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:353:10 [INFO] [stdout] | [INFO] [stdout] 353 | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:354:10 [INFO] [stdout] | [INFO] [stdout] 354 | pub type __fsfilcnt_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:355:10 [INFO] [stdout] | [INFO] [stdout] 355 | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fsword_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:356:10 [INFO] [stdout] | [INFO] [stdout] 356 | pub type __fsword_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FswordT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ssize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:357:10 [INFO] [stdout] | [INFO] [stdout] 357 | pub type __ssize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_slong_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:358:10 [INFO] [stdout] | [INFO] [stdout] 358 | pub type __syscall_slong_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallSlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__syscall_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | pub type __syscall_ulong_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__loff_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:360:10 [INFO] [stdout] | [INFO] [stdout] 360 | pub type __loff_t = __off64_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__qaddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:361:10 [INFO] [stdout] | [INFO] [stdout] 361 | pub type __qaddr_t = *mut __quad_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `QaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:362:10 [INFO] [stdout] | [INFO] [stdout] 362 | pub type __caddr_t = *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intptr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:363:10 [INFO] [stdout] | [INFO] [stdout] 363 | pub type __intptr_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IntptrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socklen_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:364:10 [INFO] [stdout] | [INFO] [stdout] 364 | pub type __socklen_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_char` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:739:10 [INFO] [stdout] | [INFO] [stdout] 739 | pub type u_char = __u_char; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_short` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:740:10 [INFO] [stdout] | [INFO] [stdout] 740 | pub type u_short = __u_short; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `UShort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:741:10 [INFO] [stdout] | [INFO] [stdout] 741 | pub type u_int = __u_int; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_long` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | pub type u_long = __u_long; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ULong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:743:10 [INFO] [stdout] | [INFO] [stdout] 743 | pub type quad_t = __quad_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `QuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_quad_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | pub type u_quad_t = __u_quad_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:745:10 [INFO] [stdout] | [INFO] [stdout] 745 | pub type fsid_t = __fsid_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FsidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `loff_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:746:10 [INFO] [stdout] | [INFO] [stdout] 746 | pub type loff_t = __loff_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ino_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:747:10 [INFO] [stdout] | [INFO] [stdout] 747 | pub type ino_t = __ino_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `InoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:748:10 [INFO] [stdout] | [INFO] [stdout] 748 | pub type dev_t = __dev_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `DevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `gid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:749:10 [INFO] [stdout] | [INFO] [stdout] 749 | pub type gid_t = __gid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `GidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:750:10 [INFO] [stdout] | [INFO] [stdout] 750 | pub type mode_t = __mode_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `ModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `nlink_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:751:10 [INFO] [stdout] | [INFO] [stdout] 751 | pub type nlink_t = __nlink_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `NlinkT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:752:10 [INFO] [stdout] | [INFO] [stdout] 752 | pub type uid_t = __uid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `UidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:753:10 [INFO] [stdout] | [INFO] [stdout] 753 | pub type off_t = __off_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:754:10 [INFO] [stdout] | [INFO] [stdout] 754 | pub type pid_t = __pid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `id_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:755:10 [INFO] [stdout] | [INFO] [stdout] 755 | pub type id_t = __id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:756:10 [INFO] [stdout] | [INFO] [stdout] 756 | pub type daddr_t = __daddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `DaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `caddr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:757:10 [INFO] [stdout] | [INFO] [stdout] 757 | pub type caddr_t = __caddr_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `CaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:758:10 [INFO] [stdout] | [INFO] [stdout] 758 | pub type key_t = __key_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `KeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:759:10 [INFO] [stdout] | [INFO] [stdout] 759 | pub type clock_t = __clock_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:760:10 [INFO] [stdout] | [INFO] [stdout] 760 | pub type time_t = __time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clockid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:761:10 [INFO] [stdout] | [INFO] [stdout] 761 | pub type clockid_t = __clockid_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `timer_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:762:10 [INFO] [stdout] | [INFO] [stdout] 762 | pub type timer_t = __timer_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulong` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:763:10 [INFO] [stdout] | [INFO] [stdout] 763 | pub type ulong = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ushort` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:764:10 [INFO] [stdout] | [INFO] [stdout] 764 | pub type ushort = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:765:10 [INFO] [stdout] | [INFO] [stdout] 765 | pub type uint = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:766:10 [INFO] [stdout] | [INFO] [stdout] 766 | pub type u_int8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UInt8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:767:10 [INFO] [stdout] | [INFO] [stdout] 767 | pub type u_int16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:768:10 [INFO] [stdout] | [INFO] [stdout] 768 | pub type u_int32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:769:10 [INFO] [stdout] | [INFO] [stdout] 769 | pub type u_int64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `register_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:770:10 [INFO] [stdout] | [INFO] [stdout] 770 | pub type register_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:771:10 [INFO] [stdout] | [INFO] [stdout] 771 | pub type __sig_atomic_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:792:10 [INFO] [stdout] | [INFO] [stdout] 792 | pub type sigset_t = __sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:845:10 [INFO] [stdout] | [INFO] [stdout] 845 | pub type suseconds_t = __suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fd_mask` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:846:10 [INFO] [stdout] | [INFO] [stdout] 846 | pub type __fd_mask = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fd_mask` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:867:10 [INFO] [stdout] | [INFO] [stdout] 867 | pub type fd_mask = __fd_mask; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FdMask` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blksize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:892:10 [INFO] [stdout] | [INFO] [stdout] 892 | pub type blksize_t = __blksize_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `BlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:893:10 [INFO] [stdout] | [INFO] [stdout] 893 | pub type blkcnt_t = __blkcnt_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `BlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:894:10 [INFO] [stdout] | [INFO] [stdout] 894 | pub type fsblkcnt_t = __fsblkcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:895:10 [INFO] [stdout] | [INFO] [stdout] 895 | pub type fsfilcnt_t = __fsfilcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:896:10 [INFO] [stdout] | [INFO] [stdout] 896 | pub type pthread_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:952:10 [INFO] [stdout] | [INFO] [stdout] 952 | pub type __pthread_list_t = __pthread_internal_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_key_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1221:10 [INFO] [stdout] | [INFO] [stdout] 1221 | pub type pthread_key_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_once_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1222:10 [INFO] [stdout] | [INFO] [stdout] 1222 | pub type pthread_once_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadOnceT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_spinlock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1388:10 [INFO] [stdout] | [INFO] [stdout] 1388 | pub type pthread_spinlock_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSpinlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__compar_fn_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1769:10 [INFO] [stdout] | [INFO] [stdout] 1769 | pub type __compar_fn_t = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ComparFnT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__gnuc_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2202:10 [INFO] [stdout] | [INFO] [stdout] 2202 | pub type __gnuc_va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GnucVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2208:10 [INFO] [stdout] | [INFO] [stdout] 2208 | pub type _IO_lock_t = ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__codecvt_result` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2243:10 [INFO] [stdout] | [INFO] [stdout] 2243 | pub enum __codecvt_result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_ok` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2244:5 [INFO] [stdout] | [INFO] [stdout] 2244 | __codecvt_ok = 0, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtOk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_partial` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2245:5 [INFO] [stdout] | [INFO] [stdout] 2245 | __codecvt_partial = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtPartial` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_error` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2246:5 [INFO] [stdout] | [INFO] [stdout] 2246 | __codecvt_error = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `__codecvt_noconv` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2247:5 [INFO] [stdout] | [INFO] [stdout] 2247 | __codecvt_noconv = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CodecvtNoconv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_read_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2266:10 [INFO] [stdout] | [INFO] [stdout] 2266 | pub type __io_read_fn = [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoReadFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_write_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2272:10 [INFO] [stdout] | [INFO] [stdout] 2272 | pub type __io_write_fn = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoWriteFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_seek_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2278:10 [INFO] [stdout] | [INFO] [stdout] 2278 | pub type __io_seek_fn = [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoSeekFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__io_close_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2284:10 [INFO] [stdout] | [INFO] [stdout] 2284 | pub type __io_close_fn = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCloseFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2355:10 [INFO] [stdout] | [INFO] [stdout] 2355 | pub type va_list = __gnuc_va_list; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fpos_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2356:10 [INFO] [stdout] | [INFO] [stdout] 2356 | pub type fpos_t = _G_fpos_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FposT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `float_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2727:10 [INFO] [stdout] | [INFO] [stdout] 2727 | pub type float_t = f32; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FloatT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `double_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2728:10 [INFO] [stdout] | [INFO] [stdout] 2728 | pub type double_t = f64; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `DoubleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_1` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4047:10 [INFO] [stdout] | [INFO] [stdout] 4047 | pub enum _bindgen_ty_1 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_NAN` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4048:5 [INFO] [stdout] | [INFO] [stdout] 4048 | FP_NAN = 0, [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FpNan` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_INFINITE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4049:5 [INFO] [stdout] | [INFO] [stdout] 4049 | FP_INFINITE = 1, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `FpInfinite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_ZERO` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4050:5 [INFO] [stdout] | [INFO] [stdout] 4050 | FP_ZERO = 2, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `FpZero` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_SUBNORMAL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4051:5 [INFO] [stdout] | [INFO] [stdout] 4051 | FP_SUBNORMAL = 3, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FpSubnormal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FP_NORMAL` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4052:5 [INFO] [stdout] | [INFO] [stdout] 4052 | FP_NORMAL = 4, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `FpNormal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_LIB_VERSION_TYPE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4056:10 [INFO] [stdout] | [INFO] [stdout] 4056 | pub enum _LIB_VERSION_TYPE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LibVersionType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__locale_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4286:10 [INFO] [stdout] | [INFO] [stdout] 4286 | pub type __locale_t = *mut __locale_struct; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `locale_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4287:10 [INFO] [stdout] | [INFO] [stdout] 4287 | pub type locale_t = __locale_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LocaleT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8020:10 [INFO] [stdout] | [INFO] [stdout] 8020 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8021:10 [INFO] [stdout] | [INFO] [stdout] 8021 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8022:10 [INFO] [stdout] | [INFO] [stdout] 8022 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8023:10 [INFO] [stdout] | [INFO] [stdout] 8023 | pub type int_least64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8024:10 [INFO] [stdout] | [INFO] [stdout] 8024 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8025:10 [INFO] [stdout] | [INFO] [stdout] 8025 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8026:10 [INFO] [stdout] | [INFO] [stdout] 8026 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8027:10 [INFO] [stdout] | [INFO] [stdout] 8027 | pub type uint_least64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8028:10 [INFO] [stdout] | [INFO] [stdout] 8028 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8029:10 [INFO] [stdout] | [INFO] [stdout] 8029 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8030:10 [INFO] [stdout] | [INFO] [stdout] 8030 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8031:10 [INFO] [stdout] | [INFO] [stdout] 8031 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8032:10 [INFO] [stdout] | [INFO] [stdout] 8032 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8033:10 [INFO] [stdout] | [INFO] [stdout] 8033 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8034:10 [INFO] [stdout] | [INFO] [stdout] 8034 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8035:10 [INFO] [stdout] | [INFO] [stdout] 8035 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `intmax_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8036:10 [INFO] [stdout] | [INFO] [stdout] 8036 | pub type intmax_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uintmax_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:8037:10 [INFO] [stdout] | [INFO] [stdout] 8037 | pub type uintmax_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:19174:10 [INFO] [stdout] | [INFO] [stdout] 19174 | pub type __builtin_va_list = [__va_list_tag; 1usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__llvm__` should have an upper case name [INFO] [stdout] --> src/lib.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const __llvm__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `__LLVM` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang__` should have an upper case name [INFO] [stdout] --> src/lib.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const __clang__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__CLANG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_major__` should have an upper case name [INFO] [stdout] --> src/lib.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const __clang_major__: ::std::os::raw::c_uint = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_MAJOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_minor__` should have an upper case name [INFO] [stdout] --> src/lib.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const __clang_minor__: ::std::os::raw::c_uint = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_MINOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_patchlevel__` should have an upper case name [INFO] [stdout] --> src/lib.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const __clang_patchlevel__: ::std::os::raw::c_uint = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_PATCHLEVEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_version__` should have an upper case name [INFO] [stdout] --> src/lib.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const __clang_version__: &'static [u8; 31usize] = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_VERSION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTMAX_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | pub const __INTMAX_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTMAX_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTMAX_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | pub const __INTMAX_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTMAX_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | pub const __UINTMAX_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | pub const __UINTMAX_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:87:11 [INFO] [stdout] | [INFO] [stdout] 87 | pub const __UINTMAX_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__PTRDIFF_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:90:11 [INFO] [stdout] | [INFO] [stdout] 90 | pub const __PTRDIFF_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRDIFF_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__PTRDIFF_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:91:11 [INFO] [stdout] | [INFO] [stdout] 91 | pub const __PTRDIFF_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRDIFF_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTPTR_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:93:11 [INFO] [stdout] | [INFO] [stdout] 93 | pub const __INTPTR_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTPTR_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTPTR_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:94:11 [INFO] [stdout] | [INFO] [stdout] 94 | pub const __INTPTR_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTPTR_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:96:11 [INFO] [stdout] | [INFO] [stdout] 96 | pub const __SIZE_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:97:11 [INFO] [stdout] | [INFO] [stdout] 97 | pub const __SIZE_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:98:11 [INFO] [stdout] | [INFO] [stdout] 98 | pub const __SIZE_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | pub const __UINTPTR_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:107:11 [INFO] [stdout] | [INFO] [stdout] 107 | pub const __UINTPTR_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:108:11 [INFO] [stdout] | [INFO] [stdout] 108 | pub const __UINTPTR_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:144:11 [INFO] [stdout] | [INFO] [stdout] 144 | pub const __INT8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:145:11 [INFO] [stdout] | [INFO] [stdout] 145 | pub const __INT8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:146:11 [INFO] [stdout] | [INFO] [stdout] 146 | pub const __INT16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:147:11 [INFO] [stdout] | [INFO] [stdout] 147 | pub const __INT16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:148:11 [INFO] [stdout] | [INFO] [stdout] 148 | pub const __INT32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:149:11 [INFO] [stdout] | [INFO] [stdout] 149 | pub const __INT32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:150:11 [INFO] [stdout] | [INFO] [stdout] 150 | pub const __INT64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:151:11 [INFO] [stdout] | [INFO] [stdout] 151 | pub const __INT64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub const __UINT8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:153:11 [INFO] [stdout] | [INFO] [stdout] 153 | pub const __UINT8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:154:11 [INFO] [stdout] | [INFO] [stdout] 154 | pub const __UINT8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:158:11 [INFO] [stdout] | [INFO] [stdout] 158 | pub const __UINT16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:159:11 [INFO] [stdout] | [INFO] [stdout] 159 | pub const __UINT16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:160:11 [INFO] [stdout] | [INFO] [stdout] 160 | pub const __UINT16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:164:11 [INFO] [stdout] | [INFO] [stdout] 164 | pub const __UINT32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:165:11 [INFO] [stdout] | [INFO] [stdout] 165 | pub const __UINT32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:166:11 [INFO] [stdout] | [INFO] [stdout] 166 | pub const __UINT32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | pub const __UINT64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:171:11 [INFO] [stdout] | [INFO] [stdout] 171 | pub const __UINT64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | pub const __UINT64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:177:11 [INFO] [stdout] | [INFO] [stdout] 177 | pub const __INT_LEAST8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:178:11 [INFO] [stdout] | [INFO] [stdout] 178 | pub const __INT_LEAST8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | pub const __UINT_LEAST8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:181:11 [INFO] [stdout] | [INFO] [stdout] 181 | pub const __UINT_LEAST8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:182:11 [INFO] [stdout] | [INFO] [stdout] 182 | pub const __UINT_LEAST8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:185:11 [INFO] [stdout] | [INFO] [stdout] 185 | pub const __INT_LEAST16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:186:11 [INFO] [stdout] | [INFO] [stdout] 186 | pub const __INT_LEAST16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:188:11 [INFO] [stdout] | [INFO] [stdout] 188 | pub const __UINT_LEAST16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:189:11 [INFO] [stdout] | [INFO] [stdout] 189 | pub const __UINT_LEAST16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:190:11 [INFO] [stdout] | [INFO] [stdout] 190 | pub const __UINT_LEAST16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:193:11 [INFO] [stdout] | [INFO] [stdout] 193 | pub const __INT_LEAST32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | pub const __INT_LEAST32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:196:11 [INFO] [stdout] | [INFO] [stdout] 196 | pub const __UINT_LEAST32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:197:11 [INFO] [stdout] | [INFO] [stdout] 197 | pub const __UINT_LEAST32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:198:11 [INFO] [stdout] | [INFO] [stdout] 198 | pub const __UINT_LEAST32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:202:11 [INFO] [stdout] | [INFO] [stdout] 202 | pub const __INT_LEAST64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:203:11 [INFO] [stdout] | [INFO] [stdout] 203 | pub const __INT_LEAST64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:205:11 [INFO] [stdout] | [INFO] [stdout] 205 | pub const __UINT_LEAST64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:206:11 [INFO] [stdout] | [INFO] [stdout] 206 | pub const __UINT_LEAST64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:207:11 [INFO] [stdout] | [INFO] [stdout] 207 | pub const __UINT_LEAST64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:210:11 [INFO] [stdout] | [INFO] [stdout] 210 | pub const __INT_FAST8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:211:11 [INFO] [stdout] | [INFO] [stdout] 211 | pub const __INT_FAST8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:213:11 [INFO] [stdout] | [INFO] [stdout] 213 | pub const __UINT_FAST8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:214:11 [INFO] [stdout] | [INFO] [stdout] 214 | pub const __UINT_FAST8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:215:11 [INFO] [stdout] | [INFO] [stdout] 215 | pub const __UINT_FAST8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:218:11 [INFO] [stdout] | [INFO] [stdout] 218 | pub const __INT_FAST16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:219:11 [INFO] [stdout] | [INFO] [stdout] 219 | pub const __INT_FAST16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:221:11 [INFO] [stdout] | [INFO] [stdout] 221 | pub const __UINT_FAST16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:222:11 [INFO] [stdout] | [INFO] [stdout] 222 | pub const __UINT_FAST16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:223:11 [INFO] [stdout] | [INFO] [stdout] 223 | pub const __UINT_FAST16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:226:11 [INFO] [stdout] | [INFO] [stdout] 226 | pub const __INT_FAST32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:227:11 [INFO] [stdout] | [INFO] [stdout] 227 | pub const __INT_FAST32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:229:11 [INFO] [stdout] | [INFO] [stdout] 229 | pub const __UINT_FAST32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:230:11 [INFO] [stdout] | [INFO] [stdout] 230 | pub const __UINT_FAST32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:231:11 [INFO] [stdout] | [INFO] [stdout] 231 | pub const __UINT_FAST32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:235:11 [INFO] [stdout] | [INFO] [stdout] 235 | pub const __INT_FAST64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:236:11 [INFO] [stdout] | [INFO] [stdout] 236 | pub const __INT_FAST64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:238:11 [INFO] [stdout] | [INFO] [stdout] 238 | pub const __UINT_FAST64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:239:11 [INFO] [stdout] | [INFO] [stdout] 239 | pub const __UINT_FAST64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:240:11 [INFO] [stdout] | [INFO] [stdout] 240 | pub const __UINT_FAST64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__amd64__` should have an upper case name [INFO] [stdout] --> src/lib.rs:259:11 [INFO] [stdout] | [INFO] [stdout] 259 | pub const __amd64__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__AMD64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__amd64` should have an upper case name [INFO] [stdout] --> src/lib.rs:260:11 [INFO] [stdout] | [INFO] [stdout] 260 | pub const __amd64: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `__AMD64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__x86_64` should have an upper case name [INFO] [stdout] --> src/lib.rs:261:11 [INFO] [stdout] | [INFO] [stdout] 261 | pub const __x86_64: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `__X86_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__x86_64__` should have an upper case name [INFO] [stdout] --> src/lib.rs:262:11 [INFO] [stdout] | [INFO] [stdout] 262 | pub const __x86_64__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `__X86_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__k8` should have an upper case name [INFO] [stdout] --> src/lib.rs:263:11 [INFO] [stdout] | [INFO] [stdout] 263 | pub const __k8: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case (notice the capitalization): `__K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__k8__` should have an upper case name [INFO] [stdout] --> src/lib.rs:264:11 [INFO] [stdout] | [INFO] [stdout] 264 | pub const __k8__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `__K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__tune_k8__` should have an upper case name [INFO] [stdout] --> src/lib.rs:265:11 [INFO] [stdout] | [INFO] [stdout] 265 | pub const __tune_k8__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `__TUNE_K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `unix` should have an upper case name [INFO] [stdout] --> src/lib.rs:277:11 [INFO] [stdout] | [INFO] [stdout] 277 | pub const unix: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__unix` should have an upper case name [INFO] [stdout] --> src/lib.rs:278:11 [INFO] [stdout] | [INFO] [stdout] 278 | pub const __unix: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `__UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__unix__` should have an upper case name [INFO] [stdout] --> src/lib.rs:279:11 [INFO] [stdout] | [INFO] [stdout] 279 | pub const __unix__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `__UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `linux` should have an upper case name [INFO] [stdout] --> src/lib.rs:280:11 [INFO] [stdout] | [INFO] [stdout] 280 | pub const linux: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__linux` should have an upper case name [INFO] [stdout] --> src/lib.rs:281:11 [INFO] [stdout] | [INFO] [stdout] 281 | pub const __linux: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `__LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__linux__` should have an upper case name [INFO] [stdout] --> src/lib.rs:282:11 [INFO] [stdout] | [INFO] [stdout] 282 | pub const __linux__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__gnu_linux__` should have an upper case name [INFO] [stdout] --> src/lib.rs:283:11 [INFO] [stdout] | [INFO] [stdout] 283 | pub const __gnu_linux__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GNU_LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_termsig` should have a snake case name [INFO] [stdout] --> src/lib.rs:399:12 [INFO] [stdout] | [INFO] [stdout] 399 | pub fn set___w_termsig(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_termsig` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_coredump` should have a snake case name [INFO] [stdout] --> src/lib.rs:417:12 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn set___w_coredump(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_coredump` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_retcode` should have a snake case name [INFO] [stdout] --> src/lib.rs:435:12 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn set___w_retcode(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_retcode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_stopval` should have a snake case name [INFO] [stdout] --> src/lib.rs:495:12 [INFO] [stdout] | [INFO] [stdout] 495 | pub fn set___w_stopval(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_stopval` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_stopsig` should have a snake case name [INFO] [stdout] --> src/lib.rs:513:12 [INFO] [stdout] | [INFO] [stdout] 513 | pub fn set___w_stopsig(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_stopsig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_ptr` should have a snake case name [INFO] [stdout] --> src/lib.rs:1907:9 [INFO] [stdout] | [INFO] [stdout] 1907 | pub _IO_read_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1908:9 [INFO] [stdout] | [INFO] [stdout] 1908 | pub _IO_read_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1909:9 [INFO] [stdout] | [INFO] [stdout] 1909 | pub _IO_read_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1910:9 [INFO] [stdout] | [INFO] [stdout] 1910 | pub _IO_write_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_ptr` should have a snake case name [INFO] [stdout] --> src/lib.rs:1911:9 [INFO] [stdout] | [INFO] [stdout] 1911 | pub _IO_write_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1912:9 [INFO] [stdout] | [INFO] [stdout] 1912 | pub _IO_write_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1913:9 [INFO] [stdout] | [INFO] [stdout] 1913 | pub _IO_buf_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1914:9 [INFO] [stdout] | [INFO] [stdout] 1914 | pub _IO_buf_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1915:9 [INFO] [stdout] | [INFO] [stdout] 1915 | pub _IO_save_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_backup_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1916:9 [INFO] [stdout] | [INFO] [stdout] 1916 | pub _IO_backup_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_backup_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1917:9 [INFO] [stdout] | [INFO] [stdout] 1917 | pub _IO_save_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:6970:9 [INFO] [stdout] | [INFO] [stdout] 6970 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7113:9 [INFO] [stdout] | [INFO] [stdout] 7113 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7258:9 [INFO] [stdout] | [INFO] [stdout] 7258 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7412:9 [INFO] [stdout] | [INFO] [stdout] 7412 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7566:9 [INFO] [stdout] | [INFO] [stdout] 7566 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7720:9 [INFO] [stdout] | [INFO] [stdout] 7720 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7874:9 [INFO] [stdout] | [INFO] [stdout] 7874 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:8102:9 [INFO] [stdout] | [INFO] [stdout] 8102 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:8608:9 [INFO] [stdout] | [INFO] [stdout] 8608 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:8610:9 [INFO] [stdout] | [INFO] [stdout] 8610 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9065:9 [INFO] [stdout] | [INFO] [stdout] 9065 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9067:9 [INFO] [stdout] | [INFO] [stdout] 9067 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9524:9 [INFO] [stdout] | [INFO] [stdout] 9524 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9526:9 [INFO] [stdout] | [INFO] [stdout] 9526 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9989:9 [INFO] [stdout] | [INFO] [stdout] 9989 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9991:9 [INFO] [stdout] | [INFO] [stdout] 9991 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:10454:9 [INFO] [stdout] | [INFO] [stdout] 10454 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:10456:9 [INFO] [stdout] | [INFO] [stdout] 10456 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:10920:9 [INFO] [stdout] | [INFO] [stdout] 10920 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:10922:9 [INFO] [stdout] | [INFO] [stdout] 10922 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:11379:9 [INFO] [stdout] | [INFO] [stdout] 11379 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:11381:9 [INFO] [stdout] | [INFO] [stdout] 11381 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:11844:9 [INFO] [stdout] | [INFO] [stdout] 11844 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:11846:9 [INFO] [stdout] | [INFO] [stdout] 11846 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 281 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__llvm__` should have an upper case name [INFO] [stdout] --> src/lib.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const __llvm__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `__LLVM` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang__` should have an upper case name [INFO] [stdout] --> src/lib.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const __clang__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__CLANG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_major__` should have an upper case name [INFO] [stdout] --> src/lib.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | pub const __clang_major__: ::std::os::raw::c_uint = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_MAJOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_minor__` should have an upper case name [INFO] [stdout] --> src/lib.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const __clang_minor__: ::std::os::raw::c_uint = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_MINOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_patchlevel__` should have an upper case name [INFO] [stdout] --> src/lib.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const __clang_patchlevel__: ::std::os::raw::c_uint = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_PATCHLEVEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__clang_version__` should have an upper case name [INFO] [stdout] --> src/lib.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const __clang_version__: &'static [u8; 31usize] = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__CLANG_VERSION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTMAX_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | pub const __INTMAX_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTMAX_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTMAX_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | pub const __INTMAX_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTMAX_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:85:11 [INFO] [stdout] | [INFO] [stdout] 85 | pub const __UINTMAX_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | pub const __UINTMAX_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTMAX_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:87:11 [INFO] [stdout] | [INFO] [stdout] 87 | pub const __UINTMAX_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTMAX_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__PTRDIFF_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:90:11 [INFO] [stdout] | [INFO] [stdout] 90 | pub const __PTRDIFF_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRDIFF_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__PTRDIFF_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:91:11 [INFO] [stdout] | [INFO] [stdout] 91 | pub const __PTRDIFF_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRDIFF_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTPTR_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:93:11 [INFO] [stdout] | [INFO] [stdout] 93 | pub const __INTPTR_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTPTR_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INTPTR_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:94:11 [INFO] [stdout] | [INFO] [stdout] 94 | pub const __INTPTR_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INTPTR_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:96:11 [INFO] [stdout] | [INFO] [stdout] 96 | pub const __SIZE_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:97:11 [INFO] [stdout] | [INFO] [stdout] 97 | pub const __SIZE_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__SIZE_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:98:11 [INFO] [stdout] | [INFO] [stdout] 98 | pub const __SIZE_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SIZE_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | pub const __UINTPTR_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:107:11 [INFO] [stdout] | [INFO] [stdout] 107 | pub const __UINTPTR_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINTPTR_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:108:11 [INFO] [stdout] | [INFO] [stdout] 108 | pub const __UINTPTR_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINTPTR_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:144:11 [INFO] [stdout] | [INFO] [stdout] 144 | pub const __INT8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:145:11 [INFO] [stdout] | [INFO] [stdout] 145 | pub const __INT8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:146:11 [INFO] [stdout] | [INFO] [stdout] 146 | pub const __INT16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:147:11 [INFO] [stdout] | [INFO] [stdout] 147 | pub const __INT16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:148:11 [INFO] [stdout] | [INFO] [stdout] 148 | pub const __INT32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:149:11 [INFO] [stdout] | [INFO] [stdout] 149 | pub const __INT32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:150:11 [INFO] [stdout] | [INFO] [stdout] 150 | pub const __INT64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:151:11 [INFO] [stdout] | [INFO] [stdout] 151 | pub const __INT64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:152:11 [INFO] [stdout] | [INFO] [stdout] 152 | pub const __UINT8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:153:11 [INFO] [stdout] | [INFO] [stdout] 153 | pub const __UINT8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:154:11 [INFO] [stdout] | [INFO] [stdout] 154 | pub const __UINT8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:158:11 [INFO] [stdout] | [INFO] [stdout] 158 | pub const __UINT16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:159:11 [INFO] [stdout] | [INFO] [stdout] 159 | pub const __UINT16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:160:11 [INFO] [stdout] | [INFO] [stdout] 160 | pub const __UINT16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:164:11 [INFO] [stdout] | [INFO] [stdout] 164 | pub const __UINT32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:165:11 [INFO] [stdout] | [INFO] [stdout] 165 | pub const __UINT32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:166:11 [INFO] [stdout] | [INFO] [stdout] 166 | pub const __UINT32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:170:11 [INFO] [stdout] | [INFO] [stdout] 170 | pub const __UINT64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:171:11 [INFO] [stdout] | [INFO] [stdout] 171 | pub const __UINT64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:172:11 [INFO] [stdout] | [INFO] [stdout] 172 | pub const __UINT64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:177:11 [INFO] [stdout] | [INFO] [stdout] 177 | pub const __INT_LEAST8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:178:11 [INFO] [stdout] | [INFO] [stdout] 178 | pub const __INT_LEAST8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | pub const __UINT_LEAST8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:181:11 [INFO] [stdout] | [INFO] [stdout] 181 | pub const __UINT_LEAST8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:182:11 [INFO] [stdout] | [INFO] [stdout] 182 | pub const __UINT_LEAST8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:185:11 [INFO] [stdout] | [INFO] [stdout] 185 | pub const __INT_LEAST16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:186:11 [INFO] [stdout] | [INFO] [stdout] 186 | pub const __INT_LEAST16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:188:11 [INFO] [stdout] | [INFO] [stdout] 188 | pub const __UINT_LEAST16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:189:11 [INFO] [stdout] | [INFO] [stdout] 189 | pub const __UINT_LEAST16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:190:11 [INFO] [stdout] | [INFO] [stdout] 190 | pub const __UINT_LEAST16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:193:11 [INFO] [stdout] | [INFO] [stdout] 193 | pub const __INT_LEAST32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | pub const __INT_LEAST32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:196:11 [INFO] [stdout] | [INFO] [stdout] 196 | pub const __UINT_LEAST32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:197:11 [INFO] [stdout] | [INFO] [stdout] 197 | pub const __UINT_LEAST32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:198:11 [INFO] [stdout] | [INFO] [stdout] 198 | pub const __UINT_LEAST32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:202:11 [INFO] [stdout] | [INFO] [stdout] 202 | pub const __INT_LEAST64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_LEAST64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:203:11 [INFO] [stdout] | [INFO] [stdout] 203 | pub const __INT_LEAST64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_LEAST64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:205:11 [INFO] [stdout] | [INFO] [stdout] 205 | pub const __UINT_LEAST64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:206:11 [INFO] [stdout] | [INFO] [stdout] 206 | pub const __UINT_LEAST64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_LEAST64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:207:11 [INFO] [stdout] | [INFO] [stdout] 207 | pub const __UINT_LEAST64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_LEAST64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST8_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:210:11 [INFO] [stdout] | [INFO] [stdout] 210 | pub const __INT_FAST8_FMTd__: &'static [u8; 4usize] = b"hhd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST8_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST8_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:211:11 [INFO] [stdout] | [INFO] [stdout] 211 | pub const __INT_FAST8_FMTi__: &'static [u8; 4usize] = b"hhi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST8_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:213:11 [INFO] [stdout] | [INFO] [stdout] 213 | pub const __UINT_FAST8_FMTo__: &'static [u8; 4usize] = b"hho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:214:11 [INFO] [stdout] | [INFO] [stdout] 214 | pub const __UINT_FAST8_FMTu__: &'static [u8; 4usize] = b"hhu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST8_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:215:11 [INFO] [stdout] | [INFO] [stdout] 215 | pub const __UINT_FAST8_FMTx__: &'static [u8; 4usize] = b"hhx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST8_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST16_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:218:11 [INFO] [stdout] | [INFO] [stdout] 218 | pub const __INT_FAST16_FMTd__: &'static [u8; 3usize] = b"hd\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST16_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST16_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:219:11 [INFO] [stdout] | [INFO] [stdout] 219 | pub const __INT_FAST16_FMTi__: &'static [u8; 3usize] = b"hi\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST16_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:221:11 [INFO] [stdout] | [INFO] [stdout] 221 | pub const __UINT_FAST16_FMTo__: &'static [u8; 3usize] = b"ho\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:222:11 [INFO] [stdout] | [INFO] [stdout] 222 | pub const __UINT_FAST16_FMTu__: &'static [u8; 3usize] = b"hu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST16_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:223:11 [INFO] [stdout] | [INFO] [stdout] 223 | pub const __UINT_FAST16_FMTx__: &'static [u8; 3usize] = b"hx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST16_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST32_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:226:11 [INFO] [stdout] | [INFO] [stdout] 226 | pub const __INT_FAST32_FMTd__: &'static [u8; 2usize] = b"d\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST32_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST32_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:227:11 [INFO] [stdout] | [INFO] [stdout] 227 | pub const __INT_FAST32_FMTi__: &'static [u8; 2usize] = b"i\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST32_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:229:11 [INFO] [stdout] | [INFO] [stdout] 229 | pub const __UINT_FAST32_FMTo__: &'static [u8; 2usize] = b"o\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:230:11 [INFO] [stdout] | [INFO] [stdout] 230 | pub const __UINT_FAST32_FMTu__: &'static [u8; 2usize] = b"u\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST32_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:231:11 [INFO] [stdout] | [INFO] [stdout] 231 | pub const __UINT_FAST32_FMTx__: &'static [u8; 2usize] = b"x\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST32_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST64_FMTd__` should have an upper case name [INFO] [stdout] --> src/lib.rs:235:11 [INFO] [stdout] | [INFO] [stdout] 235 | pub const __INT_FAST64_FMTd__: &'static [u8; 3usize] = b"ld\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST64_FMTD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__INT_FAST64_FMTi__` should have an upper case name [INFO] [stdout] --> src/lib.rs:236:11 [INFO] [stdout] | [INFO] [stdout] 236 | pub const __INT_FAST64_FMTi__: &'static [u8; 3usize] = b"li\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__INT_FAST64_FMTI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTo__` should have an upper case name [INFO] [stdout] --> src/lib.rs:238:11 [INFO] [stdout] | [INFO] [stdout] 238 | pub const __UINT_FAST64_FMTo__: &'static [u8; 3usize] = b"lo\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTu__` should have an upper case name [INFO] [stdout] --> src/lib.rs:239:11 [INFO] [stdout] | [INFO] [stdout] 239 | pub const __UINT_FAST64_FMTu__: &'static [u8; 3usize] = b"lu\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__UINT_FAST64_FMTx__` should have an upper case name [INFO] [stdout] --> src/lib.rs:240:11 [INFO] [stdout] | [INFO] [stdout] 240 | pub const __UINT_FAST64_FMTx__: &'static [u8; 3usize] = b"lx\x00"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__UINT_FAST64_FMTX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__amd64__` should have an upper case name [INFO] [stdout] --> src/lib.rs:259:11 [INFO] [stdout] | [INFO] [stdout] 259 | pub const __amd64__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__AMD64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__amd64` should have an upper case name [INFO] [stdout] --> src/lib.rs:260:11 [INFO] [stdout] | [INFO] [stdout] 260 | pub const __amd64: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `__AMD64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__x86_64` should have an upper case name [INFO] [stdout] --> src/lib.rs:261:11 [INFO] [stdout] | [INFO] [stdout] 261 | pub const __x86_64: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `__X86_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__x86_64__` should have an upper case name [INFO] [stdout] --> src/lib.rs:262:11 [INFO] [stdout] | [INFO] [stdout] 262 | pub const __x86_64__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `__X86_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__k8` should have an upper case name [INFO] [stdout] --> src/lib.rs:263:11 [INFO] [stdout] | [INFO] [stdout] 263 | pub const __k8: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case (notice the capitalization): `__K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__k8__` should have an upper case name [INFO] [stdout] --> src/lib.rs:264:11 [INFO] [stdout] | [INFO] [stdout] 264 | pub const __k8__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `__K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__tune_k8__` should have an upper case name [INFO] [stdout] --> src/lib.rs:265:11 [INFO] [stdout] | [INFO] [stdout] 265 | pub const __tune_k8__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `__TUNE_K8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `unix` should have an upper case name [INFO] [stdout] --> src/lib.rs:277:11 [INFO] [stdout] | [INFO] [stdout] 277 | pub const unix: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__unix` should have an upper case name [INFO] [stdout] --> src/lib.rs:278:11 [INFO] [stdout] | [INFO] [stdout] 278 | pub const __unix: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `__UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__unix__` should have an upper case name [INFO] [stdout] --> src/lib.rs:279:11 [INFO] [stdout] | [INFO] [stdout] 279 | pub const __unix__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `__UNIX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `linux` should have an upper case name [INFO] [stdout] --> src/lib.rs:280:11 [INFO] [stdout] | [INFO] [stdout] 280 | pub const linux: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__linux` should have an upper case name [INFO] [stdout] --> src/lib.rs:281:11 [INFO] [stdout] | [INFO] [stdout] 281 | pub const __linux: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `__LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__linux__` should have an upper case name [INFO] [stdout] --> src/lib.rs:282:11 [INFO] [stdout] | [INFO] [stdout] 282 | pub const __linux__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `__LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__gnu_linux__` should have an upper case name [INFO] [stdout] --> src/lib.rs:283:11 [INFO] [stdout] | [INFO] [stdout] 283 | pub const __gnu_linux__: ::std::os::raw::c_uint = 1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `__GNU_LINUX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___fsid_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:324:4 [INFO] [stdout] | [INFO] [stdout] 324 | fn bindgen_test_layout___fsid_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_fsid_t` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_wait__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> src/lib.rs:380:4 [INFO] [stdout] | [INFO] [stdout] 380 | fn bindgen_test_layout_wait__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_wait_bindgen_ty_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_termsig` should have a snake case name [INFO] [stdout] --> src/lib.rs:399:12 [INFO] [stdout] | [INFO] [stdout] 399 | pub fn set___w_termsig(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_termsig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_coredump` should have a snake case name [INFO] [stdout] --> src/lib.rs:417:12 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn set___w_coredump(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_coredump` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_retcode` should have a snake case name [INFO] [stdout] --> src/lib.rs:435:12 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn set___w_retcode(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_retcode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_wait__bindgen_ty_2` should have a snake case name [INFO] [stdout] --> src/lib.rs:476:4 [INFO] [stdout] | [INFO] [stdout] 476 | fn bindgen_test_layout_wait__bindgen_ty_2() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_wait_bindgen_ty_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_stopval` should have a snake case name [INFO] [stdout] --> src/lib.rs:495:12 [INFO] [stdout] | [INFO] [stdout] 495 | pub fn set___w_stopval(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_stopval` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set___w_stopsig` should have a snake case name [INFO] [stdout] --> src/lib.rs:513:12 [INFO] [stdout] | [INFO] [stdout] 513 | pub fn set___w_stopsig(&mut self, val: ::std::os::raw::c_uint) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_w_stopsig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___WAIT_STATUS` should have a snake case name [INFO] [stdout] --> src/lib.rs:572:4 [INFO] [stdout] | [INFO] [stdout] 572 | fn bindgen_test_layout___WAIT_STATUS() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_wait_status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___sigset_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:778:4 [INFO] [stdout] | [INFO] [stdout] 778 | fn bindgen_test_layout___sigset_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_sigset_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___pthread_internal_list` should have a snake case name [INFO] [stdout] --> src/lib.rs:931:4 [INFO] [stdout] | [INFO] [stdout] 931 | fn bindgen_test_layout___pthread_internal_list() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_pthread_internal_list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_pthread_mutex_t___pthread_mutex_s` should have a snake case name [INFO] [stdout] --> src/lib.rs:974:4 [INFO] [stdout] | [INFO] [stdout] 974 | fn bindgen_test_layout_pthread_mutex_t___pthread_mutex_s() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_pthread_mutex_t_pthread_mutex_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_pthread_cond_t__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> src/lib.rs:1109:4 [INFO] [stdout] | [INFO] [stdout] 1109 | fn bindgen_test_layout_pthread_cond_t__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_pthread_cond_t_bindgen_ty_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_pthread_rwlock_t__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> src/lib.rs:1248:4 [INFO] [stdout] | [INFO] [stdout] 1248 | fn bindgen_test_layout_pthread_rwlock_t__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_pthread_rwlock_t_bindgen_ty_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_ptr` should have a snake case name [INFO] [stdout] --> src/lib.rs:1907:9 [INFO] [stdout] | [INFO] [stdout] 1907 | pub _IO_read_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1908:9 [INFO] [stdout] | [INFO] [stdout] 1908 | pub _IO_read_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1909:9 [INFO] [stdout] | [INFO] [stdout] 1909 | pub _IO_read_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1910:9 [INFO] [stdout] | [INFO] [stdout] 1910 | pub _IO_write_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_ptr` should have a snake case name [INFO] [stdout] --> src/lib.rs:1911:9 [INFO] [stdout] | [INFO] [stdout] 1911 | pub _IO_write_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1912:9 [INFO] [stdout] | [INFO] [stdout] 1912 | pub _IO_write_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1913:9 [INFO] [stdout] | [INFO] [stdout] 1913 | pub _IO_buf_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1914:9 [INFO] [stdout] | [INFO] [stdout] 1914 | pub _IO_buf_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1915:9 [INFO] [stdout] | [INFO] [stdout] 1915 | pub _IO_save_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_backup_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:1916:9 [INFO] [stdout] | [INFO] [stdout] 1916 | pub _IO_backup_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_backup_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:1917:9 [INFO] [stdout] | [INFO] [stdout] 1917 | pub _IO_save_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__IO_FILE` should have a snake case name [INFO] [stdout] --> src/lib.rs:1937:4 [INFO] [stdout] | [INFO] [stdout] 1937 | fn bindgen_test_layout__IO_FILE() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_io_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___mbstate_t__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> src/lib.rs:2107:4 [INFO] [stdout] | [INFO] [stdout] 2107 | fn bindgen_test_layout___mbstate_t__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_mbstate_t_bindgen_ty_1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___mbstate_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:2131:4 [INFO] [stdout] | [INFO] [stdout] 2131 | fn bindgen_test_layout___mbstate_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_mbstate_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__G_fpos_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:2157:4 [INFO] [stdout] | [INFO] [stdout] 2157 | fn bindgen_test_layout__G_fpos_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_g_fpos_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__G_fpos64_t` should have a snake case name [INFO] [stdout] --> src/lib.rs:2183:4 [INFO] [stdout] | [INFO] [stdout] 2183 | fn bindgen_test_layout__G_fpos64_t() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_g_fpos64_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout__IO_marker` should have a snake case name [INFO] [stdout] --> src/lib.rs:2217:4 [INFO] [stdout] | [INFO] [stdout] 2217 | fn bindgen_test_layout__IO_marker() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_io_marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___locale_struct` should have a snake case name [INFO] [stdout] --> src/lib.rs:4252:4 [INFO] [stdout] | [INFO] [stdout] 4252 | fn bindgen_test_layout___locale_struct() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_locale_struct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THDescBuff` should have a snake case name [INFO] [stdout] --> src/lib.rs:4670:4 [INFO] [stdout] | [INFO] [stdout] 4670 | fn bindgen_test_layout_THDescBuff() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thdesc_buff` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THGenerator` should have a snake case name [INFO] [stdout] --> src/lib.rs:6745:4 [INFO] [stdout] | [INFO] [stdout] 6745 | fn bindgen_test_layout_THGenerator() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thgenerator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THAllocator` should have a snake case name [INFO] [stdout] --> src/lib.rs:6884:4 [INFO] [stdout] | [INFO] [stdout] 6884 | fn bindgen_test_layout_THAllocator() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thallocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:6970:9 [INFO] [stdout] | [INFO] [stdout] 6970 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THFloatStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:6974:4 [INFO] [stdout] | [INFO] [stdout] 6974 | fn bindgen_test_layout_THFloatStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thfloat_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7113:9 [INFO] [stdout] | [INFO] [stdout] 7113 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THDoubleStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7117:4 [INFO] [stdout] | [INFO] [stdout] 7117 | fn bindgen_test_layout_THDoubleStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thdouble_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7258:9 [INFO] [stdout] | [INFO] [stdout] 7258 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THByteStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7262:4 [INFO] [stdout] | [INFO] [stdout] 7262 | fn bindgen_test_layout_THByteStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thbyte_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7412:9 [INFO] [stdout] | [INFO] [stdout] 7412 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THCharStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7416:4 [INFO] [stdout] | [INFO] [stdout] 7416 | fn bindgen_test_layout_THCharStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thchar_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7566:9 [INFO] [stdout] | [INFO] [stdout] 7566 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THShortStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7570:4 [INFO] [stdout] | [INFO] [stdout] 7570 | fn bindgen_test_layout_THShortStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thshort_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7720:9 [INFO] [stdout] | [INFO] [stdout] 7720 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THIntStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7724:4 [INFO] [stdout] | [INFO] [stdout] 7724 | fn bindgen_test_layout_THIntStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thint_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:7874:9 [INFO] [stdout] | [INFO] [stdout] 7874 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THLongStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:7878:4 [INFO] [stdout] | [INFO] [stdout] 7878 | fn bindgen_test_layout_THLongStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thlong_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___THHalf` should have a snake case name [INFO] [stdout] --> src/lib.rs:8044:4 [INFO] [stdout] | [INFO] [stdout] 8044 | fn bindgen_test_layout___THHalf() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thhalf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___THHalf2` should have a snake case name [INFO] [stdout] --> src/lib.rs:8064:4 [INFO] [stdout] | [INFO] [stdout] 8064 | fn bindgen_test_layout___THHalf2() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thhalf2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `allocatorContext` should have a snake case name [INFO] [stdout] --> src/lib.rs:8102:9 [INFO] [stdout] | [INFO] [stdout] 8102 | pub allocatorContext: *mut ::std::os::raw::c_void, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `allocator_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THHalfStorage` should have a snake case name [INFO] [stdout] --> src/lib.rs:8106:4 [INFO] [stdout] | [INFO] [stdout] 8106 | fn bindgen_test_layout_THHalfStorage() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thhalf_storage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:8608:9 [INFO] [stdout] | [INFO] [stdout] 8608 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:8610:9 [INFO] [stdout] | [INFO] [stdout] 8610 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THFloatTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:8615:4 [INFO] [stdout] | [INFO] [stdout] 8615 | fn bindgen_test_layout_THFloatTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thfloat_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9065:9 [INFO] [stdout] | [INFO] [stdout] 9065 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9067:9 [INFO] [stdout] | [INFO] [stdout] 9067 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THDoubleTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:9072:4 [INFO] [stdout] | [INFO] [stdout] 9072 | fn bindgen_test_layout_THDoubleTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thdouble_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9524:9 [INFO] [stdout] | [INFO] [stdout] 9524 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9526:9 [INFO] [stdout] | [INFO] [stdout] 9526 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THByteTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:9531:4 [INFO] [stdout] | [INFO] [stdout] 9531 | fn bindgen_test_layout_THByteTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thbyte_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:9989:9 [INFO] [stdout] | [INFO] [stdout] 9989 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:9991:9 [INFO] [stdout] | [INFO] [stdout] 9991 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THCharTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:9996:4 [INFO] [stdout] | [INFO] [stdout] 9996 | fn bindgen_test_layout_THCharTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thchar_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:10454:9 [INFO] [stdout] | [INFO] [stdout] 10454 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:10456:9 [INFO] [stdout] | [INFO] [stdout] 10456 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THShortTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:10461:4 [INFO] [stdout] | [INFO] [stdout] 10461 | fn bindgen_test_layout_THShortTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thshort_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:10920:9 [INFO] [stdout] | [INFO] [stdout] 10920 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:10922:9 [INFO] [stdout] | [INFO] [stdout] 10922 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THIntTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:10927:4 [INFO] [stdout] | [INFO] [stdout] 10927 | fn bindgen_test_layout_THIntTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thint_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:11379:9 [INFO] [stdout] | [INFO] [stdout] 11379 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:11381:9 [INFO] [stdout] | [INFO] [stdout] 11381 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THLongTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:11386:4 [INFO] [stdout] | [INFO] [stdout] 11386 | fn bindgen_test_layout_THLongTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thlong_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nDimension` should have a snake case name [INFO] [stdout] --> src/lib.rs:11844:9 [INFO] [stdout] | [INFO] [stdout] 11844 | pub nDimension: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `n_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `storageOffset` should have a snake case name [INFO] [stdout] --> src/lib.rs:11846:9 [INFO] [stdout] | [INFO] [stdout] 11846 | pub storageOffset: isize, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `storage_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_THHalfTensor` should have a snake case name [INFO] [stdout] --> src/lib.rs:11851:4 [INFO] [stdout] | [INFO] [stdout] 11851 | fn bindgen_test_layout_THHalfTensor() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_thhalf_tensor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___va_list_tag` should have a snake case name [INFO] [stdout] --> src/lib.rs:19145:4 [INFO] [stdout] | [INFO] [stdout] 19145 | fn bindgen_test_layout___va_list_tag() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_va_list_tag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 319 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.63s [INFO] running `Command { std: "docker" "inspect" "61f1e1fcda66fcfa5c0c2673a578767fdb4803c31d2e819c265a9951a7d548df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61f1e1fcda66fcfa5c0c2673a578767fdb4803c31d2e819c265a9951a7d548df", kill_on_drop: false }` [INFO] [stdout] 61f1e1fcda66fcfa5c0c2673a578767fdb4803c31d2e819c265a9951a7d548df