[INFO] fetching crate nnsdk 0.4.0... [INFO] testing nnsdk-0.4.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate nnsdk 0.4.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate nnsdk 0.4.0 [INFO] finished tweaking crates.io crate nnsdk 0.4.0 [INFO] tweaked toml for crates.io crate nnsdk 0.4.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate nnsdk 0.4.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate nnsdk 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc-nnsdk v0.4.0 [INFO] [stderr] Downloaded rustc-std-workspace-alloc v1.0.1 [INFO] [stderr] Downloaded rustc-std-workspace-core v1.0.1 [INFO] [stderr] Downloaded compiler_builtins v0.1.140 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 17cfc31c8c99ada6bc03e6e5fddde639b668c283444ab09ea7f508798b5e59da [INFO] running `Command { std: "docker" "start" "-a" "17cfc31c8c99ada6bc03e6e5fddde639b668c283444ab09ea7f508798b5e59da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "17cfc31c8c99ada6bc03e6e5fddde639b668c283444ab09ea7f508798b5e59da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17cfc31c8c99ada6bc03e6e5fddde639b668c283444ab09ea7f508798b5e59da", kill_on_drop: false }` [INFO] [stdout] 17cfc31c8c99ada6bc03e6e5fddde639b668c283444ab09ea7f508798b5e59da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 4371fefc08371b3aa6e3d314845990a2d8f387b0490740da77be10577dbb5590 [INFO] running `Command { std: "docker" "start" "-a" "4371fefc08371b3aa6e3d314845990a2d8f387b0490740da77be10577dbb5590", kill_on_drop: false }` [INFO] [stderr] Compiling libc-nnsdk v0.4.0 [INFO] [stderr] Compiling nnsdk v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub type __u_char = u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | pub type __u_short = u16; [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/common_types.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | pub type __u_int = u32; [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/common_types.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | pub type __u_long = u64; [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/common_types.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | pub type __int8_t = i8; [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/common_types.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | pub type __uint8_t = u8; [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/common_types.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | pub type __int16_t = i16; [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/common_types.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | pub type __uint16_t = u16; [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/common_types.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | pub type __int32_t = i32; [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/common_types.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | pub type __uint32_t = u32; [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/common_types.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | pub type __int64_t = i64; [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/common_types.rs:87:10 [INFO] [stdout] | [INFO] [stdout] 87 | pub type __uint64_t = u64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub type __int_least8_t = root::__int8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | pub type __uint_least8_t = root::__uint8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | pub type __int_least16_t = root::__int16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:91:10 [INFO] [stdout] | [INFO] [stdout] 91 | pub type __uint_least16_t = root::__uint16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | pub type __int_least32_t = root::__int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | pub type __uint_least32_t = root::__uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | pub type __int_least64_t = root::__int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | pub type __uint_least64_t = root::__uint64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | pub type __quad_t = i64; [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/common_types.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | pub type __u_quad_t = u64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:98:10 [INFO] [stdout] | [INFO] [stdout] 98 | pub type __intmax_t = i64; [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/common_types.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | pub type __uintmax_t = u64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | pub type __dev_t = u64; [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/common_types.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | pub type __uid_t = u32; [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/common_types.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | pub type __gid_t = u32; [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/common_types.rs:103:10 [INFO] [stdout] | [INFO] [stdout] 103 | pub type __ino_t = u64; [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/common_types.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | pub type __ino64_t = u64; [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/common_types.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | pub type __mode_t = u32; [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/common_types.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | pub type __nlink_t = u64; [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/common_types.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | pub type __off_t = i64; [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/common_types.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | pub type __off64_t = i64; [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/common_types.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | pub type __pid_t = i32; [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/common_types.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | pub type __clock_t = i64; [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/common_types.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | pub type __rlim_t = u64; [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/common_types.rs:118:10 [INFO] [stdout] | [INFO] [stdout] 118 | pub type __rlim64_t = u64; [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/common_types.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | pub type __id_t = u32; [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/common_types.rs:120:10 [INFO] [stdout] | [INFO] [stdout] 120 | pub type __time_t = i64; [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/common_types.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | pub type __useconds_t = u32; [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/common_types.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub type __suseconds_t = i64; [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/common_types.rs:123:10 [INFO] [stdout] | [INFO] [stdout] 123 | pub type __daddr_t = i32; [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/common_types.rs:124:10 [INFO] [stdout] | [INFO] [stdout] 124 | pub type __key_t = i32; [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/common_types.rs:125:10 [INFO] [stdout] | [INFO] [stdout] 125 | pub type __clockid_t = i32; [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/common_types.rs:126:10 [INFO] [stdout] | [INFO] [stdout] 126 | pub type __timer_t = *mut u8; [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/common_types.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | pub type __blksize_t = i64; [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/common_types.rs:128:10 [INFO] [stdout] | [INFO] [stdout] 128 | pub type __blkcnt_t = i64; [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/common_types.rs:129:10 [INFO] [stdout] | [INFO] [stdout] 129 | pub type __blkcnt64_t = i64; [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/common_types.rs:130:10 [INFO] [stdout] | [INFO] [stdout] 130 | pub type __fsblkcnt_t = u64; [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/common_types.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | pub type __fsblkcnt64_t = u64; [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/common_types.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | pub type __fsfilcnt_t = u64; [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/common_types.rs:133:10 [INFO] [stdout] | [INFO] [stdout] 133 | pub type __fsfilcnt64_t = u64; [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/common_types.rs:134:10 [INFO] [stdout] | [INFO] [stdout] 134 | pub type __fsword_t = i64; [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/common_types.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | pub type __ssize_t = i64; [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/common_types.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | pub type __syscall_slong_t = i64; [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/common_types.rs:137:10 [INFO] [stdout] | [INFO] [stdout] 137 | pub type __syscall_ulong_t = u64; [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/common_types.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | pub type __loff_t = root::__off64_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | pub type __caddr_t = *mut u8; [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/common_types.rs:140:10 [INFO] [stdout] | [INFO] [stdout] 140 | pub type __intptr_t = i64; [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/common_types.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | pub type __socklen_t = u32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | pub type __sig_atomic_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:143:10 [INFO] [stdout] | [INFO] [stdout] 143 | pub type int_least8_t = root::__int_least8_t; [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/common_types.rs:144:10 [INFO] [stdout] | [INFO] [stdout] 144 | pub type int_least16_t = root::__int_least16_t; [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/common_types.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | pub type int_least32_t = root::__int_least32_t; [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/common_types.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | pub type int_least64_t = root::__int_least64_t; [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/common_types.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | pub type uint_least8_t = root::__uint_least8_t; [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/common_types.rs:148:10 [INFO] [stdout] | [INFO] [stdout] 148 | pub type uint_least16_t = root::__uint_least16_t; [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/common_types.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | pub type uint_least32_t = root::__uint_least32_t; [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/common_types.rs:150:10 [INFO] [stdout] | [INFO] [stdout] 150 | pub type uint_least64_t = root::__uint_least64_t; [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/common_types.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | pub type int_fast8_t = i8; [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/common_types.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | pub type int_fast16_t = i64; [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/common_types.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | pub type int_fast32_t = i64; [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/common_types.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | pub type int_fast64_t = i64; [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/common_types.rs:155:10 [INFO] [stdout] | [INFO] [stdout] 155 | pub type uint_fast8_t = u8; [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/common_types.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | pub type uint_fast16_t = u64; [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/common_types.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | pub type uint_fast32_t = u64; [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/common_types.rs:158:10 [INFO] [stdout] | [INFO] [stdout] 158 | pub type uint_fast64_t = u64; [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/common_types.rs:159:10 [INFO] [stdout] | [INFO] [stdout] 159 | pub type intmax_t = root::__intmax_t; [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/common_types.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | pub type uintmax_t = root::__uintmax_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `size_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | pub type size_t = u64; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `SizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s8` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:221:10 [INFO] [stdout] | [INFO] [stdout] 221 | pub type s8 = i8; [INFO] [stdout] | ^^ help: convert the identifier to upper camel case (notice the capitalization): `S8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s16` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:222:10 [INFO] [stdout] | [INFO] [stdout] 222 | pub type s16 = i16; [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `S16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s32` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:223:10 [INFO] [stdout] | [INFO] [stdout] 223 | pub type s32 = i32; [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `S32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s64` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:224:10 [INFO] [stdout] | [INFO] [stdout] 224 | pub type s64 = i64; [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `S64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s128` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:225:10 [INFO] [stdout] | [INFO] [stdout] 225 | pub type s128 = root::__int128_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `S128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uchar` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:226:10 [INFO] [stdout] | [INFO] [stdout] 226 | pub type uchar = u8; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uchar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulong` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:227:10 [INFO] [stdout] | [INFO] [stdout] 227 | pub type ulong = u64; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:228:10 [INFO] [stdout] | [INFO] [stdout] 228 | pub type uint = u32; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_1` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:239:10 [INFO] [stdout] | [INFO] [stdout] 239 | pub type _bindgen_ty_1 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_2` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:277:10 [INFO] [stdout] | [INFO] [stdout] 277 | pub type _bindgen_ty_2 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_3` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:327:10 [INFO] [stdout] | [INFO] [stdout] 327 | pub type _bindgen_ty_3 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_4` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | pub type _bindgen_ty_4 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_5` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:385:10 [INFO] [stdout] | [INFO] [stdout] 385 | pub type _bindgen_ty_5 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Half` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:395:10 [INFO] [stdout] | [INFO] [stdout] 395 | pub type Elf32_Half = u16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Half` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Half` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:396:10 [INFO] [stdout] | [INFO] [stdout] 396 | pub type Elf64_Half = u16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Half` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Word` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:397:10 [INFO] [stdout] | [INFO] [stdout] 397 | pub type Elf32_Word = u32; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Word` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Sword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:398:10 [INFO] [stdout] | [INFO] [stdout] 398 | pub type Elf32_Sword = i32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Sword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Word` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:399:10 [INFO] [stdout] | [INFO] [stdout] 399 | pub type Elf64_Word = u32; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Word` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Sword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:400:10 [INFO] [stdout] | [INFO] [stdout] 400 | pub type Elf64_Sword = i32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Sword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Xword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | pub type Elf32_Xword = u64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Xword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Sxword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:402:10 [INFO] [stdout] | [INFO] [stdout] 402 | pub type Elf32_Sxword = i64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Sxword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Xword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | pub type Elf64_Xword = u64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Xword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Sxword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | pub type Elf64_Sxword = i64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Sxword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Addr` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:405:10 [INFO] [stdout] | [INFO] [stdout] 405 | pub type Elf32_Addr = u32; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Addr` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:406:10 [INFO] [stdout] | [INFO] [stdout] 406 | pub type Elf64_Addr = u64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Off` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | pub type Elf32_Off = u32; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Off` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Off` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:408:10 [INFO] [stdout] | [INFO] [stdout] 408 | pub type Elf64_Off = u64; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Off` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Section` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:409:10 [INFO] [stdout] | [INFO] [stdout] 409 | pub type Elf32_Section = u16; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Section` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | pub type Elf64_Section = u16; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Versym` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:411:10 [INFO] [stdout] | [INFO] [stdout] 411 | pub type Elf32_Versym = root::Elf32_Half; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Versym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Versym` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:412:10 [INFO] [stdout] | [INFO] [stdout] 412 | pub type Elf64_Versym = root::Elf64_Half; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Versym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Phdr` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:571:12 [INFO] [stdout] | [INFO] [stdout] 571 | pub struct Elf64_Phdr { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Phdr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Conflict` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:800:10 [INFO] [stdout] | [INFO] [stdout] 800 | pub type Elf32_Conflict = root::Elf32_Addr; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Conflict` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_6` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:825:10 [INFO] [stdout] | [INFO] [stdout] 825 | pub type _bindgen_ty_6 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_char` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:833:10 [INFO] [stdout] | [INFO] [stdout] 833 | pub type u_char = root::__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/common_types.rs:834:10 [INFO] [stdout] | [INFO] [stdout] 834 | pub type u_short = root::__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/common_types.rs:835:10 [INFO] [stdout] | [INFO] [stdout] 835 | pub type u_int = root::__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/common_types.rs:836:10 [INFO] [stdout] | [INFO] [stdout] 836 | pub type u_long = root::__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/common_types.rs:837:10 [INFO] [stdout] | [INFO] [stdout] 837 | pub type quad_t = root::__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/common_types.rs:838:10 [INFO] [stdout] | [INFO] [stdout] 838 | pub type u_quad_t = root::__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/common_types.rs:839:10 [INFO] [stdout] | [INFO] [stdout] 839 | pub type fsid_t = root::__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/common_types.rs:840:10 [INFO] [stdout] | [INFO] [stdout] 840 | pub type loff_t = root::__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/common_types.rs:841:10 [INFO] [stdout] | [INFO] [stdout] 841 | pub type ino_t = root::__ino_t; [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/common_types.rs:842:10 [INFO] [stdout] | [INFO] [stdout] 842 | pub type ino64_t = root::__ino64_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Ino64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:843:10 [INFO] [stdout] | [INFO] [stdout] 843 | pub type dev_t = root::__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/common_types.rs:844:10 [INFO] [stdout] | [INFO] [stdout] 844 | pub type gid_t = root::__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/common_types.rs:845:10 [INFO] [stdout] | [INFO] [stdout] 845 | pub type mode_t = root::__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/common_types.rs:846:10 [INFO] [stdout] | [INFO] [stdout] 846 | pub type nlink_t = root::__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/common_types.rs:847:10 [INFO] [stdout] | [INFO] [stdout] 847 | pub type uid_t = root::__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/common_types.rs:848:10 [INFO] [stdout] | [INFO] [stdout] 848 | pub type off_t = root::__off_t; [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/common_types.rs:849:10 [INFO] [stdout] | [INFO] [stdout] 849 | pub type off64_t = root::__off64_t; [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/common_types.rs:850:10 [INFO] [stdout] | [INFO] [stdout] 850 | pub type pid_t = root::__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/common_types.rs:851:10 [INFO] [stdout] | [INFO] [stdout] 851 | pub type id_t = root::__id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ssize_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:852:10 [INFO] [stdout] | [INFO] [stdout] 852 | pub type ssize_t = root::__ssize_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:853:10 [INFO] [stdout] | [INFO] [stdout] 853 | pub type daddr_t = root::__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/common_types.rs:854:10 [INFO] [stdout] | [INFO] [stdout] 854 | pub type caddr_t = root::__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/common_types.rs:855:10 [INFO] [stdout] | [INFO] [stdout] 855 | pub type key_t = root::__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/common_types.rs:856:10 [INFO] [stdout] | [INFO] [stdout] 856 | pub type clock_t = root::__clock_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clockid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:857:10 [INFO] [stdout] | [INFO] [stdout] 857 | pub type clockid_t = root::__clockid_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `time_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:858:10 [INFO] [stdout] | [INFO] [stdout] 858 | pub type time_t = root::__time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `timer_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:859:10 [INFO] [stdout] | [INFO] [stdout] 859 | pub type timer_t = root::__timer_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `useconds_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:860:10 [INFO] [stdout] | [INFO] [stdout] 860 | pub type useconds_t = root::__useconds_t; [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/common_types.rs:861:10 [INFO] [stdout] | [INFO] [stdout] 861 | pub type suseconds_t = root::__suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ushort` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:862:10 [INFO] [stdout] | [INFO] [stdout] 862 | pub type ushort = u16; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:863:10 [INFO] [stdout] | [INFO] [stdout] 863 | pub type u_int8_t = root::__uint8_t; [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/common_types.rs:864:10 [INFO] [stdout] | [INFO] [stdout] 864 | pub type u_int16_t = root::__uint16_t; [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/common_types.rs:865:10 [INFO] [stdout] | [INFO] [stdout] 865 | pub type u_int32_t = root::__uint32_t; [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/common_types.rs:866:10 [INFO] [stdout] | [INFO] [stdout] 866 | pub type u_int64_t = root::__uint64_t; [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/common_types.rs:867:10 [INFO] [stdout] | [INFO] [stdout] 867 | pub type register_t = i64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:873:10 [INFO] [stdout] | [INFO] [stdout] 873 | pub type sigset_t = root::__sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fd_mask` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:886:10 [INFO] [stdout] | [INFO] [stdout] 886 | pub type __fd_mask = i64; [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/common_types.rs:892:10 [INFO] [stdout] | [INFO] [stdout] 892 | pub type fd_mask = root::__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/common_types.rs:893:10 [INFO] [stdout] | [INFO] [stdout] 893 | pub type blksize_t = root::__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/common_types.rs:894:10 [INFO] [stdout] | [INFO] [stdout] 894 | pub type blkcnt_t = root::__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/common_types.rs:895:10 [INFO] [stdout] | [INFO] [stdout] 895 | pub type fsblkcnt_t = root::__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/common_types.rs:896:10 [INFO] [stdout] | [INFO] [stdout] 896 | pub type fsfilcnt_t = root::__fsfilcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:897:10 [INFO] [stdout] | [INFO] [stdout] 897 | pub type blkcnt64_t = root::__blkcnt64_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsblkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:898:10 [INFO] [stdout] | [INFO] [stdout] 898 | pub type fsblkcnt64_t = root::__fsblkcnt64_t; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:899:10 [INFO] [stdout] | [INFO] [stdout] 899 | pub type fsfilcnt64_t = root::__fsfilcnt64_t; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:922:10 [INFO] [stdout] | [INFO] [stdout] 922 | pub type __pthread_list_t = root::__pthread_internal_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:972:10 [INFO] [stdout] | [INFO] [stdout] 972 | pub type pthread_t = u64; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_key_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:987:10 [INFO] [stdout] | [INFO] [stdout] 987 | pub type pthread_key_t = u32; [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/common_types.rs:988:10 [INFO] [stdout] | [INFO] [stdout] 988 | pub type pthread_once_t = i32; [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/common_types.rs:1028:10 [INFO] [stdout] | [INFO] [stdout] 1028 | pub type pthread_spinlock_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSpinlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `socklen_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1043:10 [INFO] [stdout] | [INFO] [stdout] 1043 | pub type socklen_t = root::__socklen_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socket_type` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1053:10 [INFO] [stdout] | [INFO] [stdout] 1053 | pub type __socket_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocketType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sa_family_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1054:10 [INFO] [stdout] | [INFO] [stdout] 1054 | pub type sa_family_t = u16; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaFamilyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_7` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1090:10 [INFO] [stdout] | [INFO] [stdout] 1090 | pub type _bindgen_ty_7 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_8` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1112:10 [INFO] [stdout] | [INFO] [stdout] 1112 | pub type _bindgen_ty_8 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_sighandler_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1125:10 [INFO] [stdout] | [INFO] [stdout] 1125 | pub type __kernel_sighandler_t = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSighandlerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_key_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1127:10 [INFO] [stdout] | [INFO] [stdout] 1127 | pub type __kernel_key_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_mqd_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1128:10 [INFO] [stdout] | [INFO] [stdout] 1128 | pub type __kernel_mqd_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelMqdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_uid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | pub type __kernel_old_uid_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_gid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1130:10 [INFO] [stdout] | [INFO] [stdout] 1130 | pub type __kernel_old_gid_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_dev_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1131:10 [INFO] [stdout] | [INFO] [stdout] 1131 | pub type __kernel_old_dev_t = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldDevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_long_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1132:10 [INFO] [stdout] | [INFO] [stdout] 1132 | pub type __kernel_long_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1133:10 [INFO] [stdout] | [INFO] [stdout] 1133 | pub type __kernel_ulong_t = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ino_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1134:10 [INFO] [stdout] | [INFO] [stdout] 1134 | pub type __kernel_ino_t = root::__kernel_ulong_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelInoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_mode_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1135:10 [INFO] [stdout] | [INFO] [stdout] 1135 | pub type __kernel_mode_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_pid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1136:10 [INFO] [stdout] | [INFO] [stdout] 1136 | pub type __kernel_pid_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ipc_pid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1137:10 [INFO] [stdout] | [INFO] [stdout] 1137 | pub type __kernel_ipc_pid_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelIpcPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1138:10 [INFO] [stdout] | [INFO] [stdout] 1138 | pub type __kernel_uid_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1139:10 [INFO] [stdout] | [INFO] [stdout] 1139 | pub type __kernel_gid_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1140:10 [INFO] [stdout] | [INFO] [stdout] 1140 | pub type __kernel_suseconds_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_daddr_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1141:10 [INFO] [stdout] | [INFO] [stdout] 1141 | pub type __kernel_daddr_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelDaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid32_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1142:10 [INFO] [stdout] | [INFO] [stdout] 1142 | pub type __kernel_uid32_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid32_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1143:10 [INFO] [stdout] | [INFO] [stdout] 1143 | pub type __kernel_gid32_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_size_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1144:10 [INFO] [stdout] | [INFO] [stdout] 1144 | pub type __kernel_size_t = root::__kernel_ulong_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ssize_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1145:10 [INFO] [stdout] | [INFO] [stdout] 1145 | pub type __kernel_ssize_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ptrdiff_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1146:10 [INFO] [stdout] | [INFO] [stdout] 1146 | pub type __kernel_ptrdiff_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPtrdiffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_off_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1152:10 [INFO] [stdout] | [INFO] [stdout] 1152 | pub type __kernel_off_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_loff_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1153:10 [INFO] [stdout] | [INFO] [stdout] 1153 | pub type __kernel_loff_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_time_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1154:10 [INFO] [stdout] | [INFO] [stdout] 1154 | pub type __kernel_time_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_time64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1155:10 [INFO] [stdout] | [INFO] [stdout] 1155 | pub type __kernel_time64_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTime64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_clock_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1156:10 [INFO] [stdout] | [INFO] [stdout] 1156 | pub type __kernel_clock_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_timer_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1157:10 [INFO] [stdout] | [INFO] [stdout] 1157 | pub type __kernel_timer_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_clockid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1158:10 [INFO] [stdout] | [INFO] [stdout] 1158 | pub type __kernel_clockid_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_caddr_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1159:10 [INFO] [stdout] | [INFO] [stdout] 1159 | pub type __kernel_caddr_t = *mut u8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelCaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid16_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1160:10 [INFO] [stdout] | [INFO] [stdout] 1160 | pub type __kernel_uid16_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid16_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1161:10 [INFO] [stdout] | [INFO] [stdout] 1161 | pub type __kernel_gid16_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_9` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1177:10 [INFO] [stdout] | [INFO] [stdout] 1177 | pub type _bindgen_ty_9 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int128_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1184:10 [INFO] [stdout] | [INFO] [stdout] 1184 | pub type __int128_t = i128; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Int128T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint128_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1185:10 [INFO] [stdout] | [INFO] [stdout] 1185 | pub type __uint128_t = u128; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint128T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `RegistrationInfo_State` should have an upper camel case name [INFO] [stdout] --> src/nn/ro.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | pub type RegistrationInfo_State = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RegistrationInfoState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `String` [INFO] [stdout] --> src/nn/prepo.rs:2:31 [INFO] [stdout] | [INFO] [stdout] 2 | use alloc::string::{ToString, String}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/nn/ui2d/resources.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | /// Visible | InfluencedAlpha [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 85 | flag: 0x3, [INFO] [stdout] | --------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(new_uninit)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `result` is never read [INFO] [stdout] --> src/nn/oe.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | let mut result = ""; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf` [INFO] [stdout] --> src/nn/prepo.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | let buf = Box::leak(buf); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Connection` is never constructed [INFO] [stdout] --> src/nn/ssl.rs:76:16 [INFO] [stdout] | [INFO] [stdout] 76 | pub struct Connection { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Connection` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/nn/ssl.rs:81:16 [INFO] [stdout] | [INFO] [stdout] 80 | impl Connection { [INFO] [stdout] | --------------- associated function in this implementation [INFO] [stdout] 81 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Connection` is never used [INFO] [stdout] --> src/nn/ssl.rs:90:16 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn Connection(this: *mut Connection); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Create` is never used [INFO] [stdout] --> src/nn/ssl.rs:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn Create(this: *mut Connection, context: *const super::Context::Context) -> u32; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `SetSocketDescriptor` is never used [INFO] [stdout] --> src/nn/ssl.rs:98:16 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn SetSocketDescriptor(this: *mut Connection, socket_desc: u32) -> u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `SetHostName` is never used [INFO] [stdout] --> src/nn/ssl.rs:102:16 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn SetHostName(this: *mut Connection, host_name: *const u8, name_len: u32) -> i32; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `DoHandshake` is never used [INFO] [stdout] --> src/nn/ssl.rs:106:16 [INFO] [stdout] | [INFO] [stdout] 106 | pub fn DoHandshake(this: *mut Connection) -> u32; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Read` is never used [INFO] [stdout] --> src/nn/ssl.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn Read(this: *const Connection, out_buf: *mut u8, buf_len: usize) -> i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Read1` is never used [INFO] [stdout] --> src/nn/ssl.rs:114:16 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn Read1(this: *const Connection, out_buf: *mut u8, out_size_read: *mut i32, buf_len: usize) -> i32; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Write` is never used [INFO] [stdout] --> src/nn/ssl.rs:118:16 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn Write(this: *const Connection, buf: *const u8, buf_len: usize) -> i32; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Write1` is never used [INFO] [stdout] --> src/nn/ssl.rs:122:16 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn Write1(this: *const Connection, buf: *const u8, out_size_write: *mut i32, buf_len: usize) -> i32; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Pending` is never used [INFO] [stdout] --> src/nn/ssl.rs:126:16 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn Pending(this: *const Connection) -> usize; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `FlushSessionCache` is never used [INFO] [stdout] --> src/nn/ssl.rs:130:16 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn FlushSessionCache(this: *mut Connection) -> u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `SetOption` is never used [INFO] [stdout] --> src/nn/ssl.rs:134:16 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn SetOption(this: *mut Connection, option: u32, enable: bool) -> u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `SetVerifyOption` is never used [INFO] [stdout] --> src/nn/ssl.rs:138:16 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn SetVerifyOption(this: *mut Connection, options: u32) -> u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `GetLastError` is never used [INFO] [stdout] --> src/nn/ssl.rs:142:16 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn GetLastError(this: *const Connection, out_result: *mut u32) -> u32; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Destroy` is never used [INFO] [stdout] --> src/nn/ssl.rs:146:16 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn Destroy(this: *const Connection) -> u32; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/nn/ui2d/resources.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 142 | enum TextBoxFlag { [INFO] [stdout] | ----------- variants in this enum [INFO] [stdout] 143 | ShadowEnabled, [INFO] [stdout] 144 | ForceAssignTextLength, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 145 | InvisibleBorderEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 146 | DoubleDrawnBorderEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 147 | PerCharacterTransformEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 148 | CenterCeilingEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 149 | LineWidthOffsetEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 150 | ExtendedTagEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 151 | PerCharacterTransformSplitByCharWidth, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 152 | PerCharacterTransformAutoShadowAlpha, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 153 | DrawFromRightToLeft, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 154 | PerCharacterTransformOriginToCenter, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 155 | KeepingFontScaleEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 156 | PerCharacterTransformFixSpace, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 157 | PerCharacterTransformSplitByCharWidthInsertSpaceEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 158 | Max, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TextBoxFlag` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_Kernel` should have an upper case name [INFO] [stdout] --> src/common_types.rs:232:11 [INFO] [stdout] | [INFO] [stdout] 232 | pub const Module_Kernel: root::_bindgen_ty_1 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_KERNEL` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_Libnx` should have an upper case name [INFO] [stdout] --> src/common_types.rs:233:11 [INFO] [stdout] | [INFO] [stdout] 233 | pub const Module_Libnx: root::_bindgen_ty_1 = 345; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_LIBNX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_HomebrewAbi` should have an upper case name [INFO] [stdout] --> src/common_types.rs:234:11 [INFO] [stdout] | [INFO] [stdout] 234 | pub const Module_HomebrewAbi: root::_bindgen_ty_1 = 346; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_HOMEBREW_ABI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_HomebrewLoader` should have an upper case name [INFO] [stdout] --> src/common_types.rs:235:11 [INFO] [stdout] | [INFO] [stdout] 235 | pub const Module_HomebrewLoader: root::_bindgen_ty_1 = 347; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_HOMEBREW_LOADER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_LibnxNvidia` should have an upper case name [INFO] [stdout] --> src/common_types.rs:236:11 [INFO] [stdout] | [INFO] [stdout] 236 | pub const Module_LibnxNvidia: root::_bindgen_ty_1 = 348; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_LIBNX_NVIDIA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_LibnxBinder` should have an upper case name [INFO] [stdout] --> src/common_types.rs:237:11 [INFO] [stdout] | [INFO] [stdout] 237 | pub const Module_LibnxBinder: root::_bindgen_ty_1 = 349; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_LIBNX_BINDER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfSessions` should have an upper case name [INFO] [stdout] --> src/common_types.rs:240:11 [INFO] [stdout] | [INFO] [stdout] 240 | pub const KernelError_OutOfSessions: root::_bindgen_ty_2 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_SESSIONS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidCapabilityDescriptor` should have an upper case name [INFO] [stdout] --> src/common_types.rs:241:11 [INFO] [stdout] | [INFO] [stdout] 241 | pub const KernelError_InvalidCapabilityDescriptor: root::_bindgen_ty_2 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_CAPABILITY_DESCRIPTOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_NotImplemented` should have an upper case name [INFO] [stdout] --> src/common_types.rs:242:11 [INFO] [stdout] | [INFO] [stdout] 242 | pub const KernelError_NotImplemented: root::_bindgen_ty_2 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_NOT_IMPLEMENTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_ThreadTerminating` should have an upper case name [INFO] [stdout] --> src/common_types.rs:243:11 [INFO] [stdout] | [INFO] [stdout] 243 | pub const KernelError_ThreadTerminating: root::_bindgen_ty_2 = 59; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_THREAD_TERMINATING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfDebugEvents` should have an upper case name [INFO] [stdout] --> src/common_types.rs:244:11 [INFO] [stdout] | [INFO] [stdout] 244 | pub const KernelError_OutOfDebugEvents: root::_bindgen_ty_2 = 70; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_DEBUG_EVENTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidSize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:245:11 [INFO] [stdout] | [INFO] [stdout] 245 | pub const KernelError_InvalidSize: root::_bindgen_ty_2 = 101; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidAddress` should have an upper case name [INFO] [stdout] --> src/common_types.rs:246:11 [INFO] [stdout] | [INFO] [stdout] 246 | pub const KernelError_InvalidAddress: root::_bindgen_ty_2 = 102; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_ADDRESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_ResourceExhausted` should have an upper case name [INFO] [stdout] --> src/common_types.rs:247:11 [INFO] [stdout] | [INFO] [stdout] 247 | pub const KernelError_ResourceExhausted: root::_bindgen_ty_2 = 103; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_RESOURCE_EXHAUSTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfMemory` should have an upper case name [INFO] [stdout] --> src/common_types.rs:248:11 [INFO] [stdout] | [INFO] [stdout] 248 | pub const KernelError_OutOfMemory: root::_bindgen_ty_2 = 104; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfHandles` should have an upper case name [INFO] [stdout] --> src/common_types.rs:249:11 [INFO] [stdout] | [INFO] [stdout] 249 | pub const KernelError_OutOfHandles: root::_bindgen_ty_2 = 105; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_HANDLES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidMemoryState` should have an upper case name [INFO] [stdout] --> src/common_types.rs:250:11 [INFO] [stdout] | [INFO] [stdout] 250 | pub const KernelError_InvalidMemoryState: root::_bindgen_ty_2 = 106; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_MEMORY_STATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidMemoryPermissions` should have an upper case name [INFO] [stdout] --> src/common_types.rs:251:11 [INFO] [stdout] | [INFO] [stdout] 251 | pub const KernelError_InvalidMemoryPermissions: root::_bindgen_ty_2 = 108; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_MEMORY_PERMISSIONS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidMemoryRange` should have an upper case name [INFO] [stdout] --> src/common_types.rs:252:11 [INFO] [stdout] | [INFO] [stdout] 252 | pub const KernelError_InvalidMemoryRange: root::_bindgen_ty_2 = 110; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_MEMORY_RANGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidPriority` should have an upper case name [INFO] [stdout] --> src/common_types.rs:253:11 [INFO] [stdout] | [INFO] [stdout] 253 | pub const KernelError_InvalidPriority: root::_bindgen_ty_2 = 112; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_PRIORITY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidCoreId` should have an upper case name [INFO] [stdout] --> src/common_types.rs:254:11 [INFO] [stdout] | [INFO] [stdout] 254 | pub const KernelError_InvalidCoreId: root::_bindgen_ty_2 = 113; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_CORE_ID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidHandle` should have an upper case name [INFO] [stdout] --> src/common_types.rs:255:11 [INFO] [stdout] | [INFO] [stdout] 255 | pub const KernelError_InvalidHandle: root::_bindgen_ty_2 = 114; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_HANDLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidUserBuffer` should have an upper case name [INFO] [stdout] --> src/common_types.rs:256:11 [INFO] [stdout] | [INFO] [stdout] 256 | pub const KernelError_InvalidUserBuffer: root::_bindgen_ty_2 = 115; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_USER_BUFFER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidCombination` should have an upper case name [INFO] [stdout] --> src/common_types.rs:257:11 [INFO] [stdout] | [INFO] [stdout] 257 | pub const KernelError_InvalidCombination: root::_bindgen_ty_2 = 116; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_COMBINATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_TimedOut` should have an upper case name [INFO] [stdout] --> src/common_types.rs:258:11 [INFO] [stdout] | [INFO] [stdout] 258 | pub const KernelError_TimedOut: root::_bindgen_ty_2 = 117; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_TIMED_OUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_Cancelled` should have an upper case name [INFO] [stdout] --> src/common_types.rs:259:11 [INFO] [stdout] | [INFO] [stdout] 259 | pub const KernelError_Cancelled: root::_bindgen_ty_2 = 118; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_CANCELLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfRange` should have an upper case name [INFO] [stdout] --> src/common_types.rs:260:11 [INFO] [stdout] | [INFO] [stdout] 260 | pub const KernelError_OutOfRange: root::_bindgen_ty_2 = 119; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_RANGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidEnumValue` should have an upper case name [INFO] [stdout] --> src/common_types.rs:261:11 [INFO] [stdout] | [INFO] [stdout] 261 | pub const KernelError_InvalidEnumValue: root::_bindgen_ty_2 = 120; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_ENUM_VALUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_NotFound` should have an upper case name [INFO] [stdout] --> src/common_types.rs:262:11 [INFO] [stdout] | [INFO] [stdout] 262 | pub const KernelError_NotFound: root::_bindgen_ty_2 = 121; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_NOT_FOUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_AlreadyExists` should have an upper case name [INFO] [stdout] --> src/common_types.rs:263:11 [INFO] [stdout] | [INFO] [stdout] 263 | pub const KernelError_AlreadyExists: root::_bindgen_ty_2 = 122; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_ALREADY_EXISTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_ConnectionClosed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:264:11 [INFO] [stdout] | [INFO] [stdout] 264 | pub const KernelError_ConnectionClosed: root::_bindgen_ty_2 = 123; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_CONNECTION_CLOSED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_UnhandledUserInterrupt` should have an upper case name [INFO] [stdout] --> src/common_types.rs:265:11 [INFO] [stdout] | [INFO] [stdout] 265 | pub const KernelError_UnhandledUserInterrupt: root::_bindgen_ty_2 = 124; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_UNHANDLED_USER_INTERRUPT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidState` should have an upper case name [INFO] [stdout] --> src/common_types.rs:266:11 [INFO] [stdout] | [INFO] [stdout] 266 | pub const KernelError_InvalidState: root::_bindgen_ty_2 = 125; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_STATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_ReservedValue` should have an upper case name [INFO] [stdout] --> src/common_types.rs:267:11 [INFO] [stdout] | [INFO] [stdout] 267 | pub const KernelError_ReservedValue: root::_bindgen_ty_2 = 126; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_RESERVED_VALUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidHwBreakpoint` should have an upper case name [INFO] [stdout] --> src/common_types.rs:268:11 [INFO] [stdout] | [INFO] [stdout] 268 | pub const KernelError_InvalidHwBreakpoint: root::_bindgen_ty_2 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_HW_BREAKPOINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_FatalUserException` should have an upper case name [INFO] [stdout] --> src/common_types.rs:269:11 [INFO] [stdout] | [INFO] [stdout] 269 | pub const KernelError_FatalUserException: root::_bindgen_ty_2 = 128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_FATAL_USER_EXCEPTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OwnedByAnotherProcess` should have an upper case name [INFO] [stdout] --> src/common_types.rs:270:11 [INFO] [stdout] | [INFO] [stdout] 270 | pub const KernelError_OwnedByAnotherProcess: root::_bindgen_ty_2 = 129; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OWNED_BY_ANOTHER_PROCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_ConnectionRefused` should have an upper case name [INFO] [stdout] --> src/common_types.rs:271:11 [INFO] [stdout] | [INFO] [stdout] 271 | pub const KernelError_ConnectionRefused: root::_bindgen_ty_2 = 131; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_CONNECTION_REFUSED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfResource` should have an upper case name [INFO] [stdout] --> src/common_types.rs:272:11 [INFO] [stdout] | [INFO] [stdout] 272 | pub const KernelError_OutOfResource: root::_bindgen_ty_2 = 132; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_RESOURCE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_IpcMapFailed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:273:11 [INFO] [stdout] | [INFO] [stdout] 273 | pub const KernelError_IpcMapFailed: root::_bindgen_ty_2 = 259; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_IPC_MAP_FAILED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_IpcCmdbufTooSmall` should have an upper case name [INFO] [stdout] --> src/common_types.rs:274:11 [INFO] [stdout] | [INFO] [stdout] 274 | pub const KernelError_IpcCmdbufTooSmall: root::_bindgen_ty_2 = 260; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_IPC_CMDBUF_TOO_SMALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_NotDebugged` should have an upper case name [INFO] [stdout] --> src/common_types.rs:275:11 [INFO] [stdout] | [INFO] [stdout] 275 | pub const KernelError_NotDebugged: root::_bindgen_ty_2 = 520; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_NOT_DEBUGGED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadReloc` should have an upper case name [INFO] [stdout] --> src/common_types.rs:278:11 [INFO] [stdout] | [INFO] [stdout] 278 | pub const LibnxError_BadReloc: root::_bindgen_ty_3 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_RELOC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_OutOfMemory` should have an upper case name [INFO] [stdout] --> src/common_types.rs:279:11 [INFO] [stdout] | [INFO] [stdout] 279 | pub const LibnxError_OutOfMemory: root::_bindgen_ty_3 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_OUT_OF_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_AlreadyMapped` should have an upper case name [INFO] [stdout] --> src/common_types.rs:280:11 [INFO] [stdout] | [INFO] [stdout] 280 | pub const LibnxError_AlreadyMapped: root::_bindgen_ty_3 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_ALREADY_MAPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGetInfo_Stack` should have an upper case name [INFO] [stdout] --> src/common_types.rs:281:11 [INFO] [stdout] | [INFO] [stdout] 281 | pub const LibnxError_BadGetInfo_Stack: root::_bindgen_ty_3 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GET_INFO_STACK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGetInfo_Heap` should have an upper case name [INFO] [stdout] --> src/common_types.rs:282:11 [INFO] [stdout] | [INFO] [stdout] 282 | pub const LibnxError_BadGetInfo_Heap: root::_bindgen_ty_3 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GET_INFO_HEAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadQueryMemory` should have an upper case name [INFO] [stdout] --> src/common_types.rs:283:11 [INFO] [stdout] | [INFO] [stdout] 283 | pub const LibnxError_BadQueryMemory: root::_bindgen_ty_3 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_QUERY_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_AlreadyInitialized` should have an upper case name [INFO] [stdout] --> src/common_types.rs:284:11 [INFO] [stdout] | [INFO] [stdout] 284 | pub const LibnxError_AlreadyInitialized: root::_bindgen_ty_3 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_ALREADY_INITIALIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_NotInitialized` should have an upper case name [INFO] [stdout] --> src/common_types.rs:285:11 [INFO] [stdout] | [INFO] [stdout] 285 | pub const LibnxError_NotInitialized: root::_bindgen_ty_3 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_NOT_INITIALIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_NotFound` should have an upper case name [INFO] [stdout] --> src/common_types.rs:286:11 [INFO] [stdout] | [INFO] [stdout] 286 | pub const LibnxError_NotFound: root::_bindgen_ty_3 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_NOT_FOUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_IoError` should have an upper case name [INFO] [stdout] --> src/common_types.rs:287:11 [INFO] [stdout] | [INFO] [stdout] 287 | pub const LibnxError_IoError: root::_bindgen_ty_3 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_IO_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadInput` should have an upper case name [INFO] [stdout] --> src/common_types.rs:288:11 [INFO] [stdout] | [INFO] [stdout] 288 | pub const LibnxError_BadInput: root::_bindgen_ty_3 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_INPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadReent` should have an upper case name [INFO] [stdout] --> src/common_types.rs:289:11 [INFO] [stdout] | [INFO] [stdout] 289 | pub const LibnxError_BadReent: root::_bindgen_ty_3 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_REENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BufferProducerError` should have an upper case name [INFO] [stdout] --> src/common_types.rs:290:11 [INFO] [stdout] | [INFO] [stdout] 290 | pub const LibnxError_BufferProducerError: root::_bindgen_ty_3 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BUFFER_PRODUCER_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_HandleTooEarly` should have an upper case name [INFO] [stdout] --> src/common_types.rs:291:11 [INFO] [stdout] | [INFO] [stdout] 291 | pub const LibnxError_HandleTooEarly: root::_bindgen_ty_3 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_HANDLE_TOO_EARLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_HeapAllocFailed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:292:11 [INFO] [stdout] | [INFO] [stdout] 292 | pub const LibnxError_HeapAllocFailed: root::_bindgen_ty_3 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_HEAP_ALLOC_FAILED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_TooManyOverrides` should have an upper case name [INFO] [stdout] --> src/common_types.rs:293:11 [INFO] [stdout] | [INFO] [stdout] 293 | pub const LibnxError_TooManyOverrides: root::_bindgen_ty_3 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_TOO_MANY_OVERRIDES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_ParcelError` should have an upper case name [INFO] [stdout] --> src/common_types.rs:294:11 [INFO] [stdout] | [INFO] [stdout] 294 | pub const LibnxError_ParcelError: root::_bindgen_ty_3 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_PARCEL_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGfxInit` should have an upper case name [INFO] [stdout] --> src/common_types.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | pub const LibnxError_BadGfxInit: root::_bindgen_ty_3 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GFX_INIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGfxEventWait` should have an upper case name [INFO] [stdout] --> src/common_types.rs:296:11 [INFO] [stdout] | [INFO] [stdout] 296 | pub const LibnxError_BadGfxEventWait: root::_bindgen_ty_3 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GFX_EVENT_WAIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGfxQueueBuffer` should have an upper case name [INFO] [stdout] --> src/common_types.rs:297:11 [INFO] [stdout] | [INFO] [stdout] 297 | pub const LibnxError_BadGfxQueueBuffer: root::_bindgen_ty_3 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GFX_QUEUE_BUFFER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGfxDequeueBuffer` should have an upper case name [INFO] [stdout] --> src/common_types.rs:298:11 [INFO] [stdout] | [INFO] [stdout] 298 | pub const LibnxError_BadGfxDequeueBuffer: root::_bindgen_ty_3 = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GFX_DEQUEUE_BUFFER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_AppletCmdidNotFound` should have an upper case name [INFO] [stdout] --> src/common_types.rs:299:11 [INFO] [stdout] | [INFO] [stdout] 299 | pub const LibnxError_AppletCmdidNotFound: root::_bindgen_ty_3 = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_APPLET_CMDID_NOT_FOUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadAppletReceiveMessage` should have an upper case name [INFO] [stdout] --> src/common_types.rs:300:11 [INFO] [stdout] | [INFO] [stdout] 300 | pub const LibnxError_BadAppletReceiveMessage: root::_bindgen_ty_3 = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_APPLET_RECEIVE_MESSAGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadAppletNotifyRunning` should have an upper case name [INFO] [stdout] --> src/common_types.rs:301:11 [INFO] [stdout] | [INFO] [stdout] 301 | pub const LibnxError_BadAppletNotifyRunning: root::_bindgen_ty_3 = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_APPLET_NOTIFY_RUNNING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadAppletGetCurrentFocusState` should have an upper case name [INFO] [stdout] --> src/common_types.rs:302:11 [INFO] [stdout] | [INFO] [stdout] 302 | pub const LibnxError_BadAppletGetCurrentFocusState: root::_bindgen_ty_3 = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_APPLET_GET_CURRENT_FOCUS_STATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadAppletGetOperationMode` should have an upper case name [INFO] [stdout] --> src/common_types.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | pub const LibnxError_BadAppletGetOperationMode: root::_bindgen_ty_3 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_APPLET_GET_OPERATION_MODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadAppletGetPerformanceMode` should have an upper case name [INFO] [stdout] --> src/common_types.rs:304:11 [INFO] [stdout] | [INFO] [stdout] 304 | pub const LibnxError_BadAppletGetPerformanceMode: root::_bindgen_ty_3 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_APPLET_GET_PERFORMANCE_MODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadUsbCommsRead` should have an upper case name [INFO] [stdout] --> src/common_types.rs:305:11 [INFO] [stdout] | [INFO] [stdout] 305 | pub const LibnxError_BadUsbCommsRead: root::_bindgen_ty_3 = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_USB_COMMS_READ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadUsbCommsWrite` should have an upper case name [INFO] [stdout] --> src/common_types.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | pub const LibnxError_BadUsbCommsWrite: root::_bindgen_ty_3 = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_USB_COMMS_WRITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InitFail_SM` should have an upper case name [INFO] [stdout] --> src/common_types.rs:307:11 [INFO] [stdout] | [INFO] [stdout] 307 | pub const LibnxError_InitFail_SM: root::_bindgen_ty_3 = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INIT_FAIL_SM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InitFail_AM` should have an upper case name [INFO] [stdout] --> src/common_types.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | pub const LibnxError_InitFail_AM: root::_bindgen_ty_3 = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INIT_FAIL_AM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InitFail_HID` should have an upper case name [INFO] [stdout] --> src/common_types.rs:309:11 [INFO] [stdout] | [INFO] [stdout] 309 | pub const LibnxError_InitFail_HID: root::_bindgen_ty_3 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INIT_FAIL_HID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InitFail_FS` should have an upper case name [INFO] [stdout] --> src/common_types.rs:310:11 [INFO] [stdout] | [INFO] [stdout] 310 | pub const LibnxError_InitFail_FS: root::_bindgen_ty_3 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INIT_FAIL_FS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGetInfo_Rng` should have an upper case name [INFO] [stdout] --> src/common_types.rs:311:11 [INFO] [stdout] | [INFO] [stdout] 311 | pub const LibnxError_BadGetInfo_Rng: root::_bindgen_ty_3 = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GET_INFO_RNG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_JitUnavailable` should have an upper case name [INFO] [stdout] --> src/common_types.rs:312:11 [INFO] [stdout] | [INFO] [stdout] 312 | pub const LibnxError_JitUnavailable: root::_bindgen_ty_3 = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_JIT_UNAVAILABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_WeirdKernel` should have an upper case name [INFO] [stdout] --> src/common_types.rs:313:11 [INFO] [stdout] | [INFO] [stdout] 313 | pub const LibnxError_WeirdKernel: root::_bindgen_ty_3 = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_WEIRD_KERNEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_IncompatSysVer` should have an upper case name [INFO] [stdout] --> src/common_types.rs:314:11 [INFO] [stdout] | [INFO] [stdout] 314 | pub const LibnxError_IncompatSysVer: root::_bindgen_ty_3 = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INCOMPAT_SYS_VER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InitFail_Time` should have an upper case name [INFO] [stdout] --> src/common_types.rs:315:11 [INFO] [stdout] | [INFO] [stdout] 315 | pub const LibnxError_InitFail_Time: root::_bindgen_ty_3 = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INIT_FAIL_TIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_TooManyDevOpTabs` should have an upper case name [INFO] [stdout] --> src/common_types.rs:316:11 [INFO] [stdout] | [INFO] [stdout] 316 | pub const LibnxError_TooManyDevOpTabs: root::_bindgen_ty_3 = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_TOO_MANY_DEV_OP_TABS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_DomainMessageUnknownType` should have an upper case name [INFO] [stdout] --> src/common_types.rs:317:11 [INFO] [stdout] | [INFO] [stdout] 317 | pub const LibnxError_DomainMessageUnknownType: root::_bindgen_ty_3 = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_DOMAIN_MESSAGE_UNKNOWN_TYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_DomainMessageTooManyObjectIds` should have an upper case name [INFO] [stdout] --> src/common_types.rs:318:11 [INFO] [stdout] | [INFO] [stdout] 318 | pub const LibnxError_DomainMessageTooManyObjectIds: root::_bindgen_ty_3 = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_DOMAIN_MESSAGE_TOO_MANY_OBJECT_IDS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_AppletFailedToInitialize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:319:11 [INFO] [stdout] | [INFO] [stdout] 319 | pub const LibnxError_AppletFailedToInitialize: root::_bindgen_ty_3 = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_APPLET_FAILED_TO_INITIALIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_ApmFailedToInitialize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:320:11 [INFO] [stdout] | [INFO] [stdout] 320 | pub const LibnxError_ApmFailedToInitialize: root::_bindgen_ty_3 = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_APM_FAILED_TO_INITIALIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_NvinfoFailedToInitialize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:321:11 [INFO] [stdout] | [INFO] [stdout] 321 | pub const LibnxError_NvinfoFailedToInitialize: root::_bindgen_ty_3 = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_NVINFO_FAILED_TO_INITIALIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_NvbufFailedToInitialize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:322:11 [INFO] [stdout] | [INFO] [stdout] 322 | pub const LibnxError_NvbufFailedToInitialize: root::_bindgen_ty_3 = 45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_NVBUF_FAILED_TO_INITIALIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_LibAppletBadExit` should have an upper case name [INFO] [stdout] --> src/common_types.rs:323:11 [INFO] [stdout] | [INFO] [stdout] 323 | pub const LibnxError_LibAppletBadExit: root::_bindgen_ty_3 = 46; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_LIB_APPLET_BAD_EXIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InvalidCmifOutHeader` should have an upper case name [INFO] [stdout] --> src/common_types.rs:324:11 [INFO] [stdout] | [INFO] [stdout] 324 | pub const LibnxError_InvalidCmifOutHeader: root::_bindgen_ty_3 = 47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INVALID_CMIF_OUT_HEADER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_ShouldNotHappen` should have an upper case name [INFO] [stdout] --> src/common_types.rs:325:11 [INFO] [stdout] | [INFO] [stdout] 325 | pub const LibnxError_ShouldNotHappen: root::_bindgen_ty_3 = 48; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_SHOULD_NOT_HAPPEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_Unknown` should have an upper case name [INFO] [stdout] --> src/common_types.rs:328:11 [INFO] [stdout] | [INFO] [stdout] 328 | pub const LibnxBinderError_Unknown: root::_bindgen_ty_4 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_NoMemory` should have an upper case name [INFO] [stdout] --> src/common_types.rs:329:11 [INFO] [stdout] | [INFO] [stdout] 329 | pub const LibnxBinderError_NoMemory: root::_bindgen_ty_4 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_NO_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_InvalidOperation` should have an upper case name [INFO] [stdout] --> src/common_types.rs:330:11 [INFO] [stdout] | [INFO] [stdout] 330 | pub const LibnxBinderError_InvalidOperation: root::_bindgen_ty_4 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_INVALID_OPERATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_BadValue` should have an upper case name [INFO] [stdout] --> src/common_types.rs:331:11 [INFO] [stdout] | [INFO] [stdout] 331 | pub const LibnxBinderError_BadValue: root::_bindgen_ty_4 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_BAD_VALUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_BadType` should have an upper case name [INFO] [stdout] --> src/common_types.rs:332:11 [INFO] [stdout] | [INFO] [stdout] 332 | pub const LibnxBinderError_BadType: root::_bindgen_ty_4 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_BAD_TYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_NameNotFound` should have an upper case name [INFO] [stdout] --> src/common_types.rs:333:11 [INFO] [stdout] | [INFO] [stdout] 333 | pub const LibnxBinderError_NameNotFound: root::_bindgen_ty_4 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_NAME_NOT_FOUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_PermissionDenied` should have an upper case name [INFO] [stdout] --> src/common_types.rs:334:11 [INFO] [stdout] | [INFO] [stdout] 334 | pub const LibnxBinderError_PermissionDenied: root::_bindgen_ty_4 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_PERMISSION_DENIED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_NoInit` should have an upper case name [INFO] [stdout] --> src/common_types.rs:335:11 [INFO] [stdout] | [INFO] [stdout] 335 | pub const LibnxBinderError_NoInit: root::_bindgen_ty_4 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_NO_INIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_AlreadyExists` should have an upper case name [INFO] [stdout] --> src/common_types.rs:336:11 [INFO] [stdout] | [INFO] [stdout] 336 | pub const LibnxBinderError_AlreadyExists: root::_bindgen_ty_4 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_ALREADY_EXISTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_DeadObject` should have an upper case name [INFO] [stdout] --> src/common_types.rs:337:11 [INFO] [stdout] | [INFO] [stdout] 337 | pub const LibnxBinderError_DeadObject: root::_bindgen_ty_4 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_DEAD_OBJECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_FailedTransaction` should have an upper case name [INFO] [stdout] --> src/common_types.rs:338:11 [INFO] [stdout] | [INFO] [stdout] 338 | pub const LibnxBinderError_FailedTransaction: root::_bindgen_ty_4 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_FAILED_TRANSACTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_BadIndex` should have an upper case name [INFO] [stdout] --> src/common_types.rs:339:11 [INFO] [stdout] | [INFO] [stdout] 339 | pub const LibnxBinderError_BadIndex: root::_bindgen_ty_4 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_BAD_INDEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_NotEnoughData` should have an upper case name [INFO] [stdout] --> src/common_types.rs:340:11 [INFO] [stdout] | [INFO] [stdout] 340 | pub const LibnxBinderError_NotEnoughData: root::_bindgen_ty_4 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_NOT_ENOUGH_DATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_WouldBlock` should have an upper case name [INFO] [stdout] --> src/common_types.rs:341:11 [INFO] [stdout] | [INFO] [stdout] 341 | pub const LibnxBinderError_WouldBlock: root::_bindgen_ty_4 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_WOULD_BLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_TimedOut` should have an upper case name [INFO] [stdout] --> src/common_types.rs:342:11 [INFO] [stdout] | [INFO] [stdout] 342 | pub const LibnxBinderError_TimedOut: root::_bindgen_ty_4 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_TIMED_OUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_UnknownTransaction` should have an upper case name [INFO] [stdout] --> src/common_types.rs:343:11 [INFO] [stdout] | [INFO] [stdout] 343 | pub const LibnxBinderError_UnknownTransaction: root::_bindgen_ty_4 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_UNKNOWN_TRANSACTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_FdsNotAllowed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:344:11 [INFO] [stdout] | [INFO] [stdout] 344 | pub const LibnxBinderError_FdsNotAllowed: root::_bindgen_ty_4 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_FDS_NOT_ALLOWED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_Unknown` should have an upper case name [INFO] [stdout] --> src/common_types.rs:347:11 [INFO] [stdout] | [INFO] [stdout] 347 | pub const LibnxNvidiaError_Unknown: root::_bindgen_ty_5 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_NotImplemented` should have an upper case name [INFO] [stdout] --> src/common_types.rs:349:11 [INFO] [stdout] | [INFO] [stdout] 349 | pub const LibnxNvidiaError_NotImplemented: root::_bindgen_ty_5 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_NOT_IMPLEMENTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_NotSupported` should have an upper case name [INFO] [stdout] --> src/common_types.rs:351:11 [INFO] [stdout] | [INFO] [stdout] 351 | pub const LibnxNvidiaError_NotSupported: root::_bindgen_ty_5 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_NOT_SUPPORTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_NotInitialized` should have an upper case name [INFO] [stdout] --> src/common_types.rs:353:11 [INFO] [stdout] | [INFO] [stdout] 353 | pub const LibnxNvidiaError_NotInitialized: root::_bindgen_ty_5 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_NOT_INITIALIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_BadParameter` should have an upper case name [INFO] [stdout] --> src/common_types.rs:355:11 [INFO] [stdout] | [INFO] [stdout] 355 | pub const LibnxNvidiaError_BadParameter: root::_bindgen_ty_5 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_BAD_PARAMETER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_Timeout` should have an upper case name [INFO] [stdout] --> src/common_types.rs:357:11 [INFO] [stdout] | [INFO] [stdout] 357 | pub const LibnxNvidiaError_Timeout: root::_bindgen_ty_5 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_TIMEOUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_InsufficientMemory` should have an upper case name [INFO] [stdout] --> src/common_types.rs:359:11 [INFO] [stdout] | [INFO] [stdout] 359 | pub const LibnxNvidiaError_InsufficientMemory: root::_bindgen_ty_5 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_INSUFFICIENT_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_ReadOnlyAttribute` should have an upper case name [INFO] [stdout] --> src/common_types.rs:361:11 [INFO] [stdout] | [INFO] [stdout] 361 | pub const LibnxNvidiaError_ReadOnlyAttribute: root::_bindgen_ty_5 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_READ_ONLY_ATTRIBUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_InvalidState` should have an upper case name [INFO] [stdout] --> src/common_types.rs:363:11 [INFO] [stdout] | [INFO] [stdout] 363 | pub const LibnxNvidiaError_InvalidState: root::_bindgen_ty_5 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_INVALID_STATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_InvalidAddress` should have an upper case name [INFO] [stdout] --> src/common_types.rs:365:11 [INFO] [stdout] | [INFO] [stdout] 365 | pub const LibnxNvidiaError_InvalidAddress: root::_bindgen_ty_5 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_INVALID_ADDRESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_InvalidSize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:367:11 [INFO] [stdout] | [INFO] [stdout] 367 | pub const LibnxNvidiaError_InvalidSize: root::_bindgen_ty_5 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_INVALID_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_BadValue` should have an upper case name [INFO] [stdout] --> src/common_types.rs:369:11 [INFO] [stdout] | [INFO] [stdout] 369 | pub const LibnxNvidiaError_BadValue: root::_bindgen_ty_5 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_BAD_VALUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_AlreadyAllocated` should have an upper case name [INFO] [stdout] --> src/common_types.rs:371:11 [INFO] [stdout] | [INFO] [stdout] 371 | pub const LibnxNvidiaError_AlreadyAllocated: root::_bindgen_ty_5 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_ALREADY_ALLOCATED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_Busy` should have an upper case name [INFO] [stdout] --> src/common_types.rs:373:11 [INFO] [stdout] | [INFO] [stdout] 373 | pub const LibnxNvidiaError_Busy: root::_bindgen_ty_5 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_BUSY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_ResourceError` should have an upper case name [INFO] [stdout] --> src/common_types.rs:375:11 [INFO] [stdout] | [INFO] [stdout] 375 | pub const LibnxNvidiaError_ResourceError: root::_bindgen_ty_5 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_RESOURCE_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_CountMismatch` should have an upper case name [INFO] [stdout] --> src/common_types.rs:377:11 [INFO] [stdout] | [INFO] [stdout] 377 | pub const LibnxNvidiaError_CountMismatch: root::_bindgen_ty_5 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_COUNT_MISMATCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_SharedMemoryTooSmall` should have an upper case name [INFO] [stdout] --> src/common_types.rs:379:11 [INFO] [stdout] | [INFO] [stdout] 379 | pub const LibnxNvidiaError_SharedMemoryTooSmall: root::_bindgen_ty_5 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_SHARED_MEMORY_TOO_SMALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_FileOperationFailed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:381:11 [INFO] [stdout] | [INFO] [stdout] 381 | pub const LibnxNvidiaError_FileOperationFailed: root::_bindgen_ty_5 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_FILE_OPERATION_FAILED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_IoctlFailed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:383:11 [INFO] [stdout] | [INFO] [stdout] 383 | pub const LibnxNvidiaError_IoctlFailed: root::_bindgen_ty_5 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_IOCTL_FAILED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `curState` should have a snake case name [INFO] [stdout] --> src/common_types.rs:389:9 [INFO] [stdout] | [INFO] [stdout] 389 | pub curState: u8, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `cur_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isRecursiveMutex` should have a snake case name [INFO] [stdout] --> src/common_types.rs:390:9 [INFO] [stdout] | [INFO] [stdout] 390 | pub isRecursiveMutex: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_recursive_mutex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lockLevel` should have a snake case name [INFO] [stdout] --> src/common_types.rs:391:9 [INFO] [stdout] | [INFO] [stdout] 391 | pub lockLevel: root::s32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `lock_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_ANY` should have an upper case name [INFO] [stdout] --> src/common_types.rs:816:11 [INFO] [stdout] | [INFO] [stdout] 816 | pub const Val_GNU_MIPS_ABI_FP_ANY: root::_bindgen_ty_6 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_ANY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_DOUBLE` should have an upper case name [INFO] [stdout] --> src/common_types.rs:817:11 [INFO] [stdout] | [INFO] [stdout] 817 | pub const Val_GNU_MIPS_ABI_FP_DOUBLE: root::_bindgen_ty_6 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_DOUBLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_SINGLE` should have an upper case name [INFO] [stdout] --> src/common_types.rs:818:11 [INFO] [stdout] | [INFO] [stdout] 818 | pub const Val_GNU_MIPS_ABI_FP_SINGLE: root::_bindgen_ty_6 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_SINGLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_SOFT` should have an upper case name [INFO] [stdout] --> src/common_types.rs:819:11 [INFO] [stdout] | [INFO] [stdout] 819 | pub const Val_GNU_MIPS_ABI_FP_SOFT: root::_bindgen_ty_6 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_SOFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_OLD_64` should have an upper case name [INFO] [stdout] --> src/common_types.rs:820:11 [INFO] [stdout] | [INFO] [stdout] 820 | pub const Val_GNU_MIPS_ABI_FP_OLD_64: root::_bindgen_ty_6 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_OLD_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_XX` should have an upper case name [INFO] [stdout] --> src/common_types.rs:821:11 [INFO] [stdout] | [INFO] [stdout] 821 | pub const Val_GNU_MIPS_ABI_FP_XX: root::_bindgen_ty_6 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_XX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_64` should have an upper case name [INFO] [stdout] --> src/common_types.rs:822:11 [INFO] [stdout] | [INFO] [stdout] 822 | pub const Val_GNU_MIPS_ABI_FP_64: root::_bindgen_ty_6 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_64A` should have an upper case name [INFO] [stdout] --> src/common_types.rs:823:11 [INFO] [stdout] | [INFO] [stdout] 823 | pub const Val_GNU_MIPS_ABI_FP_64A: root::_bindgen_ty_6 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_64_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_MAX` should have an upper case name [INFO] [stdout] --> src/common_types.rs:824:11 [INFO] [stdout] | [INFO] [stdout] 824 | pub const Val_GNU_MIPS_ABI_FP_MAX: root::_bindgen_ty_6 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_MAX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_STREAM` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1044:11 [INFO] [stdout] | [INFO] [stdout] 1044 | pub const __socket_type_SOCK_STREAM: root::__socket_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_STREAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_DGRAM` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1045:11 [INFO] [stdout] | [INFO] [stdout] 1045 | pub const __socket_type_SOCK_DGRAM: root::__socket_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DGRAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_RAW` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1046:11 [INFO] [stdout] | [INFO] [stdout] 1046 | pub const __socket_type_SOCK_RAW: root::__socket_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RAW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_RDM` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1047:11 [INFO] [stdout] | [INFO] [stdout] 1047 | pub const __socket_type_SOCK_RDM: root::__socket_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RDM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_SEQPACKET` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1048:11 [INFO] [stdout] | [INFO] [stdout] 1048 | pub const __socket_type_SOCK_SEQPACKET: root::__socket_type = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_SEQPACKET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_DCCP` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1049:11 [INFO] [stdout] | [INFO] [stdout] 1049 | pub const __socket_type_SOCK_DCCP: root::__socket_type = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DCCP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_PACKET` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1050:11 [INFO] [stdout] | [INFO] [stdout] 1050 | pub const __socket_type_SOCK_PACKET: root::__socket_type = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_PACKET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_CLOEXEC` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1051:11 [INFO] [stdout] | [INFO] [stdout] 1051 | pub const __socket_type_SOCK_CLOEXEC: root::__socket_type = 524288; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_CLOEXEC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_NONBLOCK` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1052:11 [INFO] [stdout] | [INFO] [stdout] 1052 | pub const __socket_type_SOCK_NONBLOCK: root::__socket_type = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_NONBLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Sunday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub const DayOfTheWeek_Sunday: root::nn::time::DayOfTheWeek = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_SUNDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Monday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const DayOfTheWeek_Monday: root::nn::time::DayOfTheWeek = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_MONDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Tuesday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const DayOfTheWeek_Tuesday: root::nn::time::DayOfTheWeek = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_TUESDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Wednesday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const DayOfTheWeek_Wednesday: root::nn::time::DayOfTheWeek = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_WEDNESDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Thursday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub const DayOfTheWeek_Thursday: root::nn::time::DayOfTheWeek = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_THURSDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Friday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const DayOfTheWeek_Friday: root::nn::time::DayOfTheWeek = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_FRIDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Saturday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const DayOfTheWeek_Saturday: root::nn::time::DayOfTheWeek = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_SATURDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `standardTimeName` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub standardTimeName: [u8; 8usize], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `standard_time_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `utcOffset` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub utcOffset: root::s32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `utc_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dayOfTheWeek` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub dayOfTheWeek: root::nn::time::DayOfTheWeek, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `day_of_the_week` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dayofYear` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub dayofYear: root::s32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `dayof_year` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `timeZone` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub timeZone: root::nn::time::TimeZone, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `time_zone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetCurrentTime` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn GetCurrentTime(arg1: *mut root::nn::time::PosixTime) -> root::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_current_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `SetApplicationErrorCodeNumber` should have a snake case name [INFO] [stdout] --> src/nn/err.rs:52:19 [INFO] [stdout] | [INFO] [stdout] 52 | pub unsafe fn SetApplicationErrorCodeNumber(&mut self, error_code: u32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_application_error_code_number` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `SetDialogMessage` should have a snake case name [INFO] [stdout] --> src/nn/err.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | pub unsafe fn SetDialogMessage(&mut self, message: *const u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_dialog_message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `SetFullScreenMessage` should have a snake case name [INFO] [stdout] --> src/nn/err.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | pub unsafe fn SetFullScreenMessage(&mut self, message: *const u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_full_screen_message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `languageCode` should have a snake case name [INFO] [stdout] --> src/nn/err.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | languageCode: *const root::nn::settings::LanguageCode, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `language_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_multiWaitObjectList` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | _multiWaitObjectList: MultiWaitObjectList, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_multi_wait_object_list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_maxCount` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | _maxCount: i32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_max_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_csSemaphore` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | _csSemaphore: InternalCriticalSection, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `_cs_semaphore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_cvNotZero` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | _cvNotZero: InternalConditionVariable, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `_cv_not_zero` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isSignaled` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub isSignaled: bool, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `is_signaled` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `initiallySignaled` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub initiallySignaled: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `initially_signaled` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `shouldAutoClear` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub shouldAutoClear: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `should_auto_clear` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isInit` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub isInit: bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `is_init` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `signalCounter` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub signalCounter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `signal_counter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `signalCounter2` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub signalCounter2: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `signal_counter2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EventClearMode_EventClearMode_ManualClear` should have an upper case name [INFO] [stdout] --> src/nn/os.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | pub const EventClearMode_EventClearMode_ManualClear: root::nn::os::EventClearMode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EVENT_CLEAR_MODE_EVENT_CLEAR_MODE_MANUAL_CLEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EventClearMode_EventClearMode_AutoClear` should have an upper case name [INFO] [stdout] --> src/nn/os.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const EventClearMode_EventClearMode_AutoClear: root::nn::os::EventClearMode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EVENT_CLEAR_MODE_EVENT_CLEAR_MODE_AUTO_CLEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Buffer` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Buffer: *mut u8, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `MaxCount` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub MaxCount: u32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `max_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Count` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Count: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Offset` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Offset: u32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Initialized` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Initialized: bool, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_x3C` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub _x3C: root::nn::os::detail::InternalConditionVariable, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `_x3_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:175:15 [INFO] [stdout] | [INFO] [stdout] 175 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:182:39 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn FinalizeMessageQueue(arg1: *mut root::nn::os::MessageQueueType); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:187:15 [INFO] [stdout] | [INFO] [stdout] 187 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:193:35 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn SendMessageQueue(arg1: *mut root::nn::os::MessageQueueType, arg2: u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:198:15 [INFO] [stdout] | [INFO] [stdout] 198 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:207:15 [INFO] [stdout] | [INFO] [stdout] 207 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:214:15 [INFO] [stdout] | [INFO] [stdout] 214 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:221:15 [INFO] [stdout] | [INFO] [stdout] 221 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:229:15 [INFO] [stdout] | [INFO] [stdout] 229 | arg2: *const root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:236:15 [INFO] [stdout] | [INFO] [stdout] 236 | arg2: *const root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:243:15 [INFO] [stdout] | [INFO] [stdout] 243 | arg2: *const root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:249:15 [INFO] [stdout] | [INFO] [stdout] 249 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:255:34 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn JamMessageQueue(arg1: *mut root::nn::os::MessageQueueType, arg2: u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ErrorDescription` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:489:9 [INFO] [stdout] | [INFO] [stdout] 489 | pub ErrorDescription: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `error_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `CpuRegisters` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:492:9 [INFO] [stdout] | [INFO] [stdout] 492 | pub CpuRegisters: [root::nn::os::CpuRegister; 29usize], [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `cpu_registers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FP` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:494:9 [INFO] [stdout] | [INFO] [stdout] 494 | pub FP: root::nn::os::CpuRegister, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `fp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LR` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:496:9 [INFO] [stdout] | [INFO] [stdout] 496 | pub LR: root::nn::os::CpuRegister, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `lr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `SP` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:498:9 [INFO] [stdout] | [INFO] [stdout] 498 | pub SP: root::nn::os::CpuRegister, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `sp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `PC` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | pub PC: root::nn::os::CpuRegister, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `pc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FpuRegisters` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:503:9 [INFO] [stdout] | [INFO] [stdout] 503 | pub FpuRegisters: [root::nn::os::FpuRegister; 32usize], [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `fpu_registers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `PState` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:505:9 [INFO] [stdout] | [INFO] [stdout] 505 | pub PState: u32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `pstate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `AFSR0` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:506:9 [INFO] [stdout] | [INFO] [stdout] 506 | pub AFSR0: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `afsr0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `AFSR1` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:507:9 [INFO] [stdout] | [INFO] [stdout] 507 | pub AFSR1: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `afsr1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ESR` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:508:9 [INFO] [stdout] | [INFO] [stdout] 508 | pub ESR: u32, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `esr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FAR` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:510:9 [INFO] [stdout] | [INFO] [stdout] 510 | pub FAR: root::nn::os::CpuRegister, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `far` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Image` should have a snake case name [INFO] [stdout] --> src/nn/os/detail.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub Image: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Image` should have a snake case name [INFO] [stdout] --> src/nn/os/detail.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub Image: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Japanese` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const Language_Language_Japanese: root::nn::settings::Language = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_JAPANESE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_English` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const Language_Language_English: root::nn::settings::Language = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_ENGLISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_French` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const Language_Language_French: root::nn::settings::Language = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_FRENCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_German` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const Language_Language_German: root::nn::settings::Language = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_GERMAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Italian` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const Language_Language_Italian: root::nn::settings::Language = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_ITALIAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Spanish` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const Language_Language_Spanish: root::nn::settings::Language = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_SPANISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Chinese` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const Language_Language_Chinese: root::nn::settings::Language = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_CHINESE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Korean` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const Language_Language_Korean: root::nn::settings::Language = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_KOREAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Dutch` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const Language_Language_Dutch: root::nn::settings::Language = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_DUTCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Portuguese` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const Language_Language_Portuguese: root::nn::settings::Language = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_PORTUGUESE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Russian` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const Language_Language_Russian: root::nn::settings::Language = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_RUSSIAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Taiwanese` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub const Language_Language_Taiwanese: root::nn::settings::Language = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_TAIWANESE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_BritishEnglish` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | pub const Language_Language_BritishEnglish: root::nn::settings::Language = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_BRITISH_ENGLISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_CanadianFrench` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | pub const Language_Language_CanadianFrench: root::nn::settings::Language = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_CANADIAN_FRENCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_LatinAmericanSpanish` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:20:11 [INFO] [stdout] | [INFO] [stdout] 20 | pub const Language_Language_LatinAmericanSpanish: root::nn::settings::Language = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_LATIN_AMERICAN_SPANISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Make` should have a snake case name [INFO] [stdout] --> src/nn/settings.rs:36:19 [INFO] [stdout] | [INFO] [stdout] 36 | pub unsafe fn Make( [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `make` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `RestartProgramNoArgs` should have a snake case name [INFO] [stdout] --> src/nn/oe.rs:156:8 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn RestartProgramNoArgs() -> ! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `restart_program_no_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `fileSize` should have a snake case name [INFO] [stdout] --> src/nn/fs.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub fileSize: root::s64, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `file_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DirectoryEntryType_DirectoryEntryType_Directory` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const DirectoryEntryType_DirectoryEntryType_Directory: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRECTORY_ENTRY_TYPE_DIRECTORY_ENTRY_TYPE_DIRECTORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DirectoryEntryType_DirectoryEntryType_File` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const DirectoryEntryType_DirectoryEntryType_File: root::nn::fs::DirectoryEntryType = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRECTORY_ENTRY_TYPE_DIRECTORY_ENTRY_TYPE_FILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenMode_OpenMode_Read` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const OpenMode_OpenMode_Read: root::nn::fs::OpenMode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_MODE_OPEN_MODE_READ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenMode_OpenMode_Write` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const OpenMode_OpenMode_Write: root::nn::fs::OpenMode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_MODE_OPEN_MODE_WRITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenMode_OpenMode_Append` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const OpenMode_OpenMode_Append: root::nn::fs::OpenMode = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_MODE_OPEN_MODE_APPEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenMode_OpenMode_ReadWrite` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const OpenMode_OpenMode_ReadWrite: root::nn::fs::OpenMode = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_MODE_OPEN_MODE_READ_WRITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenDirectoryMode_OpenDirectoryMode_Directory` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const OpenDirectoryMode_OpenDirectoryMode_Directory: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_DIRECTORY_MODE_OPEN_DIRECTORY_MODE_DIRECTORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenDirectoryMode_OpenDirectoryMode_File` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | pub const OpenDirectoryMode_OpenDirectoryMode_File: root::nn::fs::OpenDirectoryMode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_DIRECTORY_MODE_OPEN_DIRECTORY_MODE_FILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenDirectoryMode_OpenDirectoryMode_All` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | pub const OpenDirectoryMode_OpenDirectoryMode_All: root::nn::fs::OpenDirectoryMode = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_DIRECTORY_MODE_OPEN_DIRECTORY_MODE_ALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `WriteOptionFlag_WriteOptionFlag_Flush` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | pub const WriteOptionFlag_WriteOptionFlag_Flush: root::nn::fs::WriteOptionFlag = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WRITE_OPTION_FLAG_WRITE_OPTION_FLAG_FLUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ModuleObject` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub ModuleObject: *mut root::rtld::ModuleObject, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `module_object` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `State` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub State: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `NroPtr` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub NroPtr: *mut u8, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `nro_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `BssPtr` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub BssPtr: *mut u8, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `bss_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `SourceBuffer` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub SourceBuffer: *mut u8, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `source_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Name` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub Name: [u8; 256usize], [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isLoaded` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub isLoaded: bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `is_loaded` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `reserved_1C` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub reserved_1C: [u8; 4usize], [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `reserved_1_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_x3C` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub _x3C: [u8; 4usize], [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `_x3_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_x33D` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub _x33D: [u8; 3usize], [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `_x33_d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nrrPtr` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub nrrPtr: *mut root::nn::ro::NrrHeader, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `nrr_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RegistrationInfo_State_State_Unregistered` should have an upper case name [INFO] [stdout] --> src/nn/ro.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub const RegistrationInfo_State_State_Unregistered: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `REGISTRATION_INFO_STATE_STATE_UNREGISTERED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RegistrationInfo_State_State_Registered` should have an upper case name [INFO] [stdout] --> src/nn/ro.rs:76:11 [INFO] [stdout] | [INFO] [stdout] 76 | pub const RegistrationInfo_State_State_Registered: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `REGISTRATION_INFO_STATE_STATE_REGISTERED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BindFlag_BindFlag_Now` should have an upper case name [INFO] [stdout] --> src/nn/ro.rs:80:11 [INFO] [stdout] | [INFO] [stdout] 80 | pub const BindFlag_BindFlag_Now: root::nn::ro::BindFlag = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BIND_FLAG_BIND_FLAG_NOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BindFlag_BindFlag_Lazy` should have an upper case name [INFO] [stdout] --> src/nn/ro.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | pub const BindFlag_BindFlag_Lazy: root::nn::ro::BindFlag = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BIND_FLAG_BIND_FLAG_LAZY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_xC` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub _xC: u32, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `_x_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Initialize` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | pub unsafe fn Initialize(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Update` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:48:19 [INFO] [stdout] | [INFO] [stdout] 48 | pub unsafe fn Update(&mut self, arg1: *const u8, dataSize: u64) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `update` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `dataSize` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:48:54 [INFO] [stdout] | [INFO] [stdout] 48 | pub unsafe fn Update(&mut self, arg1: *const u8, dataSize: u64) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `data_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessBlock` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:52:19 [INFO] [stdout] | [INFO] [stdout] 52 | pub unsafe fn ProcessBlock(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `process_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetHash` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | pub unsafe fn GetHash(&mut self, arg1: *mut u8, hashSize: u64) { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `get_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `hashSize` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:56:53 [INFO] [stdout] | [INFO] [stdout] 56 | pub unsafe fn GetHash(&mut self, arg1: *mut u8, hashSize: u64) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `hash_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessLastBlock` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | pub unsafe fn ProcessLastBlock(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `process_last_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Initialize` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | pub unsafe fn Initialize(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Update` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:123:19 [INFO] [stdout] | [INFO] [stdout] 123 | pub unsafe fn Update(&mut self, arg1: *const u8, arg2: u64) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `update` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessBlock` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:127:19 [INFO] [stdout] | [INFO] [stdout] 127 | pub unsafe fn ProcessBlock(&mut self, arg1: *const u8) { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `process_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetHash` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:131:19 [INFO] [stdout] | [INFO] [stdout] 131 | pub unsafe fn GetHash(&mut self, destHash: *mut u8, arg1: u64) { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `get_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `destHash` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:131:38 [INFO] [stdout] | [INFO] [stdout] 131 | pub unsafe fn GetHash(&mut self, destHash: *mut u8, arg1: u64) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessLastBlock` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | pub unsafe fn ProcessLastBlock(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `process_last_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Initialize` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:215:19 [INFO] [stdout] | [INFO] [stdout] 215 | pub unsafe fn Initialize(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Update` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:219:19 [INFO] [stdout] | [INFO] [stdout] 219 | pub unsafe fn Update(&mut self, arg1: *const u8, arg2: u64) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `update` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessBlocks` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:223:19 [INFO] [stdout] | [INFO] [stdout] 223 | pub unsafe fn ProcessBlocks(&mut self, arg1: *const u8, arg2: u64) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `process_blocks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetHash` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:227:19 [INFO] [stdout] | [INFO] [stdout] 227 | pub unsafe fn GetHash(&mut self, destHash: *mut u8, arg1: u64) { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `get_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `destHash` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:227:38 [INFO] [stdout] | [INFO] [stdout] 227 | pub unsafe fn GetHash(&mut self, destHash: *mut u8, arg1: u64) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessLastBlock` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | pub unsafe fn ProcessLastBlock(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `process_last_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `InitializeWithContext` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:235:19 [INFO] [stdout] | [INFO] [stdout] 235 | pub unsafe fn InitializeWithContext( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `initialize_with_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetContext` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:242:19 [INFO] [stdout] | [INFO] [stdout] 242 | pub unsafe fn GetContext(&self, arg1: *mut root::nn::crypto::Sha256Context) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `get_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EventIdLengthMax` should have an upper case name [INFO] [stdout] --> src/nn/prepo.rs:20:7 [INFO] [stdout] | [INFO] [stdout] 20 | const EventIdLengthMax: usize = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EVENT_ID_LENGTH_MAX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KeyLengthMax` should have an upper case name [INFO] [stdout] --> src/nn/prepo.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | const KeyLengthMax: usize = 63; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_LENGTH_MAX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ScalingMode_None` should have an upper case name [INFO] [stdout] --> src/nn/vi.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const ScalingMode_None: root::nn::vi::ScalingMode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SCALING_MODE_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ScalingMode_Exact` should have an upper case name [INFO] [stdout] --> src/nn/vi.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const ScalingMode_Exact: root::nn::vi::ScalingMode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SCALING_MODE_EXACT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ScalingMode_FitLayer` should have an upper case name [INFO] [stdout] --> src/nn/vi.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const ScalingMode_FitLayer: root::nn::vi::ScalingMode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SCALING_MODE_FIT_LAYER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ScalingMode_ScaleAndCrop` should have an upper case name [INFO] [stdout] --> src/nn/vi.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const ScalingMode_ScaleAndCrop: root::nn::vi::ScalingMode = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SCALING_MODE_SCALE_AND_CROP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ScalingMode_PreserveAspectRatio` should have an upper case name [INFO] [stdout] --> src/nn/vi.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub const ScalingMode_PreserveAspectRatio: root::nn::vi::ScalingMode = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SCALING_MODE_PRESERVE_ASPECT_RATIO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `JpegStatus_OK` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const JpegStatus_OK: JpegStatus = 0; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `JPEG_STATUS_OK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `JpegStatus_INVALID_FORMAT` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const JpegStatus_INVALID_FORMAT: JpegStatus = -32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `JPEG_STATUS_INVALID_FORMAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `JpegStatus_UNSUPPORTED_FORMAT` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const JpegStatus_UNSUPPORTED_FORMAT: JpegStatus = -33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `JPEG_STATUS_UNSUPPORTED_FORMAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `JpegStatus_OUT_OF_MEMORY` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const JpegStatus_OUT_OF_MEMORY: JpegStatus = -64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `JPEG_STATUS_OUT_OF_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PixelFormat_RGBA32` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const PixelFormat_RGBA32: PixelFormat = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PIXEL_FORMAT_RGBA32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PixelFormat_RGB24` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const PixelFormat_RGB24: PixelFormat = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PIXEL_FORMAT_RGB24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ProcessStage_UNREGISTERED` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const ProcessStage_UNREGISTERED: ProcessStage = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PROCESS_STAGE_UNREGISTERED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ProcessStage_REGISTERED` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const ProcessStage_REGISTERED: ProcessStage = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PROCESS_STAGE_REGISTERED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ProcessStage_ANALYZED` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const ProcessStage_ANALYZED: ProcessStage = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PROCESS_STAGE_ANALYZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mProcessStage` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub mProcessStage: ProcessStage, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_process_stage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mData` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub mData: *mut u8, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSize` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub mSize: root::s64, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mFormat` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub mFormat: PixelFormat, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `m_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mImgDimensions` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub mImgDimensions: Dimension, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_img_dimensions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `SetImageData` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | pub unsafe fn SetImageData(&mut self, source: *const u8, size: u64) { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `set_image_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Analyze` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:82:19 [INFO] [stdout] | [INFO] [stdout] 82 | pub unsafe fn Analyze(&mut self) -> JpegStatus { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `analyze` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetAnalyzedDimension` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:86:19 [INFO] [stdout] | [INFO] [stdout] 86 | pub unsafe fn GetAnalyzedDimension(&self) -> Dimension { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_analyzed_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetAnalyzedWorkBufferSize` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:90:19 [INFO] [stdout] | [INFO] [stdout] 90 | pub unsafe fn GetAnalyzedWorkBufferSize(&self) -> root::s64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_analyzed_work_buffer_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Decode` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:94:19 [INFO] [stdout] | [INFO] [stdout] 94 | pub unsafe fn Decode( [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetAccountId` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | pub unsafe fn GetAccountId(&self) -> root::nn::account::NetworkServiceAccountId { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `get_account_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetNickname` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | pub unsafe fn GetNickname(&self) -> *mut root::nn::account::Nickname { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_nickname` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `IsValid` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 62 | pub unsafe fn IsValid(&self) -> bool { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `is_valid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetProfileImageUrl` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:66:19 [INFO] [stdout] | [INFO] [stdout] 66 | pub unsafe fn GetProfileImageUrl( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_profile_image_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetSystemEvent` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:111:19 [INFO] [stdout] | [INFO] [stdout] 111 | pub unsafe fn GetSystemEvent( [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_system_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetResult` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:118:19 [INFO] [stdout] | [INFO] [stdout] 118 | pub unsafe fn GetResult(&self) -> root::Result { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `get_result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mPath` should have a snake case name [INFO] [stdout] --> src/nn/diag.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub mPath: *mut u8, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mBaseAddr` should have a snake case name [INFO] [stdout] --> src/nn/diag.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub mBaseAddr: u64, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `m_base_addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSize` should have a snake case name [INFO] [stdout] --> src/nn/diag.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub mSize: u64, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Context` should have a snake case name [INFO] [stdout] --> src/nn/ssl.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub mod Context { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Connection` should have a snake case name [INFO] [stdout] --> src/nn/ssl.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | mod Connection { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `connection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `CertificateFormat`, which is not FFI-safe [INFO] [stdout] --> src/nn/ssl.rs:60:25 [INFO] [stdout] | [INFO] [stdout] 60 | certFormat: CertificateFormat, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum [INFO] [stdout] = note: enum has no representation hint [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/ssl.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub enum CertificateFormat { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mIsInitialized` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub mIsInitialized: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_is_initialized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mIsEnabledThreadCache` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub mIsEnabledThreadCache: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_is_enabled_thread_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mAllocAddr` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub mAllocAddr: *mut u64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `m_alloc_addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Initialize` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub unsafe fn Initialize(&mut self, address: *mut u8, size: u64) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Finalize` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:61:19 [INFO] [stdout] | [INFO] [stdout] 61 | pub unsafe fn Finalize(&mut self) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `finalize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Reallocate` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | pub unsafe fn Reallocate( [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `reallocate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newSize` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | newSize: u64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `new_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Allocate` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | pub unsafe fn Allocate(&mut self, size: u64) -> *mut u8 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `allocate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Free` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | pub unsafe fn Free(&mut self, address: *mut u8) { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `free` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Dump` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | pub unsafe fn Dump(&mut self) { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `dump` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CharacterEncodingResult_Success` should have an upper case name [INFO] [stdout] --> src/nn/util.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const CharacterEncodingResult_Success: CharacterEncodingResult = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARACTER_ENCODING_RESULT_SUCCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CharacterEncodingResult_BadLength` should have an upper case name [INFO] [stdout] --> src/nn/util.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const CharacterEncodingResult_BadLength: CharacterEncodingResult = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARACTER_ENCODING_RESULT_BAD_LENGTH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CharacterEncodingResult_InvalidFormat` should have an upper case name [INFO] [stdout] --> src/nn/util.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const CharacterEncodingResult_InvalidFormat: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARACTER_ENCODING_RESULT_INVALID_FORMAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mMagic` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub mMagic: root::s32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `m_magic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mPosition` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub mPosition: u32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `m_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSectionCount` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub mSectionCount: root::s32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_section_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Relocate` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:83:19 [INFO] [stdout] | [INFO] [stdout] 83 | pub unsafe fn Relocate(&mut self) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `relocate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Unrelocate` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 87 | pub unsafe fn Unrelocate(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `unrelocate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mMagic` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | pub mMagic: root::s32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `m_magic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSig` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | pub mSig: u32, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `m_sig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mVerMicro` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | pub mVerMicro: u8, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `m_ver_micro` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mVerMinor` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | pub mVerMinor: u8, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `m_ver_minor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mVerMajor` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | pub mVerMajor: u16, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `m_ver_major` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mBOM` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | pub mBOM: u16, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `m_bom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mAlignment` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | pub mAlignment: u8, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `m_alignment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mTargetAddrSize` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | pub mTargetAddrSize: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_target_addr_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mFileNameOffset` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | pub mFileNameOffset: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_file_name_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mFlag` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub mFlag: u16, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_flag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mFirstBlockOffs` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | pub mFirstBlockOffs: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_first_block_offs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mRelocationTableOffs` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | pub mRelocationTableOffs: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_relocation_table_offs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSize` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | pub mSize: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `IsValid` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:139:19 [INFO] [stdout] | [INFO] [stdout] 139 | pub unsafe fn IsValid( [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `is_valid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `packedSig` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 141 | packedSig: root::s64, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `packed_sig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `majorVer` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | majorVer: root::s32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `major_ver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `minorVer` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | minorVer: root::s32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `minor_ver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `microVer` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | microVer: root::s32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `micro_ver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `IsRelocated` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:149:19 [INFO] [stdout] | [INFO] [stdout] 149 | pub unsafe fn IsRelocated(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `is_relocated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `IsEndianReverse` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:153:19 [INFO] [stdout] | [INFO] [stdout] 153 | pub unsafe fn IsEndianReverse(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_endian_reverse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetRelocationTable` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | pub unsafe fn GetRelocationTable( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_relocation_table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updateCount` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub updateCount: i64, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `update_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Buttons` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub Buttons: u64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `buttons` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LStickX` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub LStickX: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `lstick_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LStickY` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub LStickY: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `lstick_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RStickX` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub RStickX: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `rstick_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RStickY` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub RStickY: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `rstick_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Flags` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub Flags: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updateCount` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub updateCount: i64, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `update_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Buttons` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub Buttons: u64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `buttons` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LStickX` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub LStickX: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `lstick_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LStickY` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub LStickY: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `lstick_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RStickX` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub RStickX: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `rstick_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RStickY` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub RStickY: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `rstick_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Flags` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub Flags: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LTrigger` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub LTrigger: u32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `ltrigger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RTrigger` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub RTrigger: u32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `rtrigger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mMinPlayerCount` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub mMinPlayerCount: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_min_player_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mMaxPlayerCount` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub mMaxPlayerCount: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_max_player_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mTakeOverConnection` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub mTakeOverConnection: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_take_over_connection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mLeftJustify` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub mLeftJustify: bool, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `m_left_justify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mPermitJoyconDual` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub mPermitJoyconDual: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_permit_joycon_dual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSingleMode` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub mSingleMode: bool, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `m_single_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mUseColors` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub mUseColors: bool, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `m_use_colors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mColors` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub mColors: [root::nn::util::Color4u8; 4usize], [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `m_colors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mUsingControllerNames` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub mUsingControllerNames: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_using_controller_names` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mControllerNames` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub mControllerNames: [[u8; 129usize]; 4usize], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_controller_names` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mPlayerCount` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub mPlayerCount: i32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `m_player_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSelectedId` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub mSelectedId: i32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `m_selected_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Initialize` should have a snake case name [INFO] [stdout] --> src/rtld.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | pub unsafe fn Initialize(&mut self, aslr_base: u64, dynamic: *mut root::Elf64_Dyn) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Relocate` should have a snake case name [INFO] [stdout] --> src/rtld.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | pub unsafe fn Relocate(&mut self) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `relocate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetSymbolByName` should have a snake case name [INFO] [stdout] --> src/rtld.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | pub unsafe fn GetSymbolByName( [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_symbol_by_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ResolveSymbols` should have a snake case name [INFO] [stdout] --> src/rtld.rs:96:19 [INFO] [stdout] | [INFO] [stdout] 96 | pub unsafe fn ResolveSymbols(&mut self, do_lazy_got_init: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `resolve_symbols` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `TryResolveSymbol` should have a snake case name [INFO] [stdout] --> src/rtld.rs:100:19 [INFO] [stdout] | [INFO] [stdout] 100 | pub unsafe fn TryResolveSymbol( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `try_resolve_symbol` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "4371fefc08371b3aa6e3d314845990a2d8f387b0490740da77be10577dbb5590", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4371fefc08371b3aa6e3d314845990a2d8f387b0490740da77be10577dbb5590", kill_on_drop: false }` [INFO] [stdout] 4371fefc08371b3aa6e3d314845990a2d8f387b0490740da77be10577dbb5590 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 7d7e73d17010c18cc7254df3e069711bd8b090a14cf23fff45341e744ae08d88 [INFO] running `Command { std: "docker" "start" "-a" "7d7e73d17010c18cc7254df3e069711bd8b090a14cf23fff45341e744ae08d88", kill_on_drop: false }` [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub type __u_char = u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | pub type __u_short = u16; [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/common_types.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | pub type __u_int = u32; [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/common_types.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | pub type __u_long = u64; [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/common_types.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | pub type __int8_t = i8; [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/common_types.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | pub type __uint8_t = u8; [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/common_types.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | pub type __int16_t = i16; [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/common_types.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | pub type __uint16_t = u16; [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/common_types.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | pub type __int32_t = i32; [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/common_types.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | pub type __uint32_t = u32; [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/common_types.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | pub type __int64_t = i64; [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/common_types.rs:87:10 [INFO] [stdout] | [INFO] [stdout] 87 | pub type __uint64_t = u64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub type __int_least8_t = root::__int8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | pub type __uint_least8_t = root::__uint8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | pub type __int_least16_t = root::__int16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:91:10 [INFO] [stdout] | [INFO] [stdout] 91 | pub type __uint_least16_t = root::__uint16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | pub type __int_least32_t = root::__int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | pub type __uint_least32_t = root::__uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | pub type __int_least64_t = root::__int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | pub type __uint_least64_t = root::__uint64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | pub type __quad_t = i64; [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/common_types.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | pub type __u_quad_t = u64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:98:10 [INFO] [stdout] | [INFO] [stdout] 98 | pub type __intmax_t = i64; [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/common_types.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | pub type __uintmax_t = u64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | pub type __dev_t = u64; [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/common_types.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | pub type __uid_t = u32; [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/common_types.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | pub type __gid_t = u32; [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/common_types.rs:103:10 [INFO] [stdout] | [INFO] [stdout] 103 | pub type __ino_t = u64; [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/common_types.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | pub type __ino64_t = u64; [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/common_types.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | pub type __mode_t = u32; [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/common_types.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | pub type __nlink_t = u64; [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/common_types.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | pub type __off_t = i64; [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/common_types.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | pub type __off64_t = i64; [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/common_types.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | pub type __pid_t = i32; [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/common_types.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | pub type __clock_t = i64; [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/common_types.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | pub type __rlim_t = u64; [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/common_types.rs:118:10 [INFO] [stdout] | [INFO] [stdout] 118 | pub type __rlim64_t = u64; [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/common_types.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | pub type __id_t = u32; [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/common_types.rs:120:10 [INFO] [stdout] | [INFO] [stdout] 120 | pub type __time_t = i64; [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/common_types.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | pub type __useconds_t = u32; [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/common_types.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub type __suseconds_t = i64; [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/common_types.rs:123:10 [INFO] [stdout] | [INFO] [stdout] 123 | pub type __daddr_t = i32; [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/common_types.rs:124:10 [INFO] [stdout] | [INFO] [stdout] 124 | pub type __key_t = i32; [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/common_types.rs:125:10 [INFO] [stdout] | [INFO] [stdout] 125 | pub type __clockid_t = i32; [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/common_types.rs:126:10 [INFO] [stdout] | [INFO] [stdout] 126 | pub type __timer_t = *mut u8; [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/common_types.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | pub type __blksize_t = i64; [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/common_types.rs:128:10 [INFO] [stdout] | [INFO] [stdout] 128 | pub type __blkcnt_t = i64; [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/common_types.rs:129:10 [INFO] [stdout] | [INFO] [stdout] 129 | pub type __blkcnt64_t = i64; [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/common_types.rs:130:10 [INFO] [stdout] | [INFO] [stdout] 130 | pub type __fsblkcnt_t = u64; [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/common_types.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | pub type __fsblkcnt64_t = u64; [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/common_types.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | pub type __fsfilcnt_t = u64; [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/common_types.rs:133:10 [INFO] [stdout] | [INFO] [stdout] 133 | pub type __fsfilcnt64_t = u64; [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/common_types.rs:134:10 [INFO] [stdout] | [INFO] [stdout] 134 | pub type __fsword_t = i64; [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/common_types.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | pub type __ssize_t = i64; [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/common_types.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | pub type __syscall_slong_t = i64; [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/common_types.rs:137:10 [INFO] [stdout] | [INFO] [stdout] 137 | pub type __syscall_ulong_t = u64; [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/common_types.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | pub type __loff_t = root::__off64_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | pub type __caddr_t = *mut u8; [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/common_types.rs:140:10 [INFO] [stdout] | [INFO] [stdout] 140 | pub type __intptr_t = i64; [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/common_types.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | pub type __socklen_t = u32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | pub type __sig_atomic_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:143:10 [INFO] [stdout] | [INFO] [stdout] 143 | pub type int_least8_t = root::__int_least8_t; [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/common_types.rs:144:10 [INFO] [stdout] | [INFO] [stdout] 144 | pub type int_least16_t = root::__int_least16_t; [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/common_types.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | pub type int_least32_t = root::__int_least32_t; [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/common_types.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | pub type int_least64_t = root::__int_least64_t; [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/common_types.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | pub type uint_least8_t = root::__uint_least8_t; [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/common_types.rs:148:10 [INFO] [stdout] | [INFO] [stdout] 148 | pub type uint_least16_t = root::__uint_least16_t; [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/common_types.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | pub type uint_least32_t = root::__uint_least32_t; [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/common_types.rs:150:10 [INFO] [stdout] | [INFO] [stdout] 150 | pub type uint_least64_t = root::__uint_least64_t; [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/common_types.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | pub type int_fast8_t = i8; [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/common_types.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | pub type int_fast16_t = i64; [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/common_types.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | pub type int_fast32_t = i64; [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/common_types.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | pub type int_fast64_t = i64; [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/common_types.rs:155:10 [INFO] [stdout] | [INFO] [stdout] 155 | pub type uint_fast8_t = u8; [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/common_types.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | pub type uint_fast16_t = u64; [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/common_types.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | pub type uint_fast32_t = u64; [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/common_types.rs:158:10 [INFO] [stdout] | [INFO] [stdout] 158 | pub type uint_fast64_t = u64; [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/common_types.rs:159:10 [INFO] [stdout] | [INFO] [stdout] 159 | pub type intmax_t = root::__intmax_t; [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/common_types.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | pub type uintmax_t = root::__uintmax_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `size_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | pub type size_t = u64; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `SizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s8` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:221:10 [INFO] [stdout] | [INFO] [stdout] 221 | pub type s8 = i8; [INFO] [stdout] | ^^ help: convert the identifier to upper camel case (notice the capitalization): `S8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s16` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:222:10 [INFO] [stdout] | [INFO] [stdout] 222 | pub type s16 = i16; [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `S16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s32` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:223:10 [INFO] [stdout] | [INFO] [stdout] 223 | pub type s32 = i32; [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `S32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s64` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:224:10 [INFO] [stdout] | [INFO] [stdout] 224 | pub type s64 = i64; [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `S64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s128` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:225:10 [INFO] [stdout] | [INFO] [stdout] 225 | pub type s128 = root::__int128_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `S128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uchar` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:226:10 [INFO] [stdout] | [INFO] [stdout] 226 | pub type uchar = u8; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uchar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulong` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:227:10 [INFO] [stdout] | [INFO] [stdout] 227 | pub type ulong = u64; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:228:10 [INFO] [stdout] | [INFO] [stdout] 228 | pub type uint = u32; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_1` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:239:10 [INFO] [stdout] | [INFO] [stdout] 239 | pub type _bindgen_ty_1 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_2` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:277:10 [INFO] [stdout] | [INFO] [stdout] 277 | pub type _bindgen_ty_2 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_3` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:327:10 [INFO] [stdout] | [INFO] [stdout] 327 | pub type _bindgen_ty_3 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_4` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | pub type _bindgen_ty_4 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_5` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:385:10 [INFO] [stdout] | [INFO] [stdout] 385 | pub type _bindgen_ty_5 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Half` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:395:10 [INFO] [stdout] | [INFO] [stdout] 395 | pub type Elf32_Half = u16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Half` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Half` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:396:10 [INFO] [stdout] | [INFO] [stdout] 396 | pub type Elf64_Half = u16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Half` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Word` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:397:10 [INFO] [stdout] | [INFO] [stdout] 397 | pub type Elf32_Word = u32; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Word` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Sword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:398:10 [INFO] [stdout] | [INFO] [stdout] 398 | pub type Elf32_Sword = i32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Sword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Word` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:399:10 [INFO] [stdout] | [INFO] [stdout] 399 | pub type Elf64_Word = u32; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Word` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Sword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:400:10 [INFO] [stdout] | [INFO] [stdout] 400 | pub type Elf64_Sword = i32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Sword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Xword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | pub type Elf32_Xword = u64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Xword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Sxword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:402:10 [INFO] [stdout] | [INFO] [stdout] 402 | pub type Elf32_Sxword = i64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Sxword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Xword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | pub type Elf64_Xword = u64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Xword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Sxword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | pub type Elf64_Sxword = i64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Sxword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Addr` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:405:10 [INFO] [stdout] | [INFO] [stdout] 405 | pub type Elf32_Addr = u32; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Addr` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:406:10 [INFO] [stdout] | [INFO] [stdout] 406 | pub type Elf64_Addr = u64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Off` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | pub type Elf32_Off = u32; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Off` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Off` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:408:10 [INFO] [stdout] | [INFO] [stdout] 408 | pub type Elf64_Off = u64; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Off` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Section` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:409:10 [INFO] [stdout] | [INFO] [stdout] 409 | pub type Elf32_Section = u16; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Section` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | pub type Elf64_Section = u16; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Versym` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:411:10 [INFO] [stdout] | [INFO] [stdout] 411 | pub type Elf32_Versym = root::Elf32_Half; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Versym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Versym` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:412:10 [INFO] [stdout] | [INFO] [stdout] 412 | pub type Elf64_Versym = root::Elf64_Half; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Versym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Phdr` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:571:12 [INFO] [stdout] | [INFO] [stdout] 571 | pub struct Elf64_Phdr { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Phdr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Conflict` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:800:10 [INFO] [stdout] | [INFO] [stdout] 800 | pub type Elf32_Conflict = root::Elf32_Addr; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Conflict` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_6` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:825:10 [INFO] [stdout] | [INFO] [stdout] 825 | pub type _bindgen_ty_6 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_char` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:833:10 [INFO] [stdout] | [INFO] [stdout] 833 | pub type u_char = root::__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/common_types.rs:834:10 [INFO] [stdout] | [INFO] [stdout] 834 | pub type u_short = root::__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/common_types.rs:835:10 [INFO] [stdout] | [INFO] [stdout] 835 | pub type u_int = root::__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/common_types.rs:836:10 [INFO] [stdout] | [INFO] [stdout] 836 | pub type u_long = root::__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/common_types.rs:837:10 [INFO] [stdout] | [INFO] [stdout] 837 | pub type quad_t = root::__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/common_types.rs:838:10 [INFO] [stdout] | [INFO] [stdout] 838 | pub type u_quad_t = root::__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/common_types.rs:839:10 [INFO] [stdout] | [INFO] [stdout] 839 | pub type fsid_t = root::__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/common_types.rs:840:10 [INFO] [stdout] | [INFO] [stdout] 840 | pub type loff_t = root::__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/common_types.rs:841:10 [INFO] [stdout] | [INFO] [stdout] 841 | pub type ino_t = root::__ino_t; [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/common_types.rs:842:10 [INFO] [stdout] | [INFO] [stdout] 842 | pub type ino64_t = root::__ino64_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Ino64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:843:10 [INFO] [stdout] | [INFO] [stdout] 843 | pub type dev_t = root::__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/common_types.rs:844:10 [INFO] [stdout] | [INFO] [stdout] 844 | pub type gid_t = root::__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/common_types.rs:845:10 [INFO] [stdout] | [INFO] [stdout] 845 | pub type mode_t = root::__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/common_types.rs:846:10 [INFO] [stdout] | [INFO] [stdout] 846 | pub type nlink_t = root::__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/common_types.rs:847:10 [INFO] [stdout] | [INFO] [stdout] 847 | pub type uid_t = root::__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/common_types.rs:848:10 [INFO] [stdout] | [INFO] [stdout] 848 | pub type off_t = root::__off_t; [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/common_types.rs:849:10 [INFO] [stdout] | [INFO] [stdout] 849 | pub type off64_t = root::__off64_t; [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/common_types.rs:850:10 [INFO] [stdout] | [INFO] [stdout] 850 | pub type pid_t = root::__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/common_types.rs:851:10 [INFO] [stdout] | [INFO] [stdout] 851 | pub type id_t = root::__id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ssize_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:852:10 [INFO] [stdout] | [INFO] [stdout] 852 | pub type ssize_t = root::__ssize_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:853:10 [INFO] [stdout] | [INFO] [stdout] 853 | pub type daddr_t = root::__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/common_types.rs:854:10 [INFO] [stdout] | [INFO] [stdout] 854 | pub type caddr_t = root::__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/common_types.rs:855:10 [INFO] [stdout] | [INFO] [stdout] 855 | pub type key_t = root::__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/common_types.rs:856:10 [INFO] [stdout] | [INFO] [stdout] 856 | pub type clock_t = root::__clock_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clockid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:857:10 [INFO] [stdout] | [INFO] [stdout] 857 | pub type clockid_t = root::__clockid_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `time_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:858:10 [INFO] [stdout] | [INFO] [stdout] 858 | pub type time_t = root::__time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `timer_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:859:10 [INFO] [stdout] | [INFO] [stdout] 859 | pub type timer_t = root::__timer_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `useconds_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:860:10 [INFO] [stdout] | [INFO] [stdout] 860 | pub type useconds_t = root::__useconds_t; [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/common_types.rs:861:10 [INFO] [stdout] | [INFO] [stdout] 861 | pub type suseconds_t = root::__suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ushort` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:862:10 [INFO] [stdout] | [INFO] [stdout] 862 | pub type ushort = u16; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:863:10 [INFO] [stdout] | [INFO] [stdout] 863 | pub type u_int8_t = root::__uint8_t; [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/common_types.rs:864:10 [INFO] [stdout] | [INFO] [stdout] 864 | pub type u_int16_t = root::__uint16_t; [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/common_types.rs:865:10 [INFO] [stdout] | [INFO] [stdout] 865 | pub type u_int32_t = root::__uint32_t; [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/common_types.rs:866:10 [INFO] [stdout] | [INFO] [stdout] 866 | pub type u_int64_t = root::__uint64_t; [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/common_types.rs:867:10 [INFO] [stdout] | [INFO] [stdout] 867 | pub type register_t = i64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:873:10 [INFO] [stdout] | [INFO] [stdout] 873 | pub type sigset_t = root::__sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__fd_mask` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:886:10 [INFO] [stdout] | [INFO] [stdout] 886 | pub type __fd_mask = i64; [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/common_types.rs:892:10 [INFO] [stdout] | [INFO] [stdout] 892 | pub type fd_mask = root::__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/common_types.rs:893:10 [INFO] [stdout] | [INFO] [stdout] 893 | pub type blksize_t = root::__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/common_types.rs:894:10 [INFO] [stdout] | [INFO] [stdout] 894 | pub type blkcnt_t = root::__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/common_types.rs:895:10 [INFO] [stdout] | [INFO] [stdout] 895 | pub type fsblkcnt_t = root::__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/common_types.rs:896:10 [INFO] [stdout] | [INFO] [stdout] 896 | pub type fsfilcnt_t = root::__fsfilcnt_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `FsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:897:10 [INFO] [stdout] | [INFO] [stdout] 897 | pub type blkcnt64_t = root::__blkcnt64_t; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Blkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsblkcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:898:10 [INFO] [stdout] | [INFO] [stdout] 898 | pub type fsblkcnt64_t = root::__fsblkcnt64_t; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsblkcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `fsfilcnt64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:899:10 [INFO] [stdout] | [INFO] [stdout] 899 | pub type fsfilcnt64_t = root::__fsfilcnt64_t; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Fsfilcnt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:922:10 [INFO] [stdout] | [INFO] [stdout] 922 | pub type __pthread_list_t = root::__pthread_internal_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:972:10 [INFO] [stdout] | [INFO] [stdout] 972 | pub type pthread_t = u64; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_key_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:987:10 [INFO] [stdout] | [INFO] [stdout] 987 | pub type pthread_key_t = u32; [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/common_types.rs:988:10 [INFO] [stdout] | [INFO] [stdout] 988 | pub type pthread_once_t = i32; [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/common_types.rs:1028:10 [INFO] [stdout] | [INFO] [stdout] 1028 | pub type pthread_spinlock_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadSpinlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `socklen_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1043:10 [INFO] [stdout] | [INFO] [stdout] 1043 | pub type socklen_t = root::__socklen_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__socket_type` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1053:10 [INFO] [stdout] | [INFO] [stdout] 1053 | pub type __socket_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocketType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sa_family_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1054:10 [INFO] [stdout] | [INFO] [stdout] 1054 | pub type sa_family_t = u16; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaFamilyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_7` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1090:10 [INFO] [stdout] | [INFO] [stdout] 1090 | pub type _bindgen_ty_7 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_8` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1112:10 [INFO] [stdout] | [INFO] [stdout] 1112 | pub type _bindgen_ty_8 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_sighandler_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1125:10 [INFO] [stdout] | [INFO] [stdout] 1125 | pub type __kernel_sighandler_t = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSighandlerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_key_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1127:10 [INFO] [stdout] | [INFO] [stdout] 1127 | pub type __kernel_key_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_mqd_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1128:10 [INFO] [stdout] | [INFO] [stdout] 1128 | pub type __kernel_mqd_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelMqdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_uid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | pub type __kernel_old_uid_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_gid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1130:10 [INFO] [stdout] | [INFO] [stdout] 1130 | pub type __kernel_old_gid_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_old_dev_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1131:10 [INFO] [stdout] | [INFO] [stdout] 1131 | pub type __kernel_old_dev_t = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOldDevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_long_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1132:10 [INFO] [stdout] | [INFO] [stdout] 1132 | pub type __kernel_long_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ulong_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1133:10 [INFO] [stdout] | [INFO] [stdout] 1133 | pub type __kernel_ulong_t = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ino_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1134:10 [INFO] [stdout] | [INFO] [stdout] 1134 | pub type __kernel_ino_t = root::__kernel_ulong_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelInoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_mode_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1135:10 [INFO] [stdout] | [INFO] [stdout] 1135 | pub type __kernel_mode_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_pid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1136:10 [INFO] [stdout] | [INFO] [stdout] 1136 | pub type __kernel_pid_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ipc_pid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1137:10 [INFO] [stdout] | [INFO] [stdout] 1137 | pub type __kernel_ipc_pid_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelIpcPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1138:10 [INFO] [stdout] | [INFO] [stdout] 1138 | pub type __kernel_uid_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1139:10 [INFO] [stdout] | [INFO] [stdout] 1139 | pub type __kernel_gid_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1140:10 [INFO] [stdout] | [INFO] [stdout] 1140 | pub type __kernel_suseconds_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_daddr_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1141:10 [INFO] [stdout] | [INFO] [stdout] 1141 | pub type __kernel_daddr_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelDaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid32_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1142:10 [INFO] [stdout] | [INFO] [stdout] 1142 | pub type __kernel_uid32_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid32_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1143:10 [INFO] [stdout] | [INFO] [stdout] 1143 | pub type __kernel_gid32_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_size_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1144:10 [INFO] [stdout] | [INFO] [stdout] 1144 | pub type __kernel_size_t = root::__kernel_ulong_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ssize_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1145:10 [INFO] [stdout] | [INFO] [stdout] 1145 | pub type __kernel_ssize_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelSsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_ptrdiff_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1146:10 [INFO] [stdout] | [INFO] [stdout] 1146 | pub type __kernel_ptrdiff_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelPtrdiffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_off_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1152:10 [INFO] [stdout] | [INFO] [stdout] 1152 | pub type __kernel_off_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelOffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_loff_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1153:10 [INFO] [stdout] | [INFO] [stdout] 1153 | pub type __kernel_loff_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelLoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_time_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1154:10 [INFO] [stdout] | [INFO] [stdout] 1154 | pub type __kernel_time_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_time64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1155:10 [INFO] [stdout] | [INFO] [stdout] 1155 | pub type __kernel_time64_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTime64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_clock_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1156:10 [INFO] [stdout] | [INFO] [stdout] 1156 | pub type __kernel_clock_t = root::__kernel_long_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_timer_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1157:10 [INFO] [stdout] | [INFO] [stdout] 1157 | pub type __kernel_timer_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelTimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_clockid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1158:10 [INFO] [stdout] | [INFO] [stdout] 1158 | pub type __kernel_clockid_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_caddr_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1159:10 [INFO] [stdout] | [INFO] [stdout] 1159 | pub type __kernel_caddr_t = *mut u8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelCaddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_uid16_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1160:10 [INFO] [stdout] | [INFO] [stdout] 1160 | pub type __kernel_uid16_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelUid16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__kernel_gid16_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1161:10 [INFO] [stdout] | [INFO] [stdout] 1161 | pub type __kernel_gid16_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KernelGid16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_9` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1177:10 [INFO] [stdout] | [INFO] [stdout] 1177 | pub type _bindgen_ty_9 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int128_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1184:10 [INFO] [stdout] | [INFO] [stdout] 1184 | pub type __int128_t = i128; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Int128T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint128_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:1185:10 [INFO] [stdout] | [INFO] [stdout] 1185 | pub type __uint128_t = u128; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint128T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `RegistrationInfo_State` should have an upper camel case name [INFO] [stdout] --> src/nn/ro.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | pub type RegistrationInfo_State = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RegistrationInfoState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `String` [INFO] [stdout] --> src/nn/prepo.rs:2:31 [INFO] [stdout] | [INFO] [stdout] 2 | use alloc::string::{ToString, String}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/nn/ui2d/resources.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | /// Visible | InfluencedAlpha [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 85 | flag: 0x3, [INFO] [stdout] | --------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(new_uninit)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `result` is never read [INFO] [stdout] --> src/nn/oe.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | let mut result = ""; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf` [INFO] [stdout] --> src/nn/prepo.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | let buf = Box::leak(buf); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Connection` is never constructed [INFO] [stdout] --> src/nn/ssl.rs:76:16 [INFO] [stdout] | [INFO] [stdout] 76 | pub struct Connection { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Connection` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/nn/ssl.rs:81:16 [INFO] [stdout] | [INFO] [stdout] 80 | impl Connection { [INFO] [stdout] | --------------- associated function in this implementation [INFO] [stdout] 81 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Connection` is never used [INFO] [stdout] --> src/nn/ssl.rs:90:16 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn Connection(this: *mut Connection); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Create` is never used [INFO] [stdout] --> src/nn/ssl.rs:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn Create(this: *mut Connection, context: *const super::Context::Context) -> u32; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `SetSocketDescriptor` is never used [INFO] [stdout] --> src/nn/ssl.rs:98:16 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn SetSocketDescriptor(this: *mut Connection, socket_desc: u32) -> u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `SetHostName` is never used [INFO] [stdout] --> src/nn/ssl.rs:102:16 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn SetHostName(this: *mut Connection, host_name: *const u8, name_len: u32) -> i32; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `DoHandshake` is never used [INFO] [stdout] --> src/nn/ssl.rs:106:16 [INFO] [stdout] | [INFO] [stdout] 106 | pub fn DoHandshake(this: *mut Connection) -> u32; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Read` is never used [INFO] [stdout] --> src/nn/ssl.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn Read(this: *const Connection, out_buf: *mut u8, buf_len: usize) -> i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Read1` is never used [INFO] [stdout] --> src/nn/ssl.rs:114:16 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn Read1(this: *const Connection, out_buf: *mut u8, out_size_read: *mut i32, buf_len: usize) -> i32; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Write` is never used [INFO] [stdout] --> src/nn/ssl.rs:118:16 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn Write(this: *const Connection, buf: *const u8, buf_len: usize) -> i32; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Write1` is never used [INFO] [stdout] --> src/nn/ssl.rs:122:16 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn Write1(this: *const Connection, buf: *const u8, out_size_write: *mut i32, buf_len: usize) -> i32; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Pending` is never used [INFO] [stdout] --> src/nn/ssl.rs:126:16 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn Pending(this: *const Connection) -> usize; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `FlushSessionCache` is never used [INFO] [stdout] --> src/nn/ssl.rs:130:16 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn FlushSessionCache(this: *mut Connection) -> u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `SetOption` is never used [INFO] [stdout] --> src/nn/ssl.rs:134:16 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn SetOption(this: *mut Connection, option: u32, enable: bool) -> u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `SetVerifyOption` is never used [INFO] [stdout] --> src/nn/ssl.rs:138:16 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn SetVerifyOption(this: *mut Connection, options: u32) -> u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `GetLastError` is never used [INFO] [stdout] --> src/nn/ssl.rs:142:16 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn GetLastError(this: *const Connection, out_result: *mut u32) -> u32; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Destroy` is never used [INFO] [stdout] --> src/nn/ssl.rs:146:16 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn Destroy(this: *const Connection) -> u32; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/nn/ui2d/resources.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 142 | enum TextBoxFlag { [INFO] [stdout] | ----------- variants in this enum [INFO] [stdout] 143 | ShadowEnabled, [INFO] [stdout] 144 | ForceAssignTextLength, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 145 | InvisibleBorderEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 146 | DoubleDrawnBorderEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 147 | PerCharacterTransformEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 148 | CenterCeilingEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 149 | LineWidthOffsetEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 150 | ExtendedTagEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 151 | PerCharacterTransformSplitByCharWidth, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 152 | PerCharacterTransformAutoShadowAlpha, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 153 | DrawFromRightToLeft, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 154 | PerCharacterTransformOriginToCenter, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 155 | KeepingFontScaleEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 156 | PerCharacterTransformFixSpace, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 157 | PerCharacterTransformSplitByCharWidthInsertSpaceEnabled, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 158 | Max, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TextBoxFlag` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_Kernel` should have an upper case name [INFO] [stdout] --> src/common_types.rs:232:11 [INFO] [stdout] | [INFO] [stdout] 232 | pub const Module_Kernel: root::_bindgen_ty_1 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_KERNEL` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_Libnx` should have an upper case name [INFO] [stdout] --> src/common_types.rs:233:11 [INFO] [stdout] | [INFO] [stdout] 233 | pub const Module_Libnx: root::_bindgen_ty_1 = 345; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_LIBNX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_HomebrewAbi` should have an upper case name [INFO] [stdout] --> src/common_types.rs:234:11 [INFO] [stdout] | [INFO] [stdout] 234 | pub const Module_HomebrewAbi: root::_bindgen_ty_1 = 346; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_HOMEBREW_ABI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_HomebrewLoader` should have an upper case name [INFO] [stdout] --> src/common_types.rs:235:11 [INFO] [stdout] | [INFO] [stdout] 235 | pub const Module_HomebrewLoader: root::_bindgen_ty_1 = 347; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_HOMEBREW_LOADER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_LibnxNvidia` should have an upper case name [INFO] [stdout] --> src/common_types.rs:236:11 [INFO] [stdout] | [INFO] [stdout] 236 | pub const Module_LibnxNvidia: root::_bindgen_ty_1 = 348; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_LIBNX_NVIDIA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Module_LibnxBinder` should have an upper case name [INFO] [stdout] --> src/common_types.rs:237:11 [INFO] [stdout] | [INFO] [stdout] 237 | pub const Module_LibnxBinder: root::_bindgen_ty_1 = 349; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `MODULE_LIBNX_BINDER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfSessions` should have an upper case name [INFO] [stdout] --> src/common_types.rs:240:11 [INFO] [stdout] | [INFO] [stdout] 240 | pub const KernelError_OutOfSessions: root::_bindgen_ty_2 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_SESSIONS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidCapabilityDescriptor` should have an upper case name [INFO] [stdout] --> src/common_types.rs:241:11 [INFO] [stdout] | [INFO] [stdout] 241 | pub const KernelError_InvalidCapabilityDescriptor: root::_bindgen_ty_2 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_CAPABILITY_DESCRIPTOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_NotImplemented` should have an upper case name [INFO] [stdout] --> src/common_types.rs:242:11 [INFO] [stdout] | [INFO] [stdout] 242 | pub const KernelError_NotImplemented: root::_bindgen_ty_2 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_NOT_IMPLEMENTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_ThreadTerminating` should have an upper case name [INFO] [stdout] --> src/common_types.rs:243:11 [INFO] [stdout] | [INFO] [stdout] 243 | pub const KernelError_ThreadTerminating: root::_bindgen_ty_2 = 59; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_THREAD_TERMINATING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfDebugEvents` should have an upper case name [INFO] [stdout] --> src/common_types.rs:244:11 [INFO] [stdout] | [INFO] [stdout] 244 | pub const KernelError_OutOfDebugEvents: root::_bindgen_ty_2 = 70; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_DEBUG_EVENTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidSize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:245:11 [INFO] [stdout] | [INFO] [stdout] 245 | pub const KernelError_InvalidSize: root::_bindgen_ty_2 = 101; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidAddress` should have an upper case name [INFO] [stdout] --> src/common_types.rs:246:11 [INFO] [stdout] | [INFO] [stdout] 246 | pub const KernelError_InvalidAddress: root::_bindgen_ty_2 = 102; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_ADDRESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_ResourceExhausted` should have an upper case name [INFO] [stdout] --> src/common_types.rs:247:11 [INFO] [stdout] | [INFO] [stdout] 247 | pub const KernelError_ResourceExhausted: root::_bindgen_ty_2 = 103; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_RESOURCE_EXHAUSTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfMemory` should have an upper case name [INFO] [stdout] --> src/common_types.rs:248:11 [INFO] [stdout] | [INFO] [stdout] 248 | pub const KernelError_OutOfMemory: root::_bindgen_ty_2 = 104; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfHandles` should have an upper case name [INFO] [stdout] --> src/common_types.rs:249:11 [INFO] [stdout] | [INFO] [stdout] 249 | pub const KernelError_OutOfHandles: root::_bindgen_ty_2 = 105; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_HANDLES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidMemoryState` should have an upper case name [INFO] [stdout] --> src/common_types.rs:250:11 [INFO] [stdout] | [INFO] [stdout] 250 | pub const KernelError_InvalidMemoryState: root::_bindgen_ty_2 = 106; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_MEMORY_STATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidMemoryPermissions` should have an upper case name [INFO] [stdout] --> src/common_types.rs:251:11 [INFO] [stdout] | [INFO] [stdout] 251 | pub const KernelError_InvalidMemoryPermissions: root::_bindgen_ty_2 = 108; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_MEMORY_PERMISSIONS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidMemoryRange` should have an upper case name [INFO] [stdout] --> src/common_types.rs:252:11 [INFO] [stdout] | [INFO] [stdout] 252 | pub const KernelError_InvalidMemoryRange: root::_bindgen_ty_2 = 110; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_MEMORY_RANGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidPriority` should have an upper case name [INFO] [stdout] --> src/common_types.rs:253:11 [INFO] [stdout] | [INFO] [stdout] 253 | pub const KernelError_InvalidPriority: root::_bindgen_ty_2 = 112; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_PRIORITY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidCoreId` should have an upper case name [INFO] [stdout] --> src/common_types.rs:254:11 [INFO] [stdout] | [INFO] [stdout] 254 | pub const KernelError_InvalidCoreId: root::_bindgen_ty_2 = 113; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_CORE_ID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidHandle` should have an upper case name [INFO] [stdout] --> src/common_types.rs:255:11 [INFO] [stdout] | [INFO] [stdout] 255 | pub const KernelError_InvalidHandle: root::_bindgen_ty_2 = 114; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_HANDLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidUserBuffer` should have an upper case name [INFO] [stdout] --> src/common_types.rs:256:11 [INFO] [stdout] | [INFO] [stdout] 256 | pub const KernelError_InvalidUserBuffer: root::_bindgen_ty_2 = 115; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_USER_BUFFER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidCombination` should have an upper case name [INFO] [stdout] --> src/common_types.rs:257:11 [INFO] [stdout] | [INFO] [stdout] 257 | pub const KernelError_InvalidCombination: root::_bindgen_ty_2 = 116; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_COMBINATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_TimedOut` should have an upper case name [INFO] [stdout] --> src/common_types.rs:258:11 [INFO] [stdout] | [INFO] [stdout] 258 | pub const KernelError_TimedOut: root::_bindgen_ty_2 = 117; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_TIMED_OUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_Cancelled` should have an upper case name [INFO] [stdout] --> src/common_types.rs:259:11 [INFO] [stdout] | [INFO] [stdout] 259 | pub const KernelError_Cancelled: root::_bindgen_ty_2 = 118; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_CANCELLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfRange` should have an upper case name [INFO] [stdout] --> src/common_types.rs:260:11 [INFO] [stdout] | [INFO] [stdout] 260 | pub const KernelError_OutOfRange: root::_bindgen_ty_2 = 119; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_RANGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidEnumValue` should have an upper case name [INFO] [stdout] --> src/common_types.rs:261:11 [INFO] [stdout] | [INFO] [stdout] 261 | pub const KernelError_InvalidEnumValue: root::_bindgen_ty_2 = 120; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_ENUM_VALUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_NotFound` should have an upper case name [INFO] [stdout] --> src/common_types.rs:262:11 [INFO] [stdout] | [INFO] [stdout] 262 | pub const KernelError_NotFound: root::_bindgen_ty_2 = 121; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_NOT_FOUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_AlreadyExists` should have an upper case name [INFO] [stdout] --> src/common_types.rs:263:11 [INFO] [stdout] | [INFO] [stdout] 263 | pub const KernelError_AlreadyExists: root::_bindgen_ty_2 = 122; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_ALREADY_EXISTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_ConnectionClosed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:264:11 [INFO] [stdout] | [INFO] [stdout] 264 | pub const KernelError_ConnectionClosed: root::_bindgen_ty_2 = 123; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_CONNECTION_CLOSED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_UnhandledUserInterrupt` should have an upper case name [INFO] [stdout] --> src/common_types.rs:265:11 [INFO] [stdout] | [INFO] [stdout] 265 | pub const KernelError_UnhandledUserInterrupt: root::_bindgen_ty_2 = 124; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_UNHANDLED_USER_INTERRUPT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidState` should have an upper case name [INFO] [stdout] --> src/common_types.rs:266:11 [INFO] [stdout] | [INFO] [stdout] 266 | pub const KernelError_InvalidState: root::_bindgen_ty_2 = 125; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_STATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_ReservedValue` should have an upper case name [INFO] [stdout] --> src/common_types.rs:267:11 [INFO] [stdout] | [INFO] [stdout] 267 | pub const KernelError_ReservedValue: root::_bindgen_ty_2 = 126; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_RESERVED_VALUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_InvalidHwBreakpoint` should have an upper case name [INFO] [stdout] --> src/common_types.rs:268:11 [INFO] [stdout] | [INFO] [stdout] 268 | pub const KernelError_InvalidHwBreakpoint: root::_bindgen_ty_2 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_INVALID_HW_BREAKPOINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_FatalUserException` should have an upper case name [INFO] [stdout] --> src/common_types.rs:269:11 [INFO] [stdout] | [INFO] [stdout] 269 | pub const KernelError_FatalUserException: root::_bindgen_ty_2 = 128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_FATAL_USER_EXCEPTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OwnedByAnotherProcess` should have an upper case name [INFO] [stdout] --> src/common_types.rs:270:11 [INFO] [stdout] | [INFO] [stdout] 270 | pub const KernelError_OwnedByAnotherProcess: root::_bindgen_ty_2 = 129; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OWNED_BY_ANOTHER_PROCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_ConnectionRefused` should have an upper case name [INFO] [stdout] --> src/common_types.rs:271:11 [INFO] [stdout] | [INFO] [stdout] 271 | pub const KernelError_ConnectionRefused: root::_bindgen_ty_2 = 131; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_CONNECTION_REFUSED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_OutOfResource` should have an upper case name [INFO] [stdout] --> src/common_types.rs:272:11 [INFO] [stdout] | [INFO] [stdout] 272 | pub const KernelError_OutOfResource: root::_bindgen_ty_2 = 132; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_OUT_OF_RESOURCE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_IpcMapFailed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:273:11 [INFO] [stdout] | [INFO] [stdout] 273 | pub const KernelError_IpcMapFailed: root::_bindgen_ty_2 = 259; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_IPC_MAP_FAILED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_IpcCmdbufTooSmall` should have an upper case name [INFO] [stdout] --> src/common_types.rs:274:11 [INFO] [stdout] | [INFO] [stdout] 274 | pub const KernelError_IpcCmdbufTooSmall: root::_bindgen_ty_2 = 260; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_IPC_CMDBUF_TOO_SMALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KernelError_NotDebugged` should have an upper case name [INFO] [stdout] --> src/common_types.rs:275:11 [INFO] [stdout] | [INFO] [stdout] 275 | pub const KernelError_NotDebugged: root::_bindgen_ty_2 = 520; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `KERNEL_ERROR_NOT_DEBUGGED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadReloc` should have an upper case name [INFO] [stdout] --> src/common_types.rs:278:11 [INFO] [stdout] | [INFO] [stdout] 278 | pub const LibnxError_BadReloc: root::_bindgen_ty_3 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_RELOC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_OutOfMemory` should have an upper case name [INFO] [stdout] --> src/common_types.rs:279:11 [INFO] [stdout] | [INFO] [stdout] 279 | pub const LibnxError_OutOfMemory: root::_bindgen_ty_3 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_OUT_OF_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_AlreadyMapped` should have an upper case name [INFO] [stdout] --> src/common_types.rs:280:11 [INFO] [stdout] | [INFO] [stdout] 280 | pub const LibnxError_AlreadyMapped: root::_bindgen_ty_3 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_ALREADY_MAPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGetInfo_Stack` should have an upper case name [INFO] [stdout] --> src/common_types.rs:281:11 [INFO] [stdout] | [INFO] [stdout] 281 | pub const LibnxError_BadGetInfo_Stack: root::_bindgen_ty_3 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GET_INFO_STACK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGetInfo_Heap` should have an upper case name [INFO] [stdout] --> src/common_types.rs:282:11 [INFO] [stdout] | [INFO] [stdout] 282 | pub const LibnxError_BadGetInfo_Heap: root::_bindgen_ty_3 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GET_INFO_HEAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadQueryMemory` should have an upper case name [INFO] [stdout] --> src/common_types.rs:283:11 [INFO] [stdout] | [INFO] [stdout] 283 | pub const LibnxError_BadQueryMemory: root::_bindgen_ty_3 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_QUERY_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_AlreadyInitialized` should have an upper case name [INFO] [stdout] --> src/common_types.rs:284:11 [INFO] [stdout] | [INFO] [stdout] 284 | pub const LibnxError_AlreadyInitialized: root::_bindgen_ty_3 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_ALREADY_INITIALIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_NotInitialized` should have an upper case name [INFO] [stdout] --> src/common_types.rs:285:11 [INFO] [stdout] | [INFO] [stdout] 285 | pub const LibnxError_NotInitialized: root::_bindgen_ty_3 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_NOT_INITIALIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_NotFound` should have an upper case name [INFO] [stdout] --> src/common_types.rs:286:11 [INFO] [stdout] | [INFO] [stdout] 286 | pub const LibnxError_NotFound: root::_bindgen_ty_3 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_NOT_FOUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_IoError` should have an upper case name [INFO] [stdout] --> src/common_types.rs:287:11 [INFO] [stdout] | [INFO] [stdout] 287 | pub const LibnxError_IoError: root::_bindgen_ty_3 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_IO_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadInput` should have an upper case name [INFO] [stdout] --> src/common_types.rs:288:11 [INFO] [stdout] | [INFO] [stdout] 288 | pub const LibnxError_BadInput: root::_bindgen_ty_3 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_INPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadReent` should have an upper case name [INFO] [stdout] --> src/common_types.rs:289:11 [INFO] [stdout] | [INFO] [stdout] 289 | pub const LibnxError_BadReent: root::_bindgen_ty_3 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_REENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BufferProducerError` should have an upper case name [INFO] [stdout] --> src/common_types.rs:290:11 [INFO] [stdout] | [INFO] [stdout] 290 | pub const LibnxError_BufferProducerError: root::_bindgen_ty_3 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BUFFER_PRODUCER_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_HandleTooEarly` should have an upper case name [INFO] [stdout] --> src/common_types.rs:291:11 [INFO] [stdout] | [INFO] [stdout] 291 | pub const LibnxError_HandleTooEarly: root::_bindgen_ty_3 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_HANDLE_TOO_EARLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_HeapAllocFailed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:292:11 [INFO] [stdout] | [INFO] [stdout] 292 | pub const LibnxError_HeapAllocFailed: root::_bindgen_ty_3 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_HEAP_ALLOC_FAILED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_TooManyOverrides` should have an upper case name [INFO] [stdout] --> src/common_types.rs:293:11 [INFO] [stdout] | [INFO] [stdout] 293 | pub const LibnxError_TooManyOverrides: root::_bindgen_ty_3 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_TOO_MANY_OVERRIDES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_ParcelError` should have an upper case name [INFO] [stdout] --> src/common_types.rs:294:11 [INFO] [stdout] | [INFO] [stdout] 294 | pub const LibnxError_ParcelError: root::_bindgen_ty_3 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_PARCEL_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGfxInit` should have an upper case name [INFO] [stdout] --> src/common_types.rs:295:11 [INFO] [stdout] | [INFO] [stdout] 295 | pub const LibnxError_BadGfxInit: root::_bindgen_ty_3 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GFX_INIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGfxEventWait` should have an upper case name [INFO] [stdout] --> src/common_types.rs:296:11 [INFO] [stdout] | [INFO] [stdout] 296 | pub const LibnxError_BadGfxEventWait: root::_bindgen_ty_3 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GFX_EVENT_WAIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGfxQueueBuffer` should have an upper case name [INFO] [stdout] --> src/common_types.rs:297:11 [INFO] [stdout] | [INFO] [stdout] 297 | pub const LibnxError_BadGfxQueueBuffer: root::_bindgen_ty_3 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GFX_QUEUE_BUFFER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGfxDequeueBuffer` should have an upper case name [INFO] [stdout] --> src/common_types.rs:298:11 [INFO] [stdout] | [INFO] [stdout] 298 | pub const LibnxError_BadGfxDequeueBuffer: root::_bindgen_ty_3 = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GFX_DEQUEUE_BUFFER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_AppletCmdidNotFound` should have an upper case name [INFO] [stdout] --> src/common_types.rs:299:11 [INFO] [stdout] | [INFO] [stdout] 299 | pub const LibnxError_AppletCmdidNotFound: root::_bindgen_ty_3 = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_APPLET_CMDID_NOT_FOUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadAppletReceiveMessage` should have an upper case name [INFO] [stdout] --> src/common_types.rs:300:11 [INFO] [stdout] | [INFO] [stdout] 300 | pub const LibnxError_BadAppletReceiveMessage: root::_bindgen_ty_3 = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_APPLET_RECEIVE_MESSAGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadAppletNotifyRunning` should have an upper case name [INFO] [stdout] --> src/common_types.rs:301:11 [INFO] [stdout] | [INFO] [stdout] 301 | pub const LibnxError_BadAppletNotifyRunning: root::_bindgen_ty_3 = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_APPLET_NOTIFY_RUNNING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadAppletGetCurrentFocusState` should have an upper case name [INFO] [stdout] --> src/common_types.rs:302:11 [INFO] [stdout] | [INFO] [stdout] 302 | pub const LibnxError_BadAppletGetCurrentFocusState: root::_bindgen_ty_3 = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_APPLET_GET_CURRENT_FOCUS_STATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadAppletGetOperationMode` should have an upper case name [INFO] [stdout] --> src/common_types.rs:303:11 [INFO] [stdout] | [INFO] [stdout] 303 | pub const LibnxError_BadAppletGetOperationMode: root::_bindgen_ty_3 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_APPLET_GET_OPERATION_MODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadAppletGetPerformanceMode` should have an upper case name [INFO] [stdout] --> src/common_types.rs:304:11 [INFO] [stdout] | [INFO] [stdout] 304 | pub const LibnxError_BadAppletGetPerformanceMode: root::_bindgen_ty_3 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_APPLET_GET_PERFORMANCE_MODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadUsbCommsRead` should have an upper case name [INFO] [stdout] --> src/common_types.rs:305:11 [INFO] [stdout] | [INFO] [stdout] 305 | pub const LibnxError_BadUsbCommsRead: root::_bindgen_ty_3 = 28; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_USB_COMMS_READ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadUsbCommsWrite` should have an upper case name [INFO] [stdout] --> src/common_types.rs:306:11 [INFO] [stdout] | [INFO] [stdout] 306 | pub const LibnxError_BadUsbCommsWrite: root::_bindgen_ty_3 = 29; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_USB_COMMS_WRITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InitFail_SM` should have an upper case name [INFO] [stdout] --> src/common_types.rs:307:11 [INFO] [stdout] | [INFO] [stdout] 307 | pub const LibnxError_InitFail_SM: root::_bindgen_ty_3 = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INIT_FAIL_SM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InitFail_AM` should have an upper case name [INFO] [stdout] --> src/common_types.rs:308:11 [INFO] [stdout] | [INFO] [stdout] 308 | pub const LibnxError_InitFail_AM: root::_bindgen_ty_3 = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INIT_FAIL_AM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InitFail_HID` should have an upper case name [INFO] [stdout] --> src/common_types.rs:309:11 [INFO] [stdout] | [INFO] [stdout] 309 | pub const LibnxError_InitFail_HID: root::_bindgen_ty_3 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INIT_FAIL_HID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InitFail_FS` should have an upper case name [INFO] [stdout] --> src/common_types.rs:310:11 [INFO] [stdout] | [INFO] [stdout] 310 | pub const LibnxError_InitFail_FS: root::_bindgen_ty_3 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INIT_FAIL_FS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_BadGetInfo_Rng` should have an upper case name [INFO] [stdout] --> src/common_types.rs:311:11 [INFO] [stdout] | [INFO] [stdout] 311 | pub const LibnxError_BadGetInfo_Rng: root::_bindgen_ty_3 = 34; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_BAD_GET_INFO_RNG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_JitUnavailable` should have an upper case name [INFO] [stdout] --> src/common_types.rs:312:11 [INFO] [stdout] | [INFO] [stdout] 312 | pub const LibnxError_JitUnavailable: root::_bindgen_ty_3 = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_JIT_UNAVAILABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_WeirdKernel` should have an upper case name [INFO] [stdout] --> src/common_types.rs:313:11 [INFO] [stdout] | [INFO] [stdout] 313 | pub const LibnxError_WeirdKernel: root::_bindgen_ty_3 = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_WEIRD_KERNEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_IncompatSysVer` should have an upper case name [INFO] [stdout] --> src/common_types.rs:314:11 [INFO] [stdout] | [INFO] [stdout] 314 | pub const LibnxError_IncompatSysVer: root::_bindgen_ty_3 = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INCOMPAT_SYS_VER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InitFail_Time` should have an upper case name [INFO] [stdout] --> src/common_types.rs:315:11 [INFO] [stdout] | [INFO] [stdout] 315 | pub const LibnxError_InitFail_Time: root::_bindgen_ty_3 = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INIT_FAIL_TIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_TooManyDevOpTabs` should have an upper case name [INFO] [stdout] --> src/common_types.rs:316:11 [INFO] [stdout] | [INFO] [stdout] 316 | pub const LibnxError_TooManyDevOpTabs: root::_bindgen_ty_3 = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_TOO_MANY_DEV_OP_TABS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_DomainMessageUnknownType` should have an upper case name [INFO] [stdout] --> src/common_types.rs:317:11 [INFO] [stdout] | [INFO] [stdout] 317 | pub const LibnxError_DomainMessageUnknownType: root::_bindgen_ty_3 = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_DOMAIN_MESSAGE_UNKNOWN_TYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_DomainMessageTooManyObjectIds` should have an upper case name [INFO] [stdout] --> src/common_types.rs:318:11 [INFO] [stdout] | [INFO] [stdout] 318 | pub const LibnxError_DomainMessageTooManyObjectIds: root::_bindgen_ty_3 = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_DOMAIN_MESSAGE_TOO_MANY_OBJECT_IDS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_AppletFailedToInitialize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:319:11 [INFO] [stdout] | [INFO] [stdout] 319 | pub const LibnxError_AppletFailedToInitialize: root::_bindgen_ty_3 = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_APPLET_FAILED_TO_INITIALIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_ApmFailedToInitialize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:320:11 [INFO] [stdout] | [INFO] [stdout] 320 | pub const LibnxError_ApmFailedToInitialize: root::_bindgen_ty_3 = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_APM_FAILED_TO_INITIALIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_NvinfoFailedToInitialize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:321:11 [INFO] [stdout] | [INFO] [stdout] 321 | pub const LibnxError_NvinfoFailedToInitialize: root::_bindgen_ty_3 = 44; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_NVINFO_FAILED_TO_INITIALIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_NvbufFailedToInitialize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:322:11 [INFO] [stdout] | [INFO] [stdout] 322 | pub const LibnxError_NvbufFailedToInitialize: root::_bindgen_ty_3 = 45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_NVBUF_FAILED_TO_INITIALIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_LibAppletBadExit` should have an upper case name [INFO] [stdout] --> src/common_types.rs:323:11 [INFO] [stdout] | [INFO] [stdout] 323 | pub const LibnxError_LibAppletBadExit: root::_bindgen_ty_3 = 46; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_LIB_APPLET_BAD_EXIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_InvalidCmifOutHeader` should have an upper case name [INFO] [stdout] --> src/common_types.rs:324:11 [INFO] [stdout] | [INFO] [stdout] 324 | pub const LibnxError_InvalidCmifOutHeader: root::_bindgen_ty_3 = 47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_INVALID_CMIF_OUT_HEADER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxError_ShouldNotHappen` should have an upper case name [INFO] [stdout] --> src/common_types.rs:325:11 [INFO] [stdout] | [INFO] [stdout] 325 | pub const LibnxError_ShouldNotHappen: root::_bindgen_ty_3 = 48; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_ERROR_SHOULD_NOT_HAPPEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_Unknown` should have an upper case name [INFO] [stdout] --> src/common_types.rs:328:11 [INFO] [stdout] | [INFO] [stdout] 328 | pub const LibnxBinderError_Unknown: root::_bindgen_ty_4 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_NoMemory` should have an upper case name [INFO] [stdout] --> src/common_types.rs:329:11 [INFO] [stdout] | [INFO] [stdout] 329 | pub const LibnxBinderError_NoMemory: root::_bindgen_ty_4 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_NO_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_InvalidOperation` should have an upper case name [INFO] [stdout] --> src/common_types.rs:330:11 [INFO] [stdout] | [INFO] [stdout] 330 | pub const LibnxBinderError_InvalidOperation: root::_bindgen_ty_4 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_INVALID_OPERATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_BadValue` should have an upper case name [INFO] [stdout] --> src/common_types.rs:331:11 [INFO] [stdout] | [INFO] [stdout] 331 | pub const LibnxBinderError_BadValue: root::_bindgen_ty_4 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_BAD_VALUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_BadType` should have an upper case name [INFO] [stdout] --> src/common_types.rs:332:11 [INFO] [stdout] | [INFO] [stdout] 332 | pub const LibnxBinderError_BadType: root::_bindgen_ty_4 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_BAD_TYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_NameNotFound` should have an upper case name [INFO] [stdout] --> src/common_types.rs:333:11 [INFO] [stdout] | [INFO] [stdout] 333 | pub const LibnxBinderError_NameNotFound: root::_bindgen_ty_4 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_NAME_NOT_FOUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_PermissionDenied` should have an upper case name [INFO] [stdout] --> src/common_types.rs:334:11 [INFO] [stdout] | [INFO] [stdout] 334 | pub const LibnxBinderError_PermissionDenied: root::_bindgen_ty_4 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_PERMISSION_DENIED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_NoInit` should have an upper case name [INFO] [stdout] --> src/common_types.rs:335:11 [INFO] [stdout] | [INFO] [stdout] 335 | pub const LibnxBinderError_NoInit: root::_bindgen_ty_4 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_NO_INIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_AlreadyExists` should have an upper case name [INFO] [stdout] --> src/common_types.rs:336:11 [INFO] [stdout] | [INFO] [stdout] 336 | pub const LibnxBinderError_AlreadyExists: root::_bindgen_ty_4 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_ALREADY_EXISTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_DeadObject` should have an upper case name [INFO] [stdout] --> src/common_types.rs:337:11 [INFO] [stdout] | [INFO] [stdout] 337 | pub const LibnxBinderError_DeadObject: root::_bindgen_ty_4 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_DEAD_OBJECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_FailedTransaction` should have an upper case name [INFO] [stdout] --> src/common_types.rs:338:11 [INFO] [stdout] | [INFO] [stdout] 338 | pub const LibnxBinderError_FailedTransaction: root::_bindgen_ty_4 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_FAILED_TRANSACTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_BadIndex` should have an upper case name [INFO] [stdout] --> src/common_types.rs:339:11 [INFO] [stdout] | [INFO] [stdout] 339 | pub const LibnxBinderError_BadIndex: root::_bindgen_ty_4 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_BAD_INDEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_NotEnoughData` should have an upper case name [INFO] [stdout] --> src/common_types.rs:340:11 [INFO] [stdout] | [INFO] [stdout] 340 | pub const LibnxBinderError_NotEnoughData: root::_bindgen_ty_4 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_NOT_ENOUGH_DATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_WouldBlock` should have an upper case name [INFO] [stdout] --> src/common_types.rs:341:11 [INFO] [stdout] | [INFO] [stdout] 341 | pub const LibnxBinderError_WouldBlock: root::_bindgen_ty_4 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_WOULD_BLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_TimedOut` should have an upper case name [INFO] [stdout] --> src/common_types.rs:342:11 [INFO] [stdout] | [INFO] [stdout] 342 | pub const LibnxBinderError_TimedOut: root::_bindgen_ty_4 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_TIMED_OUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_UnknownTransaction` should have an upper case name [INFO] [stdout] --> src/common_types.rs:343:11 [INFO] [stdout] | [INFO] [stdout] 343 | pub const LibnxBinderError_UnknownTransaction: root::_bindgen_ty_4 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_UNKNOWN_TRANSACTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxBinderError_FdsNotAllowed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:344:11 [INFO] [stdout] | [INFO] [stdout] 344 | pub const LibnxBinderError_FdsNotAllowed: root::_bindgen_ty_4 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_BINDER_ERROR_FDS_NOT_ALLOWED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_Unknown` should have an upper case name [INFO] [stdout] --> src/common_types.rs:347:11 [INFO] [stdout] | [INFO] [stdout] 347 | pub const LibnxNvidiaError_Unknown: root::_bindgen_ty_5 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_NotImplemented` should have an upper case name [INFO] [stdout] --> src/common_types.rs:349:11 [INFO] [stdout] | [INFO] [stdout] 349 | pub const LibnxNvidiaError_NotImplemented: root::_bindgen_ty_5 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_NOT_IMPLEMENTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_NotSupported` should have an upper case name [INFO] [stdout] --> src/common_types.rs:351:11 [INFO] [stdout] | [INFO] [stdout] 351 | pub const LibnxNvidiaError_NotSupported: root::_bindgen_ty_5 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_NOT_SUPPORTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_NotInitialized` should have an upper case name [INFO] [stdout] --> src/common_types.rs:353:11 [INFO] [stdout] | [INFO] [stdout] 353 | pub const LibnxNvidiaError_NotInitialized: root::_bindgen_ty_5 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_NOT_INITIALIZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_BadParameter` should have an upper case name [INFO] [stdout] --> src/common_types.rs:355:11 [INFO] [stdout] | [INFO] [stdout] 355 | pub const LibnxNvidiaError_BadParameter: root::_bindgen_ty_5 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_BAD_PARAMETER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_Timeout` should have an upper case name [INFO] [stdout] --> src/common_types.rs:357:11 [INFO] [stdout] | [INFO] [stdout] 357 | pub const LibnxNvidiaError_Timeout: root::_bindgen_ty_5 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_TIMEOUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_InsufficientMemory` should have an upper case name [INFO] [stdout] --> src/common_types.rs:359:11 [INFO] [stdout] | [INFO] [stdout] 359 | pub const LibnxNvidiaError_InsufficientMemory: root::_bindgen_ty_5 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_INSUFFICIENT_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_ReadOnlyAttribute` should have an upper case name [INFO] [stdout] --> src/common_types.rs:361:11 [INFO] [stdout] | [INFO] [stdout] 361 | pub const LibnxNvidiaError_ReadOnlyAttribute: root::_bindgen_ty_5 = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_READ_ONLY_ATTRIBUTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_InvalidState` should have an upper case name [INFO] [stdout] --> src/common_types.rs:363:11 [INFO] [stdout] | [INFO] [stdout] 363 | pub const LibnxNvidiaError_InvalidState: root::_bindgen_ty_5 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_INVALID_STATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_InvalidAddress` should have an upper case name [INFO] [stdout] --> src/common_types.rs:365:11 [INFO] [stdout] | [INFO] [stdout] 365 | pub const LibnxNvidiaError_InvalidAddress: root::_bindgen_ty_5 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_INVALID_ADDRESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_InvalidSize` should have an upper case name [INFO] [stdout] --> src/common_types.rs:367:11 [INFO] [stdout] | [INFO] [stdout] 367 | pub const LibnxNvidiaError_InvalidSize: root::_bindgen_ty_5 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_INVALID_SIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_BadValue` should have an upper case name [INFO] [stdout] --> src/common_types.rs:369:11 [INFO] [stdout] | [INFO] [stdout] 369 | pub const LibnxNvidiaError_BadValue: root::_bindgen_ty_5 = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_BAD_VALUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_AlreadyAllocated` should have an upper case name [INFO] [stdout] --> src/common_types.rs:371:11 [INFO] [stdout] | [INFO] [stdout] 371 | pub const LibnxNvidiaError_AlreadyAllocated: root::_bindgen_ty_5 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_ALREADY_ALLOCATED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_Busy` should have an upper case name [INFO] [stdout] --> src/common_types.rs:373:11 [INFO] [stdout] | [INFO] [stdout] 373 | pub const LibnxNvidiaError_Busy: root::_bindgen_ty_5 = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_BUSY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_ResourceError` should have an upper case name [INFO] [stdout] --> src/common_types.rs:375:11 [INFO] [stdout] | [INFO] [stdout] 375 | pub const LibnxNvidiaError_ResourceError: root::_bindgen_ty_5 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_RESOURCE_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_CountMismatch` should have an upper case name [INFO] [stdout] --> src/common_types.rs:377:11 [INFO] [stdout] | [INFO] [stdout] 377 | pub const LibnxNvidiaError_CountMismatch: root::_bindgen_ty_5 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_COUNT_MISMATCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_SharedMemoryTooSmall` should have an upper case name [INFO] [stdout] --> src/common_types.rs:379:11 [INFO] [stdout] | [INFO] [stdout] 379 | pub const LibnxNvidiaError_SharedMemoryTooSmall: root::_bindgen_ty_5 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_SHARED_MEMORY_TOO_SMALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_FileOperationFailed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:381:11 [INFO] [stdout] | [INFO] [stdout] 381 | pub const LibnxNvidiaError_FileOperationFailed: root::_bindgen_ty_5 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_FILE_OPERATION_FAILED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `LibnxNvidiaError_IoctlFailed` should have an upper case name [INFO] [stdout] --> src/common_types.rs:383:11 [INFO] [stdout] | [INFO] [stdout] 383 | pub const LibnxNvidiaError_IoctlFailed: root::_bindgen_ty_5 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LIBNX_NVIDIA_ERROR_IOCTL_FAILED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `curState` should have a snake case name [INFO] [stdout] --> src/common_types.rs:389:9 [INFO] [stdout] | [INFO] [stdout] 389 | pub curState: u8, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `cur_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isRecursiveMutex` should have a snake case name [INFO] [stdout] --> src/common_types.rs:390:9 [INFO] [stdout] | [INFO] [stdout] 390 | pub isRecursiveMutex: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_recursive_mutex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lockLevel` should have a snake case name [INFO] [stdout] --> src/common_types.rs:391:9 [INFO] [stdout] | [INFO] [stdout] 391 | pub lockLevel: root::s32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `lock_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_ANY` should have an upper case name [INFO] [stdout] --> src/common_types.rs:816:11 [INFO] [stdout] | [INFO] [stdout] 816 | pub const Val_GNU_MIPS_ABI_FP_ANY: root::_bindgen_ty_6 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_ANY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_DOUBLE` should have an upper case name [INFO] [stdout] --> src/common_types.rs:817:11 [INFO] [stdout] | [INFO] [stdout] 817 | pub const Val_GNU_MIPS_ABI_FP_DOUBLE: root::_bindgen_ty_6 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_DOUBLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_SINGLE` should have an upper case name [INFO] [stdout] --> src/common_types.rs:818:11 [INFO] [stdout] | [INFO] [stdout] 818 | pub const Val_GNU_MIPS_ABI_FP_SINGLE: root::_bindgen_ty_6 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_SINGLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_SOFT` should have an upper case name [INFO] [stdout] --> src/common_types.rs:819:11 [INFO] [stdout] | [INFO] [stdout] 819 | pub const Val_GNU_MIPS_ABI_FP_SOFT: root::_bindgen_ty_6 = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_SOFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_OLD_64` should have an upper case name [INFO] [stdout] --> src/common_types.rs:820:11 [INFO] [stdout] | [INFO] [stdout] 820 | pub const Val_GNU_MIPS_ABI_FP_OLD_64: root::_bindgen_ty_6 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_OLD_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_XX` should have an upper case name [INFO] [stdout] --> src/common_types.rs:821:11 [INFO] [stdout] | [INFO] [stdout] 821 | pub const Val_GNU_MIPS_ABI_FP_XX: root::_bindgen_ty_6 = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_XX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_64` should have an upper case name [INFO] [stdout] --> src/common_types.rs:822:11 [INFO] [stdout] | [INFO] [stdout] 822 | pub const Val_GNU_MIPS_ABI_FP_64: root::_bindgen_ty_6 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_64A` should have an upper case name [INFO] [stdout] --> src/common_types.rs:823:11 [INFO] [stdout] | [INFO] [stdout] 823 | pub const Val_GNU_MIPS_ABI_FP_64A: root::_bindgen_ty_6 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_64_A` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Val_GNU_MIPS_ABI_FP_MAX` should have an upper case name [INFO] [stdout] --> src/common_types.rs:824:11 [INFO] [stdout] | [INFO] [stdout] 824 | pub const Val_GNU_MIPS_ABI_FP_MAX: root::_bindgen_ty_6 = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `VAL_GNU_MIPS_ABI_FP_MAX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_STREAM` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1044:11 [INFO] [stdout] | [INFO] [stdout] 1044 | pub const __socket_type_SOCK_STREAM: root::__socket_type = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_STREAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_DGRAM` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1045:11 [INFO] [stdout] | [INFO] [stdout] 1045 | pub const __socket_type_SOCK_DGRAM: root::__socket_type = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DGRAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_RAW` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1046:11 [INFO] [stdout] | [INFO] [stdout] 1046 | pub const __socket_type_SOCK_RAW: root::__socket_type = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RAW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_RDM` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1047:11 [INFO] [stdout] | [INFO] [stdout] 1047 | pub const __socket_type_SOCK_RDM: root::__socket_type = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_RDM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_SEQPACKET` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1048:11 [INFO] [stdout] | [INFO] [stdout] 1048 | pub const __socket_type_SOCK_SEQPACKET: root::__socket_type = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_SEQPACKET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_DCCP` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1049:11 [INFO] [stdout] | [INFO] [stdout] 1049 | pub const __socket_type_SOCK_DCCP: root::__socket_type = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_DCCP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_PACKET` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1050:11 [INFO] [stdout] | [INFO] [stdout] 1050 | pub const __socket_type_SOCK_PACKET: root::__socket_type = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_PACKET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_CLOEXEC` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1051:11 [INFO] [stdout] | [INFO] [stdout] 1051 | pub const __socket_type_SOCK_CLOEXEC: root::__socket_type = 524288; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_CLOEXEC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__socket_type_SOCK_NONBLOCK` should have an upper case name [INFO] [stdout] --> src/common_types.rs:1052:11 [INFO] [stdout] | [INFO] [stdout] 1052 | pub const __socket_type_SOCK_NONBLOCK: root::__socket_type = 2048; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__SOCKET_TYPE_SOCK_NONBLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Sunday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | pub const DayOfTheWeek_Sunday: root::nn::time::DayOfTheWeek = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_SUNDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Monday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const DayOfTheWeek_Monday: root::nn::time::DayOfTheWeek = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_MONDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Tuesday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const DayOfTheWeek_Tuesday: root::nn::time::DayOfTheWeek = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_TUESDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Wednesday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const DayOfTheWeek_Wednesday: root::nn::time::DayOfTheWeek = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_WEDNESDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Thursday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | pub const DayOfTheWeek_Thursday: root::nn::time::DayOfTheWeek = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_THURSDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Friday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const DayOfTheWeek_Friday: root::nn::time::DayOfTheWeek = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_FRIDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DayOfTheWeek_Saturday` should have an upper case name [INFO] [stdout] --> src/nn/time.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const DayOfTheWeek_Saturday: root::nn::time::DayOfTheWeek = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DAY_OF_THE_WEEK_SATURDAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `standardTimeName` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub standardTimeName: [u8; 8usize], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `standard_time_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `utcOffset` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub utcOffset: root::s32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `utc_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dayOfTheWeek` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub dayOfTheWeek: root::nn::time::DayOfTheWeek, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `day_of_the_week` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `dayofYear` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub dayofYear: root::s32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `dayof_year` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `timeZone` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub timeZone: root::nn::time::TimeZone, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `time_zone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetCurrentTime` should have a snake case name [INFO] [stdout] --> src/nn/time.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn GetCurrentTime(arg1: *mut root::nn::time::PosixTime) -> root::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_current_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `SetApplicationErrorCodeNumber` should have a snake case name [INFO] [stdout] --> src/nn/err.rs:52:19 [INFO] [stdout] | [INFO] [stdout] 52 | pub unsafe fn SetApplicationErrorCodeNumber(&mut self, error_code: u32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_application_error_code_number` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `SetDialogMessage` should have a snake case name [INFO] [stdout] --> src/nn/err.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | pub unsafe fn SetDialogMessage(&mut self, message: *const u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_dialog_message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `SetFullScreenMessage` should have a snake case name [INFO] [stdout] --> src/nn/err.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | pub unsafe fn SetFullScreenMessage(&mut self, message: *const u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_full_screen_message` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `languageCode` should have a snake case name [INFO] [stdout] --> src/nn/err.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | languageCode: *const root::nn::settings::LanguageCode, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `language_code` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_multiWaitObjectList` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | _multiWaitObjectList: MultiWaitObjectList, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_multi_wait_object_list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_maxCount` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | _maxCount: i32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_max_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_csSemaphore` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | _csSemaphore: InternalCriticalSection, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `_cs_semaphore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_cvNotZero` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | _cvNotZero: InternalConditionVariable, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `_cv_not_zero` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isSignaled` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub isSignaled: bool, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `is_signaled` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `initiallySignaled` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub initiallySignaled: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `initially_signaled` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `shouldAutoClear` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub shouldAutoClear: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `should_auto_clear` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isInit` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub isInit: bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `is_init` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `signalCounter` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub signalCounter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `signal_counter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `signalCounter2` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub signalCounter2: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `signal_counter2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EventClearMode_EventClearMode_ManualClear` should have an upper case name [INFO] [stdout] --> src/nn/os.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | pub const EventClearMode_EventClearMode_ManualClear: root::nn::os::EventClearMode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EVENT_CLEAR_MODE_EVENT_CLEAR_MODE_MANUAL_CLEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EventClearMode_EventClearMode_AutoClear` should have an upper case name [INFO] [stdout] --> src/nn/os.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const EventClearMode_EventClearMode_AutoClear: root::nn::os::EventClearMode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EVENT_CLEAR_MODE_EVENT_CLEAR_MODE_AUTO_CLEAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Buffer` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub Buffer: *mut u8, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `MaxCount` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | pub MaxCount: u32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `max_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Count` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub Count: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Offset` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub Offset: u32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Initialized` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub Initialized: bool, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_x3C` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub _x3C: root::nn::os::detail::InternalConditionVariable, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `_x3_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:175:15 [INFO] [stdout] | [INFO] [stdout] 175 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:182:39 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn FinalizeMessageQueue(arg1: *mut root::nn::os::MessageQueueType); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:187:15 [INFO] [stdout] | [INFO] [stdout] 187 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:193:35 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn SendMessageQueue(arg1: *mut root::nn::os::MessageQueueType, arg2: u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:198:15 [INFO] [stdout] | [INFO] [stdout] 198 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:207:15 [INFO] [stdout] | [INFO] [stdout] 207 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:214:15 [INFO] [stdout] | [INFO] [stdout] 214 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:221:15 [INFO] [stdout] | [INFO] [stdout] 221 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:229:15 [INFO] [stdout] | [INFO] [stdout] 229 | arg2: *const root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:236:15 [INFO] [stdout] | [INFO] [stdout] 236 | arg2: *const root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:243:15 [INFO] [stdout] | [INFO] [stdout] 243 | arg2: *const root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:249:15 [INFO] [stdout] | [INFO] [stdout] 249 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:255:34 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn JamMessageQueue(arg1: *mut root::nn::os::MessageQueueType, arg2: u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `MessageQueueType`, which is not FFI-safe [INFO] [stdout] --> src/nn/os.rs:260:15 [INFO] [stdout] | [INFO] [stdout] 260 | arg1: *mut root::nn::os::MessageQueueType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stdout] = note: this struct has unspecified layout [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/os.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct MessageQueueType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ErrorDescription` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:489:9 [INFO] [stdout] | [INFO] [stdout] 489 | pub ErrorDescription: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `error_description` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `CpuRegisters` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:492:9 [INFO] [stdout] | [INFO] [stdout] 492 | pub CpuRegisters: [root::nn::os::CpuRegister; 29usize], [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `cpu_registers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FP` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:494:9 [INFO] [stdout] | [INFO] [stdout] 494 | pub FP: root::nn::os::CpuRegister, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `fp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LR` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:496:9 [INFO] [stdout] | [INFO] [stdout] 496 | pub LR: root::nn::os::CpuRegister, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `lr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `SP` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:498:9 [INFO] [stdout] | [INFO] [stdout] 498 | pub SP: root::nn::os::CpuRegister, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `sp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `PC` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | pub PC: root::nn::os::CpuRegister, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `pc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FpuRegisters` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:503:9 [INFO] [stdout] | [INFO] [stdout] 503 | pub FpuRegisters: [root::nn::os::FpuRegister; 32usize], [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `fpu_registers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `PState` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:505:9 [INFO] [stdout] | [INFO] [stdout] 505 | pub PState: u32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `pstate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `AFSR0` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:506:9 [INFO] [stdout] | [INFO] [stdout] 506 | pub AFSR0: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `afsr0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `AFSR1` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:507:9 [INFO] [stdout] | [INFO] [stdout] 507 | pub AFSR1: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `afsr1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ESR` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:508:9 [INFO] [stdout] | [INFO] [stdout] 508 | pub ESR: u32, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `esr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FAR` should have a snake case name [INFO] [stdout] --> src/nn/os.rs:510:9 [INFO] [stdout] | [INFO] [stdout] 510 | pub FAR: root::nn::os::CpuRegister, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `far` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Image` should have a snake case name [INFO] [stdout] --> src/nn/os/detail.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub Image: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Image` should have a snake case name [INFO] [stdout] --> src/nn/os/detail.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub Image: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Japanese` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const Language_Language_Japanese: root::nn::settings::Language = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_JAPANESE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_English` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const Language_Language_English: root::nn::settings::Language = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_ENGLISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_French` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const Language_Language_French: root::nn::settings::Language = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_FRENCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_German` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const Language_Language_German: root::nn::settings::Language = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_GERMAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Italian` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub const Language_Language_Italian: root::nn::settings::Language = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_ITALIAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Spanish` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const Language_Language_Spanish: root::nn::settings::Language = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_SPANISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Chinese` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const Language_Language_Chinese: root::nn::settings::Language = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_CHINESE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Korean` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const Language_Language_Korean: root::nn::settings::Language = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_KOREAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Dutch` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const Language_Language_Dutch: root::nn::settings::Language = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_DUTCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Portuguese` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const Language_Language_Portuguese: root::nn::settings::Language = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_PORTUGUESE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Russian` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const Language_Language_Russian: root::nn::settings::Language = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_RUSSIAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_Taiwanese` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub const Language_Language_Taiwanese: root::nn::settings::Language = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_TAIWANESE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_BritishEnglish` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | pub const Language_Language_BritishEnglish: root::nn::settings::Language = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_BRITISH_ENGLISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_CanadianFrench` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | pub const Language_Language_CanadianFrench: root::nn::settings::Language = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_CANADIAN_FRENCH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `Language_Language_LatinAmericanSpanish` should have an upper case name [INFO] [stdout] --> src/nn/settings.rs:20:11 [INFO] [stdout] | [INFO] [stdout] 20 | pub const Language_Language_LatinAmericanSpanish: root::nn::settings::Language = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `LANGUAGE_LANGUAGE_LATIN_AMERICAN_SPANISH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Make` should have a snake case name [INFO] [stdout] --> src/nn/settings.rs:36:19 [INFO] [stdout] | [INFO] [stdout] 36 | pub unsafe fn Make( [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `make` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `RestartProgramNoArgs` should have a snake case name [INFO] [stdout] --> src/nn/oe.rs:156:8 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn RestartProgramNoArgs() -> ! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `restart_program_no_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `fileSize` should have a snake case name [INFO] [stdout] --> src/nn/fs.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub fileSize: root::s64, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `file_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DirectoryEntryType_DirectoryEntryType_Directory` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const DirectoryEntryType_DirectoryEntryType_Directory: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRECTORY_ENTRY_TYPE_DIRECTORY_ENTRY_TYPE_DIRECTORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DirectoryEntryType_DirectoryEntryType_File` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const DirectoryEntryType_DirectoryEntryType_File: root::nn::fs::DirectoryEntryType = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DIRECTORY_ENTRY_TYPE_DIRECTORY_ENTRY_TYPE_FILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenMode_OpenMode_Read` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const OpenMode_OpenMode_Read: root::nn::fs::OpenMode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_MODE_OPEN_MODE_READ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenMode_OpenMode_Write` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | pub const OpenMode_OpenMode_Write: root::nn::fs::OpenMode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_MODE_OPEN_MODE_WRITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenMode_OpenMode_Append` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | pub const OpenMode_OpenMode_Append: root::nn::fs::OpenMode = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_MODE_OPEN_MODE_APPEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenMode_OpenMode_ReadWrite` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | pub const OpenMode_OpenMode_ReadWrite: root::nn::fs::OpenMode = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_MODE_OPEN_MODE_READ_WRITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenDirectoryMode_OpenDirectoryMode_Directory` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub const OpenDirectoryMode_OpenDirectoryMode_Directory: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_DIRECTORY_MODE_OPEN_DIRECTORY_MODE_DIRECTORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenDirectoryMode_OpenDirectoryMode_File` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | pub const OpenDirectoryMode_OpenDirectoryMode_File: root::nn::fs::OpenDirectoryMode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_DIRECTORY_MODE_OPEN_DIRECTORY_MODE_FILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `OpenDirectoryMode_OpenDirectoryMode_All` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | pub const OpenDirectoryMode_OpenDirectoryMode_All: root::nn::fs::OpenDirectoryMode = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_DIRECTORY_MODE_OPEN_DIRECTORY_MODE_ALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `WriteOptionFlag_WriteOptionFlag_Flush` should have an upper case name [INFO] [stdout] --> src/nn/fs.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 40 | pub const WriteOptionFlag_WriteOptionFlag_Flush: root::nn::fs::WriteOptionFlag = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `WRITE_OPTION_FLAG_WRITE_OPTION_FLAG_FLUSH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ModuleObject` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub ModuleObject: *mut root::rtld::ModuleObject, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `module_object` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `State` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub State: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `NroPtr` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub NroPtr: *mut u8, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `nro_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `BssPtr` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub BssPtr: *mut u8, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `bss_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `SourceBuffer` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub SourceBuffer: *mut u8, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `source_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Name` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub Name: [u8; 256usize], [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isLoaded` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub isLoaded: bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `is_loaded` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `reserved_1C` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub reserved_1C: [u8; 4usize], [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `reserved_1_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_x3C` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub _x3C: [u8; 4usize], [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `_x3_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_x33D` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | pub _x33D: [u8; 3usize], [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `_x33_d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nrrPtr` should have a snake case name [INFO] [stdout] --> src/nn/ro.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub nrrPtr: *mut root::nn::ro::NrrHeader, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `nrr_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RegistrationInfo_State_State_Unregistered` should have an upper case name [INFO] [stdout] --> src/nn/ro.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub const RegistrationInfo_State_State_Unregistered: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `REGISTRATION_INFO_STATE_STATE_UNREGISTERED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RegistrationInfo_State_State_Registered` should have an upper case name [INFO] [stdout] --> src/nn/ro.rs:76:11 [INFO] [stdout] | [INFO] [stdout] 76 | pub const RegistrationInfo_State_State_Registered: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `REGISTRATION_INFO_STATE_STATE_REGISTERED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BindFlag_BindFlag_Now` should have an upper case name [INFO] [stdout] --> src/nn/ro.rs:80:11 [INFO] [stdout] | [INFO] [stdout] 80 | pub const BindFlag_BindFlag_Now: root::nn::ro::BindFlag = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BIND_FLAG_BIND_FLAG_NOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BindFlag_BindFlag_Lazy` should have an upper case name [INFO] [stdout] --> src/nn/ro.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | pub const BindFlag_BindFlag_Lazy: root::nn::ro::BindFlag = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BIND_FLAG_BIND_FLAG_LAZY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_xC` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub _xC: u32, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `_x_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Initialize` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | pub unsafe fn Initialize(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Update` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:48:19 [INFO] [stdout] | [INFO] [stdout] 48 | pub unsafe fn Update(&mut self, arg1: *const u8, dataSize: u64) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `update` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `dataSize` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:48:54 [INFO] [stdout] | [INFO] [stdout] 48 | pub unsafe fn Update(&mut self, arg1: *const u8, dataSize: u64) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `data_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessBlock` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:52:19 [INFO] [stdout] | [INFO] [stdout] 52 | pub unsafe fn ProcessBlock(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `process_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetHash` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | pub unsafe fn GetHash(&mut self, arg1: *mut u8, hashSize: u64) { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `get_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `hashSize` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:56:53 [INFO] [stdout] | [INFO] [stdout] 56 | pub unsafe fn GetHash(&mut self, arg1: *mut u8, hashSize: u64) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `hash_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessLastBlock` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | pub unsafe fn ProcessLastBlock(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `process_last_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Initialize` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | pub unsafe fn Initialize(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Update` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:123:19 [INFO] [stdout] | [INFO] [stdout] 123 | pub unsafe fn Update(&mut self, arg1: *const u8, arg2: u64) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `update` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessBlock` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:127:19 [INFO] [stdout] | [INFO] [stdout] 127 | pub unsafe fn ProcessBlock(&mut self, arg1: *const u8) { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `process_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetHash` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:131:19 [INFO] [stdout] | [INFO] [stdout] 131 | pub unsafe fn GetHash(&mut self, destHash: *mut u8, arg1: u64) { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `get_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `destHash` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:131:38 [INFO] [stdout] | [INFO] [stdout] 131 | pub unsafe fn GetHash(&mut self, destHash: *mut u8, arg1: u64) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessLastBlock` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | pub unsafe fn ProcessLastBlock(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `process_last_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Initialize` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:215:19 [INFO] [stdout] | [INFO] [stdout] 215 | pub unsafe fn Initialize(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Update` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:219:19 [INFO] [stdout] | [INFO] [stdout] 219 | pub unsafe fn Update(&mut self, arg1: *const u8, arg2: u64) { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `update` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessBlocks` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:223:19 [INFO] [stdout] | [INFO] [stdout] 223 | pub unsafe fn ProcessBlocks(&mut self, arg1: *const u8, arg2: u64) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `process_blocks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetHash` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:227:19 [INFO] [stdout] | [INFO] [stdout] 227 | pub unsafe fn GetHash(&mut self, destHash: *mut u8, arg1: u64) { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `get_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `destHash` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:227:38 [INFO] [stdout] | [INFO] [stdout] 227 | pub unsafe fn GetHash(&mut self, destHash: *mut u8, arg1: u64) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `dest_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ProcessLastBlock` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | pub unsafe fn ProcessLastBlock(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `process_last_block` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `InitializeWithContext` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:235:19 [INFO] [stdout] | [INFO] [stdout] 235 | pub unsafe fn InitializeWithContext( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `initialize_with_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetContext` should have a snake case name [INFO] [stdout] --> src/nn/crypto/detail.rs:242:19 [INFO] [stdout] | [INFO] [stdout] 242 | pub unsafe fn GetContext(&self, arg1: *mut root::nn::crypto::Sha256Context) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `get_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EventIdLengthMax` should have an upper case name [INFO] [stdout] --> src/nn/prepo.rs:20:7 [INFO] [stdout] | [INFO] [stdout] 20 | const EventIdLengthMax: usize = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `EVENT_ID_LENGTH_MAX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `KeyLengthMax` should have an upper case name [INFO] [stdout] --> src/nn/prepo.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | const KeyLengthMax: usize = 63; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `KEY_LENGTH_MAX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ScalingMode_None` should have an upper case name [INFO] [stdout] --> src/nn/vi.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const ScalingMode_None: root::nn::vi::ScalingMode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SCALING_MODE_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ScalingMode_Exact` should have an upper case name [INFO] [stdout] --> src/nn/vi.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | pub const ScalingMode_Exact: root::nn::vi::ScalingMode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SCALING_MODE_EXACT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ScalingMode_FitLayer` should have an upper case name [INFO] [stdout] --> src/nn/vi.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const ScalingMode_FitLayer: root::nn::vi::ScalingMode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SCALING_MODE_FIT_LAYER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ScalingMode_ScaleAndCrop` should have an upper case name [INFO] [stdout] --> src/nn/vi.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | pub const ScalingMode_ScaleAndCrop: root::nn::vi::ScalingMode = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SCALING_MODE_SCALE_AND_CROP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ScalingMode_PreserveAspectRatio` should have an upper case name [INFO] [stdout] --> src/nn/vi.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub const ScalingMode_PreserveAspectRatio: root::nn::vi::ScalingMode = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SCALING_MODE_PRESERVE_ASPECT_RATIO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `JpegStatus_OK` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub const JpegStatus_OK: JpegStatus = 0; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `JPEG_STATUS_OK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `JpegStatus_INVALID_FORMAT` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const JpegStatus_INVALID_FORMAT: JpegStatus = -32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `JPEG_STATUS_INVALID_FORMAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `JpegStatus_UNSUPPORTED_FORMAT` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const JpegStatus_UNSUPPORTED_FORMAT: JpegStatus = -33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `JPEG_STATUS_UNSUPPORTED_FORMAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `JpegStatus_OUT_OF_MEMORY` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const JpegStatus_OUT_OF_MEMORY: JpegStatus = -64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `JPEG_STATUS_OUT_OF_MEMORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PixelFormat_RGBA32` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | pub const PixelFormat_RGBA32: PixelFormat = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PIXEL_FORMAT_RGBA32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PixelFormat_RGB24` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub const PixelFormat_RGB24: PixelFormat = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PIXEL_FORMAT_RGB24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ProcessStage_UNREGISTERED` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:11:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub const ProcessStage_UNREGISTERED: ProcessStage = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PROCESS_STAGE_UNREGISTERED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ProcessStage_REGISTERED` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const ProcessStage_REGISTERED: ProcessStage = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PROCESS_STAGE_REGISTERED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ProcessStage_ANALYZED` should have an upper case name [INFO] [stdout] --> src/nn/image.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub const ProcessStage_ANALYZED: ProcessStage = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PROCESS_STAGE_ANALYZED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mProcessStage` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub mProcessStage: ProcessStage, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_process_stage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mData` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub mData: *mut u8, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSize` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub mSize: root::s64, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mFormat` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub mFormat: PixelFormat, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `m_format` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mImgDimensions` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub mImgDimensions: Dimension, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_img_dimensions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `SetImageData` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | pub unsafe fn SetImageData(&mut self, source: *const u8, size: u64) { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `set_image_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Analyze` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:82:19 [INFO] [stdout] | [INFO] [stdout] 82 | pub unsafe fn Analyze(&mut self) -> JpegStatus { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `analyze` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetAnalyzedDimension` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:86:19 [INFO] [stdout] | [INFO] [stdout] 86 | pub unsafe fn GetAnalyzedDimension(&self) -> Dimension { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_analyzed_dimension` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetAnalyzedWorkBufferSize` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:90:19 [INFO] [stdout] | [INFO] [stdout] 90 | pub unsafe fn GetAnalyzedWorkBufferSize(&self) -> root::s64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_analyzed_work_buffer_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Decode` should have a snake case name [INFO] [stdout] --> src/nn/image.rs:94:19 [INFO] [stdout] | [INFO] [stdout] 94 | pub unsafe fn Decode( [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `decode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetAccountId` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | pub unsafe fn GetAccountId(&self) -> root::nn::account::NetworkServiceAccountId { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `get_account_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetNickname` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | pub unsafe fn GetNickname(&self) -> *mut root::nn::account::Nickname { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_nickname` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `IsValid` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 62 | pub unsafe fn IsValid(&self) -> bool { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `is_valid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetProfileImageUrl` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:66:19 [INFO] [stdout] | [INFO] [stdout] 66 | pub unsafe fn GetProfileImageUrl( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_profile_image_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetSystemEvent` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:111:19 [INFO] [stdout] | [INFO] [stdout] 111 | pub unsafe fn GetSystemEvent( [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_system_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetResult` should have a snake case name [INFO] [stdout] --> src/nn/friends.rs:118:19 [INFO] [stdout] | [INFO] [stdout] 118 | pub unsafe fn GetResult(&self) -> root::Result { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `get_result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mPath` should have a snake case name [INFO] [stdout] --> src/nn/diag.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub mPath: *mut u8, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mBaseAddr` should have a snake case name [INFO] [stdout] --> src/nn/diag.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub mBaseAddr: u64, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `m_base_addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSize` should have a snake case name [INFO] [stdout] --> src/nn/diag.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub mSize: u64, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Context` should have a snake case name [INFO] [stdout] --> src/nn/ssl.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub mod Context { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Connection` should have a snake case name [INFO] [stdout] --> src/nn/ssl.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | mod Connection { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `connection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `CertificateFormat`, which is not FFI-safe [INFO] [stdout] --> src/nn/ssl.rs:60:25 [INFO] [stdout] | [INFO] [stdout] 60 | certFormat: CertificateFormat, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum [INFO] [stdout] = note: enum has no representation hint [INFO] [stdout] note: the type is defined here [INFO] [stdout] --> src/nn/ssl.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub enum CertificateFormat { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mIsInitialized` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub mIsInitialized: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_is_initialized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mIsEnabledThreadCache` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub mIsEnabledThreadCache: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_is_enabled_thread_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mAllocAddr` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub mAllocAddr: *mut u64, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `m_alloc_addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Initialize` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub unsafe fn Initialize(&mut self, address: *mut u8, size: u64) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Finalize` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:61:19 [INFO] [stdout] | [INFO] [stdout] 61 | pub unsafe fn Finalize(&mut self) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `finalize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Reallocate` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | pub unsafe fn Reallocate( [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `reallocate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `newSize` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | newSize: u64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `new_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Allocate` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | pub unsafe fn Allocate(&mut self, size: u64) -> *mut u8 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `allocate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Free` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | pub unsafe fn Free(&mut self, address: *mut u8) { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `free` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Dump` should have a snake case name [INFO] [stdout] --> src/nn/mem.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | pub unsafe fn Dump(&mut self) { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `dump` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CharacterEncodingResult_Success` should have an upper case name [INFO] [stdout] --> src/nn/util.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | pub const CharacterEncodingResult_Success: CharacterEncodingResult = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARACTER_ENCODING_RESULT_SUCCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CharacterEncodingResult_BadLength` should have an upper case name [INFO] [stdout] --> src/nn/util.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | pub const CharacterEncodingResult_BadLength: CharacterEncodingResult = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARACTER_ENCODING_RESULT_BAD_LENGTH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CharacterEncodingResult_InvalidFormat` should have an upper case name [INFO] [stdout] --> src/nn/util.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | pub const CharacterEncodingResult_InvalidFormat: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARACTER_ENCODING_RESULT_INVALID_FORMAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mMagic` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub mMagic: root::s32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `m_magic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mPosition` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | pub mPosition: u32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `m_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSectionCount` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | pub mSectionCount: root::s32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_section_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Relocate` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:83:19 [INFO] [stdout] | [INFO] [stdout] 83 | pub unsafe fn Relocate(&mut self) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `relocate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Unrelocate` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 87 | pub unsafe fn Unrelocate(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `unrelocate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mMagic` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | pub mMagic: root::s32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `m_magic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSig` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | pub mSig: u32, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `m_sig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mVerMicro` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | pub mVerMicro: u8, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `m_ver_micro` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mVerMinor` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | pub mVerMinor: u8, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `m_ver_minor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mVerMajor` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | pub mVerMajor: u16, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `m_ver_major` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mBOM` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | pub mBOM: u16, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `m_bom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mAlignment` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | pub mAlignment: u8, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `m_alignment` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mTargetAddrSize` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | pub mTargetAddrSize: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_target_addr_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mFileNameOffset` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | pub mFileNameOffset: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_file_name_offset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mFlag` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub mFlag: u16, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_flag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mFirstBlockOffs` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | pub mFirstBlockOffs: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_first_block_offs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mRelocationTableOffs` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | pub mRelocationTableOffs: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_relocation_table_offs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSize` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | pub mSize: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `m_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nnsdk v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `IsValid` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:139:19 [INFO] [stdout] | [INFO] [stdout] 139 | pub unsafe fn IsValid( [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `is_valid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `packedSig` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 141 | packedSig: root::s64, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `packed_sig` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `majorVer` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | majorVer: root::s32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `major_ver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `minorVer` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | minorVer: root::s32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `minor_ver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `microVer` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | microVer: root::s32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `micro_ver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `IsRelocated` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:149:19 [INFO] [stdout] | [INFO] [stdout] 149 | pub unsafe fn IsRelocated(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `is_relocated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `IsEndianReverse` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:153:19 [INFO] [stdout] | [INFO] [stdout] 153 | pub unsafe fn IsEndianReverse(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `is_endian_reverse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetRelocationTable` should have a snake case name [INFO] [stdout] --> src/nn/util.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | pub unsafe fn GetRelocationTable( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_relocation_table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updateCount` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub updateCount: i64, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `update_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Buttons` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub Buttons: u64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `buttons` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LStickX` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub LStickX: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `lstick_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LStickY` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub LStickY: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `lstick_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RStickX` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub RStickX: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `rstick_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RStickY` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub RStickY: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `rstick_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Flags` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub Flags: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `updateCount` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub updateCount: i64, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `update_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Buttons` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub Buttons: u64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `buttons` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LStickX` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub LStickX: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `lstick_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LStickY` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub LStickY: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `lstick_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RStickX` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub RStickX: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `rstick_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RStickY` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub RStickY: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `rstick_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Flags` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub Flags: u32, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `flags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LTrigger` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub LTrigger: u32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `ltrigger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RTrigger` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub RTrigger: u32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `rtrigger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mMinPlayerCount` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | pub mMinPlayerCount: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_min_player_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mMaxPlayerCount` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | pub mMaxPlayerCount: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_max_player_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mTakeOverConnection` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | pub mTakeOverConnection: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_take_over_connection` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mLeftJustify` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | pub mLeftJustify: bool, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `m_left_justify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mPermitJoyconDual` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | pub mPermitJoyconDual: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_permit_joycon_dual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSingleMode` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub mSingleMode: bool, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `m_single_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mUseColors` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub mUseColors: bool, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `m_use_colors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mColors` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub mColors: [root::nn::util::Color4u8; 4usize], [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `m_colors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mUsingControllerNames` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub mUsingControllerNames: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_using_controller_names` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mControllerNames` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub mControllerNames: [[u8; 129usize]; 4usize], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `m_controller_names` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mPlayerCount` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub mPlayerCount: i32, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `m_player_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `mSelectedId` should have a snake case name [INFO] [stdout] --> src/nn/hid.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | pub mSelectedId: i32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `m_selected_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Initialize` should have a snake case name [INFO] [stdout] --> src/rtld.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | pub unsafe fn Initialize(&mut self, aslr_base: u64, dynamic: *mut root::Elf64_Dyn) { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `initialize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `Relocate` should have a snake case name [INFO] [stdout] --> src/rtld.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | pub unsafe fn Relocate(&mut self) { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `relocate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `GetSymbolByName` should have a snake case name [INFO] [stdout] --> src/rtld.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | pub unsafe fn GetSymbolByName( [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_symbol_by_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `ResolveSymbols` should have a snake case name [INFO] [stdout] --> src/rtld.rs:96:19 [INFO] [stdout] | [INFO] [stdout] 96 | pub unsafe fn ResolveSymbols(&mut self, do_lazy_got_init: bool) { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `resolve_symbols` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `TryResolveSymbol` should have a snake case name [INFO] [stdout] --> src/rtld.rs:100:19 [INFO] [stdout] | [INFO] [stdout] 100 | pub unsafe fn TryResolveSymbol( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `try_resolve_symbol` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_char` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub type __u_char = u8; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UChar` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__u_short` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | pub type __u_short = u16; [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/common_types.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | pub type __u_int = u32; [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/common_types.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | pub type __u_long = u64; [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/common_types.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | pub type __int8_t = i8; [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/common_types.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | pub type __uint8_t = u8; [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/common_types.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | pub type __int16_t = i16; [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/common_types.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | pub type __uint16_t = u16; [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/common_types.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | pub type __int32_t = i32; [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/common_types.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | pub type __uint32_t = u32; [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/common_types.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | pub type __int64_t = i64; [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/common_types.rs:87:10 [INFO] [stdout] | [INFO] [stdout] 87 | pub type __uint64_t = u64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub type __int_least8_t = root::__int8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | pub type __uint_least8_t = root::__uint8_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | pub type __int_least16_t = root::__int16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:91:10 [INFO] [stdout] | [INFO] [stdout] 91 | pub type __uint_least16_t = root::__uint16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | pub type __int_least32_t = root::__int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | pub type __uint_least32_t = root::__uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | pub type __int_least64_t = root::__int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | pub type __uint_least64_t = root::__uint64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__quad_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | pub type __quad_t = i64; [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/common_types.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | pub type __u_quad_t = u64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UQuadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__intmax_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:98:10 [INFO] [stdout] | [INFO] [stdout] 98 | pub type __intmax_t = i64; [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/common_types.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | pub type __uintmax_t = u64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__dev_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | pub type __dev_t = u64; [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/common_types.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | pub type __uid_t = u32; [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/common_types.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | pub type __gid_t = u32; [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/common_types.rs:103:10 [INFO] [stdout] | [INFO] [stdout] 103 | pub type __ino_t = u64; [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/common_types.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | pub type __ino64_t = u64; [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/common_types.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | pub type __mode_t = u32; [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/common_types.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | pub type __nlink_t = u64; [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/common_types.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | pub type __off_t = i64; [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/common_types.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | pub type __off64_t = i64; [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/common_types.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | pub type __pid_t = i32; [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/common_types.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | pub type __clock_t = i64; [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/common_types.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | pub type __rlim_t = u64; [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/common_types.rs:118:10 [INFO] [stdout] | [INFO] [stdout] 118 | pub type __rlim64_t = u64; [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/common_types.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | pub type __id_t = u32; [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/common_types.rs:120:10 [INFO] [stdout] | [INFO] [stdout] 120 | pub type __time_t = i64; [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/common_types.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | pub type __useconds_t = u32; [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/common_types.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub type __suseconds_t = i64; [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/common_types.rs:123:10 [INFO] [stdout] | [INFO] [stdout] 123 | pub type __daddr_t = i32; [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/common_types.rs:124:10 [INFO] [stdout] | [INFO] [stdout] 124 | pub type __key_t = i32; [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/common_types.rs:125:10 [INFO] [stdout] | [INFO] [stdout] 125 | pub type __clockid_t = i32; [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/common_types.rs:126:10 [INFO] [stdout] | [INFO] [stdout] 126 | pub type __timer_t = *mut u8; [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/common_types.rs:127:10 [INFO] [stdout] | [INFO] [stdout] 127 | pub type __blksize_t = i64; [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/common_types.rs:128:10 [INFO] [stdout] | [INFO] [stdout] 128 | pub type __blkcnt_t = i64; [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/common_types.rs:129:10 [INFO] [stdout] | [INFO] [stdout] 129 | pub type __blkcnt64_t = i64; [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/common_types.rs:130:10 [INFO] [stdout] | [INFO] [stdout] 130 | pub type __fsblkcnt_t = u64; [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/common_types.rs:131:10 [INFO] [stdout] | [INFO] [stdout] 131 | pub type __fsblkcnt64_t = u64; [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/common_types.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | pub type __fsfilcnt_t = u64; [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/common_types.rs:133:10 [INFO] [stdout] | [INFO] [stdout] 133 | pub type __fsfilcnt64_t = u64; [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/common_types.rs:134:10 [INFO] [stdout] | [INFO] [stdout] 134 | pub type __fsword_t = i64; [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/common_types.rs:135:10 [INFO] [stdout] | [INFO] [stdout] 135 | pub type __ssize_t = i64; [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/common_types.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | pub type __syscall_slong_t = i64; [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/common_types.rs:137:10 [INFO] [stdout] | [INFO] [stdout] 137 | pub type __syscall_ulong_t = u64; [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/common_types.rs:138:10 [INFO] [stdout] | [INFO] [stdout] 138 | pub type __loff_t = root::__off64_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LoffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__caddr_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | pub type __caddr_t = *mut u8; [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/common_types.rs:140:10 [INFO] [stdout] | [INFO] [stdout] 140 | pub type __intptr_t = i64; [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/common_types.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | pub type __socklen_t = u32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__sig_atomic_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:142:10 [INFO] [stdout] | [INFO] [stdout] 142 | pub type __sig_atomic_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SigAtomicT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:143:10 [INFO] [stdout] | [INFO] [stdout] 143 | pub type int_least8_t = root::__int_least8_t; [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/common_types.rs:144:10 [INFO] [stdout] | [INFO] [stdout] 144 | pub type int_least16_t = root::__int_least16_t; [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/common_types.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | pub type int_least32_t = root::__int_least32_t; [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/common_types.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | pub type int_least64_t = root::__int_least64_t; [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/common_types.rs:147:10 [INFO] [stdout] | [INFO] [stdout] 147 | pub type uint_least8_t = root::__uint_least8_t; [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/common_types.rs:148:10 [INFO] [stdout] | [INFO] [stdout] 148 | pub type uint_least16_t = root::__uint_least16_t; [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/common_types.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 149 | pub type uint_least32_t = root::__uint_least32_t; [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/common_types.rs:150:10 [INFO] [stdout] | [INFO] [stdout] 150 | pub type uint_least64_t = root::__uint_least64_t; [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/common_types.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | pub type int_fast8_t = i8; [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/common_types.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | pub type int_fast16_t = i64; [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/common_types.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | pub type int_fast32_t = i64; [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/common_types.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | pub type int_fast64_t = i64; [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/common_types.rs:155:10 [INFO] [stdout] | [INFO] [stdout] 155 | pub type uint_fast8_t = u8; [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/common_types.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | pub type uint_fast16_t = u64; [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/common_types.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | pub type uint_fast32_t = u64; [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/common_types.rs:158:10 [INFO] [stdout] | [INFO] [stdout] 158 | pub type uint_fast64_t = u64; [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/common_types.rs:159:10 [INFO] [stdout] | [INFO] [stdout] 159 | pub type intmax_t = root::__intmax_t; [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/common_types.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | pub type uintmax_t = root::__uintmax_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `size_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | pub type size_t = u64; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `SizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s8` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:221:10 [INFO] [stdout] | [INFO] [stdout] 221 | pub type s8 = i8; [INFO] [stdout] | ^^ help: convert the identifier to upper camel case (notice the capitalization): `S8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s16` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:222:10 [INFO] [stdout] | [INFO] [stdout] 222 | pub type s16 = i16; [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `S16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s32` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:223:10 [INFO] [stdout] | [INFO] [stdout] 223 | pub type s32 = i32; [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `S32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s64` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:224:10 [INFO] [stdout] | [INFO] [stdout] 224 | pub type s64 = i64; [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `S64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `s128` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:225:10 [INFO] [stdout] | [INFO] [stdout] 225 | pub type s128 = root::__int128_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `S128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uchar` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:226:10 [INFO] [stdout] | [INFO] [stdout] 226 | pub type uchar = u8; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uchar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ulong` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:227:10 [INFO] [stdout] | [INFO] [stdout] 227 | pub type ulong = u64; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ulong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:228:10 [INFO] [stdout] | [INFO] [stdout] 228 | pub type uint = u32; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Uint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_1` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:239:10 [INFO] [stdout] | [INFO] [stdout] 239 | pub type _bindgen_ty_1 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_2` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:277:10 [INFO] [stdout] | [INFO] [stdout] 277 | pub type _bindgen_ty_2 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_3` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:327:10 [INFO] [stdout] | [INFO] [stdout] 327 | pub type _bindgen_ty_3 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_4` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:346:10 [INFO] [stdout] | [INFO] [stdout] 346 | pub type _bindgen_ty_4 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_5` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:385:10 [INFO] [stdout] | [INFO] [stdout] 385 | pub type _bindgen_ty_5 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Half` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:395:10 [INFO] [stdout] | [INFO] [stdout] 395 | pub type Elf32_Half = u16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Half` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Half` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:396:10 [INFO] [stdout] | [INFO] [stdout] 396 | pub type Elf64_Half = u16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Half` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Word` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:397:10 [INFO] [stdout] | [INFO] [stdout] 397 | pub type Elf32_Word = u32; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Word` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Sword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:398:10 [INFO] [stdout] | [INFO] [stdout] 398 | pub type Elf32_Sword = i32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Sword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Word` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:399:10 [INFO] [stdout] | [INFO] [stdout] 399 | pub type Elf64_Word = u32; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Word` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Sword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:400:10 [INFO] [stdout] | [INFO] [stdout] 400 | pub type Elf64_Sword = i32; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Sword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Xword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | pub type Elf32_Xword = u64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Xword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Sxword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:402:10 [INFO] [stdout] | [INFO] [stdout] 402 | pub type Elf32_Sxword = i64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Sxword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Xword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | pub type Elf64_Xword = u64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Xword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Sxword` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | pub type Elf64_Sxword = i64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Sxword` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Addr` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:405:10 [INFO] [stdout] | [INFO] [stdout] 405 | pub type Elf32_Addr = u32; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Addr` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:406:10 [INFO] [stdout] | [INFO] [stdout] 406 | pub type Elf64_Addr = u64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Off` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:407:10 [INFO] [stdout] | [INFO] [stdout] 407 | pub type Elf32_Off = u32; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Off` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Off` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:408:10 [INFO] [stdout] | [INFO] [stdout] 408 | pub type Elf64_Off = u64; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Off` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Section` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:409:10 [INFO] [stdout] | [INFO] [stdout] 409 | pub type Elf32_Section = u16; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Section` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | pub type Elf64_Section = u16; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Section` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Versym` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:411:10 [INFO] [stdout] | [INFO] [stdout] 411 | pub type Elf32_Versym = root::Elf32_Half; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Versym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Versym` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:412:10 [INFO] [stdout] | [INFO] [stdout] 412 | pub type Elf64_Versym = root::Elf64_Half; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Versym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf64_Phdr` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:571:12 [INFO] [stdout] | [INFO] [stdout] 571 | pub struct Elf64_Phdr { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf64Phdr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Elf32_Conflict` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:800:10 [INFO] [stdout] | [INFO] [stdout] 800 | pub type Elf32_Conflict = root::Elf32_Addr; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Elf32Conflict` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_bindgen_ty_6` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:825:10 [INFO] [stdout] | [INFO] [stdout] 825 | pub type _bindgen_ty_6 = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BindgenTy6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_char` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:833:10 [INFO] [stdout] | [INFO] [stdout] 833 | pub type u_char = root::__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/common_types.rs:834:10 [INFO] [stdout] | [INFO] [stdout] 834 | pub type u_short = root::__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/common_types.rs:835:10 [INFO] [stdout] | [INFO] [stdout] 835 | pub type u_int = root::__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/common_types.rs:836:10 [INFO] [stdout] | [INFO] [stdout] 836 | pub type u_long = root::__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/common_types.rs:837:10 [INFO] [stdout] | [INFO] [stdout] 837 | pub type quad_t = root::__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/common_types.rs:838:10 [INFO] [stdout] | [INFO] [stdout] 838 | pub type u_quad_t = root::__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/common_types.rs:839:10 [INFO] [stdout] | [INFO] [stdout] 839 | pub type fsid_t = root::__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/common_types.rs:840:10 [INFO] [stdout] | [INFO] [stdout] 840 | pub type loff_t = root::__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/common_types.rs:841:10 [INFO] [stdout] | [INFO] [stdout] 841 | pub type ino_t = root::__ino_t; [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/common_types.rs:842:10 [INFO] [stdout] | [INFO] [stdout] 842 | pub type ino64_t = root::__ino64_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Ino64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dev_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:843:10 [INFO] [stdout] | [INFO] [stdout] 843 | pub type dev_t = root::__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/common_types.rs:844:10 [INFO] [stdout] | [INFO] [stdout] 844 | pub type gid_t = root::__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/common_types.rs:845:10 [INFO] [stdout] | [INFO] [stdout] 845 | pub type mode_t = root::__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/common_types.rs:846:10 [INFO] [stdout] | [INFO] [stdout] 846 | pub type nlink_t = root::__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/common_types.rs:847:10 [INFO] [stdout] | [INFO] [stdout] 847 | pub type uid_t = root::__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/common_types.rs:848:10 [INFO] [stdout] | [INFO] [stdout] 848 | pub type off_t = root::__off_t; [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/common_types.rs:849:10 [INFO] [stdout] | [INFO] [stdout] 849 | pub type off64_t = root::__off64_t; [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/common_types.rs:850:10 [INFO] [stdout] | [INFO] [stdout] 850 | pub type pid_t = root::__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/common_types.rs:851:10 [INFO] [stdout] | [INFO] [stdout] 851 | pub type id_t = root::__id_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `IdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ssize_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:852:10 [INFO] [stdout] | [INFO] [stdout] 852 | pub type ssize_t = root::__ssize_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `daddr_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:853:10 [INFO] [stdout] | [INFO] [stdout] 853 | pub type daddr_t = root::__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/common_types.rs:854:10 [INFO] [stdout] | [INFO] [stdout] 854 | pub type caddr_t = root::__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/common_types.rs:855:10 [INFO] [stdout] | [INFO] [stdout] 855 | pub type key_t = root::__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/common_types.rs:856:10 [INFO] [stdout] | [INFO] [stdout] 856 | pub type clock_t = root::__clock_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `ClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `clockid_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:857:10 [INFO] [stdout] | [INFO] [stdout] 857 | pub type clockid_t = root::__clockid_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ClockidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `time_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:858:10 [INFO] [stdout] | [INFO] [stdout] 858 | pub type time_t = root::__time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `timer_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:859:10 [INFO] [stdout] | [INFO] [stdout] 859 | pub type timer_t = root::__timer_t; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `TimerT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `useconds_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:860:10 [INFO] [stdout] | [INFO] [stdout] 860 | pub type useconds_t = root::__useconds_t; [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/common_types.rs:861:10 [INFO] [stdout] | [INFO] [stdout] 861 | pub type suseconds_t = root::__suseconds_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ushort` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:862:10 [INFO] [stdout] | [INFO] [stdout] 862 | pub type ushort = u16; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ushort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> src/common_types.rs:863:10 [INFO] [stdout] | [INFO] [stdout] 863 | pub type u_int8_t = root::__uint8_t; [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/common_types.rs:864:10 [INFO] [stdout] | [INFO] [stdout] 864 | pub type u_int16_t = root::__uint16_t; [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/common_types.rs:865:10 [INFO] [stdout] | [INFO] [stdout] 865 | pub type u_int32_t = root::__uint32_t; [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/common_types.rs:866:10 [INFO] [stdout] | [INFO] [stdout] 866 | pub type u_int64_t = root::__uint64_t; [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 [WARN] too many lines in the log, truncating it