[INFO] fetching crate r2api 5.6.1... [INFO] testing r2api-5.6.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate r2api 5.6.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate r2api 5.6.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate r2api 5.6.1 [INFO] finished tweaking crates.io crate r2api 5.6.1 [INFO] tweaked toml for crates.io crate r2api 5.6.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate r2api 5.6.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f8fbd31a9d96adf856e985878677cf536c3b371899845dcbca57f2ee04f5943f [INFO] running `Command { std: "docker" "start" "-a" "f8fbd31a9d96adf856e985878677cf536c3b371899845dcbca57f2ee04f5943f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8fbd31a9d96adf856e985878677cf536c3b371899845dcbca57f2ee04f5943f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8fbd31a9d96adf856e985878677cf536c3b371899845dcbca57f2ee04f5943f", kill_on_drop: false }` [INFO] [stdout] f8fbd31a9d96adf856e985878677cf536c3b371899845dcbca57f2ee04f5943f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 08e1d610ddacbe3254a03de281f516216d393a809214e8913a403f49b4f0006f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "08e1d610ddacbe3254a03de281f516216d393a809214e8913a403f49b4f0006f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling bindgen v0.53.3 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling r2api v5.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `__int8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | pub type __int8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | pub type __uint8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | pub type __uint16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | pub type __int32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:87:10 [INFO] [stdout] | [INFO] [stdout] 87 | pub type __uint32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub type __int64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | pub type __off_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `OffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__off64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:91:10 [INFO] [stdout] | [INFO] [stdout] 91 | pub type __off64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Off64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | pub type __pid_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | pub type __time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__suseconds_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | pub type __suseconds_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pid_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | pub type pid_t = __pid_t; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `PidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `time_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | pub type time_t = __time_t; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `TimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `size_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | pub type size_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `SizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sigset_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:126:10 [INFO] [stdout] | [INFO] [stdout] 126 | pub type sigset_t = __sigset_t; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `SigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__pthread_list_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:205:10 [INFO] [stdout] | [INFO] [stdout] 205 | pub type __pthread_list_t = __pthread_internal_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadListT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pthread_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:575:10 [INFO] [stdout] | [INFO] [stdout] 575 | pub type pthread_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ut80` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:715:10 [INFO] [stdout] | [INFO] [stdout] 715 | pub type ut80 = _ut80; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ut80` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ut96` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:755:10 [INFO] [stdout] | [INFO] [stdout] 755 | pub type ut96 = _ut96; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ut96` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ut128` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:795:10 [INFO] [stdout] | [INFO] [stdout] 795 | pub type ut128 = _ut128; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ut128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `ut256` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:835:10 [INFO] [stdout] | [INFO] [stdout] 835 | pub type ut256 = _ut256; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Ut256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `utX` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:887:10 [INFO] [stdout] | [INFO] [stdout] 887 | pub type utX = _utX; [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `UtX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:888:10 [INFO] [stdout] | [INFO] [stdout] 888 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:889:10 [INFO] [stdout] | [INFO] [stdout] 889 | pub type va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `VaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_IO_lock_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:906:10 [INFO] [stdout] | [INFO] [stdout] 906 | pub type _IO_lock_t = ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `IoLockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `dict_freecb` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1792:10 [INFO] [stdout] | [INFO] [stdout] 1792 | pub type dict_freecb = [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `DictFreecb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `r_th_lock_type_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4469:10 [INFO] [stdout] | [INFO] [stdout] 4469 | pub type r_th_lock_type_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RThLockTypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `r_log_level` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:5099:10 [INFO] [stdout] | [INFO] [stdout] 5099 | pub type r_log_level = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `RLogLevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `str_operation` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10820:10 [INFO] [stdout] | [INFO] [stdout] 10820 | pub type str_operation = [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `StrOperation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cc_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11483:10 [INFO] [stdout] | [INFO] [stdout] 11483 | pub type cc_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `CcT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `speed_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11484:10 [INFO] [stdout] | [INFO] [stdout] 11484 | pub type speed_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `SpeedT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `tcflag_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11485:10 [INFO] [stdout] | [INFO] [stdout] 11485 | pub type tcflag_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `TcflagT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `sa_family_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:11591:10 [INFO] [stdout] | [INFO] [stdout] 11591 | pub type sa_family_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `SaFamilyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `in_addr_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:21507:10 [INFO] [stdout] | [INFO] [stdout] 21507 | pub type in_addr_t = u32; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `InAddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `in_port_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:21536:10 [INFO] [stdout] | [INFO] [stdout] 21536 | pub type in_port_t = u16; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `InPortT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rap_server_open` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:22123:10 [INFO] [stdout] | [INFO] [stdout] 22123 | pub type rap_server_open = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RapServerOpen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rap_server_seek` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:22131:10 [INFO] [stdout] | [INFO] [stdout] 22131 | pub type rap_server_seek = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RapServerSeek` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rap_server_read` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:22138:10 [INFO] [stdout] | [INFO] [stdout] 22138 | pub type rap_server_read = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RapServerRead` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rap_server_write` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:22145:10 [INFO] [stdout] | [INFO] [stdout] 22145 | pub type rap_server_write = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RapServerWrite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rap_server_cmd` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:22152:10 [INFO] [stdout] | [INFO] [stdout] 22152 | pub type rap_server_cmd = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RapServerCmd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `rap_server_close` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:22158:10 [INFO] [stdout] | [INFO] [stdout] 22158 | pub type rap_server_close = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RapServerClose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__ptrace_request` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:24664:10 [INFO] [stdout] | [INFO] [stdout] 24664 | pub type __ptrace_request = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PtraceRequest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `r_ptrace_data_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:24666:10 [INFO] [stdout] | [INFO] [stdout] 24666 | pub type r_ptrace_data_t = *mut ::std::os::raw::c_void; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RPtraceDataT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `r_syntax_highlight_type_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:38363:10 [INFO] [stdout] | [INFO] [stdout] 38363 | pub type r_syntax_highlight_type_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RSyntaxHighlightTypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `r_code_annotation_type_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:38380:10 [INFO] [stdout] | [INFO] [stdout] 38380 | pub type r_code_annotation_type_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RCodeAnnotationTypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `r_anal_data_type_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:41831:10 [INFO] [stdout] | [INFO] [stdout] 41831 | pub type r_anal_data_type_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RAnalDataTypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `r_cmd_status_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:50646:10 [INFO] [stdout] | [INFO] [stdout] 50646 | pub type r_cmd_status_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RCmdStatusT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `R_SHA256_CTX` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:52989:10 [INFO] [stdout] | [INFO] [stdout] 52989 | pub type R_SHA256_CTX = _SHA256_CTX; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RSha256Ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `R_SHA512_CTX` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:53040:10 [INFO] [stdout] | [INFO] [stdout] 53040 | pub type R_SHA512_CTX = _SHA512_CTX; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RSha512Ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `R_SHA384_CTX` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:53041:10 [INFO] [stdout] | [INFO] [stdout] 53041 | pub type R_SHA384_CTX = R_SHA512_CTX; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `RSha384Ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `utcrc` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:53042:10 [INFO] [stdout] | [INFO] [stdout] 53042 | pub type utcrc = u64; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Utcrc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `CRC_PRESETS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:53078:10 [INFO] [stdout] | [INFO] [stdout] 53078 | pub type CRC_PRESETS = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CrcPresets` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `pdu_condition` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:61287:10 [INFO] [stdout] | [INFO] [stdout] 61287 | pub type pdu_condition = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PduCondition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `inRangeCb` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:62365:10 [INFO] [stdout] | [INFO] [stdout] 62365 | pub type inRangeCb = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `InRangeCb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:62427:10 [INFO] [stdout] | [INFO] [stdout] 62427 | pub type __builtin_va_list = [__va_list_tag; 1usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Low` should have a snake case name [INFO] [stdout] --> src/lib.rs:679:9 [INFO] [stdout] | [INFO] [stdout] 679 | pub Low: u64, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `low` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `High` should have a snake case name [INFO] [stdout] --> src/lib.rs:680:9 [INFO] [stdout] | [INFO] [stdout] 680 | pub High: u16, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `high` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Low` should have a snake case name [INFO] [stdout] --> src/lib.rs:719:9 [INFO] [stdout] | [INFO] [stdout] 719 | pub Low: u64, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `low` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `High` should have a snake case name [INFO] [stdout] --> src/lib.rs:720:9 [INFO] [stdout] | [INFO] [stdout] 720 | pub High: u32, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `high` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Low` should have a snake case name [INFO] [stdout] --> src/lib.rs:759:9 [INFO] [stdout] | [INFO] [stdout] 759 | pub Low: u64, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `low` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `High` should have a snake case name [INFO] [stdout] --> src/lib.rs:760:9 [INFO] [stdout] | [INFO] [stdout] 760 | pub High: i64, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `high` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Low` should have a snake case name [INFO] [stdout] --> src/lib.rs:799:9 [INFO] [stdout] | [INFO] [stdout] 799 | pub Low: ut128, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `low` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `High` should have a snake case name [INFO] [stdout] --> src/lib.rs:800:9 [INFO] [stdout] | [INFO] [stdout] 800 | pub High: ut128, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `high` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_ptr` should have a snake case name [INFO] [stdout] --> src/lib.rs:911:9 [INFO] [stdout] | [INFO] [stdout] 911 | pub _IO_read_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:912:9 [INFO] [stdout] | [INFO] [stdout] 912 | pub _IO_read_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_read_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:913:9 [INFO] [stdout] | [INFO] [stdout] 913 | pub _IO_read_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_read_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:914:9 [INFO] [stdout] | [INFO] [stdout] 914 | pub _IO_write_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_ptr` should have a snake case name [INFO] [stdout] --> src/lib.rs:915:9 [INFO] [stdout] | [INFO] [stdout] 915 | pub _IO_write_ptr: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_write_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:916:9 [INFO] [stdout] | [INFO] [stdout] 916 | pub _IO_write_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_write_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:917:9 [INFO] [stdout] | [INFO] [stdout] 917 | pub _IO_buf_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_buf_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:918:9 [INFO] [stdout] | [INFO] [stdout] 918 | pub _IO_buf_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_buf_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:919:9 [INFO] [stdout] | [INFO] [stdout] 919 | pub _IO_save_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_backup_base` should have a snake case name [INFO] [stdout] --> src/lib.rs:920:9 [INFO] [stdout] | [INFO] [stdout] 920 | pub _IO_backup_base: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_backup_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_IO_save_end` should have a snake case name [INFO] [stdout] --> src/lib.rs:921:9 [INFO] [stdout] | [INFO] [stdout] 921 | pub _IO_save_end: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `_io_save_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calcsizeK` should have a snake case name [INFO] [stdout] --> src/lib.rs:1524:9 [INFO] [stdout] | [INFO] [stdout] 1524 | pub calcsizeK: HtPPCalcSizeK, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `calcsize_k` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calcsizeV` should have a snake case name [INFO] [stdout] --> src/lib.rs:1525:9 [INFO] [stdout] | [INFO] [stdout] 1525 | pub calcsizeV: HtPPCalcSizeV, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `calcsize_v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RThreadFunctionRet_R_TH_FREED` should have an upper case name [INFO] [stdout] --> src/lib.rs:4432:11 [INFO] [stdout] | [INFO] [stdout] 4432 | pub const RThreadFunctionRet_R_TH_FREED: RThreadFunctionRet = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTHREAD_FUNCTION_RET_R_TH_FREED` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RThreadFunctionRet_R_TH_STOP` should have an upper case name [INFO] [stdout] --> src/lib.rs:4433:11 [INFO] [stdout] | [INFO] [stdout] 4433 | pub const RThreadFunctionRet_R_TH_STOP: RThreadFunctionRet = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTHREAD_FUNCTION_RET_R_TH_STOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RThreadFunctionRet_R_TH_REPEAT` should have an upper case name [INFO] [stdout] --> src/lib.rs:4434:11 [INFO] [stdout] | [INFO] [stdout] 4434 | pub const RThreadFunctionRet_R_TH_REPEAT: RThreadFunctionRet = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTHREAD_FUNCTION_RET_R_TH_REPEAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_th_lock_type_t_R_TH_LOCK_TYPE_STATIC` should have an upper case name [INFO] [stdout] --> src/lib.rs:4467:11 [INFO] [stdout] | [INFO] [stdout] 4467 | pub const r_th_lock_type_t_R_TH_LOCK_TYPE_STATIC: r_th_lock_type_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_TH_LOCK_TYPE_T_R_TH_LOCK_TYPE_STATIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_th_lock_type_t_R_TH_LOCK_TYPE_HEAP` should have an upper case name [INFO] [stdout] --> src/lib.rs:4468:11 [INFO] [stdout] | [INFO] [stdout] 4468 | pub const r_th_lock_type_t_R_TH_LOCK_TYPE_HEAP: r_th_lock_type_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_TH_LOCK_TYPE_T_R_TH_LOCK_TYPE_HEAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calcsizeK` should have a snake case name [INFO] [stdout] --> src/lib.rs:4919:9 [INFO] [stdout] | [INFO] [stdout] 4919 | pub calcsizeK: HtUPCalcSizeK, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `calcsize_k` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calcsizeV` should have a snake case name [INFO] [stdout] --> src/lib.rs:4920:9 [INFO] [stdout] | [INFO] [stdout] 4920 | pub calcsizeV: HtUPCalcSizeV, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `calcsize_v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_log_level_R_LOGLVL_SILLY` should have an upper case name [INFO] [stdout] --> src/lib.rs:5091:11 [INFO] [stdout] | [INFO] [stdout] 5091 | pub const r_log_level_R_LOGLVL_SILLY: r_log_level = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_LOG_LEVEL_R_LOGLVL_SILLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_log_level_R_LOGLVL_DEBUG` should have an upper case name [INFO] [stdout] --> src/lib.rs:5092:11 [INFO] [stdout] | [INFO] [stdout] 5092 | pub const r_log_level_R_LOGLVL_DEBUG: r_log_level = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_LOG_LEVEL_R_LOGLVL_DEBUG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_log_level_R_LOGLVL_VERBOSE` should have an upper case name [INFO] [stdout] --> src/lib.rs:5093:11 [INFO] [stdout] | [INFO] [stdout] 5093 | pub const r_log_level_R_LOGLVL_VERBOSE: r_log_level = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_LOG_LEVEL_R_LOGLVL_VERBOSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_log_level_R_LOGLVL_INFO` should have an upper case name [INFO] [stdout] --> src/lib.rs:5094:11 [INFO] [stdout] | [INFO] [stdout] 5094 | pub const r_log_level_R_LOGLVL_INFO: r_log_level = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_LOG_LEVEL_R_LOGLVL_INFO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_log_level_R_LOGLVL_WARN` should have an upper case name [INFO] [stdout] --> src/lib.rs:5095:11 [INFO] [stdout] | [INFO] [stdout] 5095 | pub const r_log_level_R_LOGLVL_WARN: r_log_level = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_LOG_LEVEL_R_LOGLVL_WARN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_log_level_R_LOGLVL_ERROR` should have an upper case name [INFO] [stdout] --> src/lib.rs:5096:11 [INFO] [stdout] | [INFO] [stdout] 5096 | pub const r_log_level_R_LOGLVL_ERROR: r_log_level = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_LOG_LEVEL_R_LOGLVL_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_log_level_R_LOGLVL_FATAL` should have an upper case name [INFO] [stdout] --> src/lib.rs:5097:11 [INFO] [stdout] | [INFO] [stdout] 5097 | pub const r_log_level_R_LOGLVL_FATAL: r_log_level = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_LOG_LEVEL_R_LOGLVL_FATAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_log_level_R_LOGLVL_NONE` should have an upper case name [INFO] [stdout] --> src/lib.rs:5098:11 [INFO] [stdout] | [INFO] [stdout] 5098 | pub const r_log_level_R_LOGLVL_NONE: r_log_level = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_LOG_LEVEL_R_LOGLVL_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Oxff_priv` should have a snake case name [INFO] [stdout] --> src/lib.rs:6812:9 [INFO] [stdout] | [INFO] [stdout] 6812 | pub Oxff_priv: u8, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `oxff_priv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCNAME` should have an upper case name [INFO] [stdout] --> src/lib.rs:7777:11 [INFO] [stdout] | [INFO] [stdout] 7777 | pub const RNumCalcToken_RNCNAME: RNumCalcToken = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCNAME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCNUMBER` should have an upper case name [INFO] [stdout] --> src/lib.rs:7778:11 [INFO] [stdout] | [INFO] [stdout] 7778 | pub const RNumCalcToken_RNCNUMBER: RNumCalcToken = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCNUMBER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCEND` should have an upper case name [INFO] [stdout] --> src/lib.rs:7779:11 [INFO] [stdout] | [INFO] [stdout] 7779 | pub const RNumCalcToken_RNCEND: RNumCalcToken = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCINC` should have an upper case name [INFO] [stdout] --> src/lib.rs:7780:11 [INFO] [stdout] | [INFO] [stdout] 7780 | pub const RNumCalcToken_RNCINC: RNumCalcToken = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCINC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCDEC` should have an upper case name [INFO] [stdout] --> src/lib.rs:7781:11 [INFO] [stdout] | [INFO] [stdout] 7781 | pub const RNumCalcToken_RNCDEC: RNumCalcToken = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCDEC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCLT` should have an upper case name [INFO] [stdout] --> src/lib.rs:7782:11 [INFO] [stdout] | [INFO] [stdout] 7782 | pub const RNumCalcToken_RNCLT: RNumCalcToken = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCLT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCGT` should have an upper case name [INFO] [stdout] --> src/lib.rs:7783:11 [INFO] [stdout] | [INFO] [stdout] 7783 | pub const RNumCalcToken_RNCGT: RNumCalcToken = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCGT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCPLUS` should have an upper case name [INFO] [stdout] --> src/lib.rs:7784:11 [INFO] [stdout] | [INFO] [stdout] 7784 | pub const RNumCalcToken_RNCPLUS: RNumCalcToken = 43; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCPLUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCMINUS` should have an upper case name [INFO] [stdout] --> src/lib.rs:7785:11 [INFO] [stdout] | [INFO] [stdout] 7785 | pub const RNumCalcToken_RNCMINUS: RNumCalcToken = 45; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCMINUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCMUL` should have an upper case name [INFO] [stdout] --> src/lib.rs:7786:11 [INFO] [stdout] | [INFO] [stdout] 7786 | pub const RNumCalcToken_RNCMUL: RNumCalcToken = 42; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCMUL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCDIV` should have an upper case name [INFO] [stdout] --> src/lib.rs:7787:11 [INFO] [stdout] | [INFO] [stdout] 7787 | pub const RNumCalcToken_RNCDIV: RNumCalcToken = 47; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCDIV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCMOD` should have an upper case name [INFO] [stdout] --> src/lib.rs:7788:11 [INFO] [stdout] | [INFO] [stdout] 7788 | pub const RNumCalcToken_RNCMOD: RNumCalcToken = 37; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCMOD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCNEG` should have an upper case name [INFO] [stdout] --> src/lib.rs:7789:11 [INFO] [stdout] | [INFO] [stdout] 7789 | pub const RNumCalcToken_RNCNEG: RNumCalcToken = 126; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCNEG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCAND` should have an upper case name [INFO] [stdout] --> src/lib.rs:7790:11 [INFO] [stdout] | [INFO] [stdout] 7790 | pub const RNumCalcToken_RNCAND: RNumCalcToken = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCAND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCOR` should have an upper case name [INFO] [stdout] --> src/lib.rs:7791:11 [INFO] [stdout] | [INFO] [stdout] 7791 | pub const RNumCalcToken_RNCOR: RNumCalcToken = 124; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCXOR` should have an upper case name [INFO] [stdout] --> src/lib.rs:7792:11 [INFO] [stdout] | [INFO] [stdout] 7792 | pub const RNumCalcToken_RNCXOR: RNumCalcToken = 94; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCXOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCPRINT` should have an upper case name [INFO] [stdout] --> src/lib.rs:7793:11 [INFO] [stdout] | [INFO] [stdout] 7793 | pub const RNumCalcToken_RNCPRINT: RNumCalcToken = 59; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCPRINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCASSIGN` should have an upper case name [INFO] [stdout] --> src/lib.rs:7794:11 [INFO] [stdout] | [INFO] [stdout] 7794 | pub const RNumCalcToken_RNCASSIGN: RNumCalcToken = 61; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCASSIGN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCLEFTP` should have an upper case name [INFO] [stdout] --> src/lib.rs:7795:11 [INFO] [stdout] | [INFO] [stdout] 7795 | pub const RNumCalcToken_RNCLEFTP: RNumCalcToken = 40; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCLEFTP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCRIGHTP` should have an upper case name [INFO] [stdout] --> src/lib.rs:7796:11 [INFO] [stdout] | [INFO] [stdout] 7796 | pub const RNumCalcToken_RNCRIGHTP: RNumCalcToken = 41; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCRIGHTP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCSHL` should have an upper case name [INFO] [stdout] --> src/lib.rs:7797:11 [INFO] [stdout] | [INFO] [stdout] 7797 | pub const RNumCalcToken_RNCSHL: RNumCalcToken = 60; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCSHL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCSHR` should have an upper case name [INFO] [stdout] --> src/lib.rs:7798:11 [INFO] [stdout] | [INFO] [stdout] 7798 | pub const RNumCalcToken_RNCSHR: RNumCalcToken = 62; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCSHR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCROL` should have an upper case name [INFO] [stdout] --> src/lib.rs:7799:11 [INFO] [stdout] | [INFO] [stdout] 7799 | pub const RNumCalcToken_RNCROL: RNumCalcToken = 35; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCROL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RNumCalcToken_RNCROR` should have an upper case name [INFO] [stdout] --> src/lib.rs:7800:11 [INFO] [stdout] | [INFO] [stdout] 7800 | pub const RNumCalcToken_RNCROR: RNumCalcToken = 36; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RNUM_CALC_TOKEN_RNCROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxWidth` should have a snake case name [INFO] [stdout] --> src/lib.rs:8244:9 [INFO] [stdout] | [INFO] [stdout] 8244 | pub maxWidth: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `max_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `forceUppercase` should have a snake case name [INFO] [stdout] --> src/lib.rs:8245:9 [INFO] [stdout] | [INFO] [stdout] 8245 | pub forceUppercase: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `force_uppercase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `totalCols` should have a snake case name [INFO] [stdout] --> src/lib.rs:8437:9 [INFO] [stdout] | [INFO] [stdout] 8437 | pub totalCols: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `total_cols` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `showHeader` should have a snake case name [INFO] [stdout] --> src/lib.rs:8438:9 [INFO] [stdout] | [INFO] [stdout] 8438 | pub showHeader: bool, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `show_header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `showFancy` should have a snake case name [INFO] [stdout] --> src/lib.rs:8439:9 [INFO] [stdout] | [INFO] [stdout] 8439 | pub showFancy: bool, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `show_fancy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `showSQL` should have a snake case name [INFO] [stdout] --> src/lib.rs:8440:9 [INFO] [stdout] | [INFO] [stdout] 8440 | pub showSQL: bool, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `show_sql` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `showJSON` should have a snake case name [INFO] [stdout] --> src/lib.rs:8441:9 [INFO] [stdout] | [INFO] [stdout] 8441 | pub showJSON: bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `show_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `showCSV` should have a snake case name [INFO] [stdout] --> src/lib.rs:8442:9 [INFO] [stdout] | [INFO] [stdout] 8442 | pub showCSV: bool, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `show_csv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `showR2` should have a snake case name [INFO] [stdout] --> src/lib.rs:8443:9 [INFO] [stdout] | [INFO] [stdout] 8443 | pub showR2: bool, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `show_r2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `showSum` should have a snake case name [INFO] [stdout] --> src/lib.rs:8444:9 [INFO] [stdout] | [INFO] [stdout] 8444 | pub showSum: bool, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `show_sum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `adjustedCols` should have a snake case name [INFO] [stdout] --> src/lib.rs:8445:9 [INFO] [stdout] | [INFO] [stdout] 8445 | pub adjustedCols: bool, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `adjusted_cols` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelType_PANEL_TYPE_DEFAULT` should have an upper case name [INFO] [stdout] --> src/lib.rs:9110:11 [INFO] [stdout] | [INFO] [stdout] 9110 | pub const RPanelType_PANEL_TYPE_DEFAULT: RPanelType = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANEL_TYPE_PANEL_TYPE_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelType_PANEL_TYPE_MENU` should have an upper case name [INFO] [stdout] --> src/lib.rs:9111:11 [INFO] [stdout] | [INFO] [stdout] 9111 | pub const RPanelType_PANEL_TYPE_MENU: RPanelType = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANEL_TYPE_PANEL_TYPE_MENU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `directionCb` should have a snake case name [INFO] [stdout] --> src/lib.rs:9186:9 [INFO] [stdout] | [INFO] [stdout] 9186 | pub directionCb: RPanelDirectionCallback, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `direction_cb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rotateCb` should have a snake case name [INFO] [stdout] --> src/lib.rs:9187:9 [INFO] [stdout] | [INFO] [stdout] 9187 | pub rotateCb: RPanelRotateCallback, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `rotate_cb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `baseAddr` should have a snake case name [INFO] [stdout] --> src/lib.rs:9192:9 [INFO] [stdout] | [INFO] [stdout] 9192 | pub baseAddr: u64, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `base_addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cmdStrCache` should have a snake case name [INFO] [stdout] --> src/lib.rs:9195:9 [INFO] [stdout] | [INFO] [stdout] 9195 | pub cmdStrCache: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `cmd_str_cache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `readOnly` should have a snake case name [INFO] [stdout] --> src/lib.rs:9196:9 [INFO] [stdout] | [INFO] [stdout] 9196 | pub readOnly: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `read_only` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `funcName` should have a snake case name [INFO] [stdout] --> src/lib.rs:9197:9 [INFO] [stdout] | [INFO] [stdout] 9197 | pub funcName: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `func_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `prevPos` should have a snake case name [INFO] [stdout] --> src/lib.rs:9370:9 [INFO] [stdout] | [INFO] [stdout] 9370 | pub prevPos: RPanelPos, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `prev_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PJEncodingStr_PJ_ENCODING_STR_DEFAULT` should have an upper case name [INFO] [stdout] --> src/lib.rs:9740:11 [INFO] [stdout] | [INFO] [stdout] 9740 | pub const PJEncodingStr_PJ_ENCODING_STR_DEFAULT: PJEncodingStr = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PJENCODING_STR_PJ_ENCODING_STR_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PJEncodingStr_PJ_ENCODING_STR_BASE64` should have an upper case name [INFO] [stdout] --> src/lib.rs:9741:11 [INFO] [stdout] | [INFO] [stdout] 9741 | pub const PJEncodingStr_PJ_ENCODING_STR_BASE64: PJEncodingStr = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PJENCODING_STR_PJ_ENCODING_STR_BASE64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PJEncodingStr_PJ_ENCODING_STR_HEX` should have an upper case name [INFO] [stdout] --> src/lib.rs:9742:11 [INFO] [stdout] | [INFO] [stdout] 9742 | pub const PJEncodingStr_PJ_ENCODING_STR_HEX: PJEncodingStr = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PJENCODING_STR_PJ_ENCODING_STR_HEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PJEncodingStr_PJ_ENCODING_STR_ARRAY` should have an upper case name [INFO] [stdout] --> src/lib.rs:9743:11 [INFO] [stdout] | [INFO] [stdout] 9743 | pub const PJEncodingStr_PJ_ENCODING_STR_ARRAY: PJEncodingStr = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PJENCODING_STR_PJ_ENCODING_STR_ARRAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PJEncodingStr_PJ_ENCODING_STR_STRIP` should have an upper case name [INFO] [stdout] --> src/lib.rs:9744:11 [INFO] [stdout] | [INFO] [stdout] 9744 | pub const PJEncodingStr_PJ_ENCODING_STR_STRIP: PJEncodingStr = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PJENCODING_STR_PJ_ENCODING_STR_STRIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PJEncodingNum_PJ_ENCODING_NUM_DEFAULT` should have an upper case name [INFO] [stdout] --> src/lib.rs:9746:11 [INFO] [stdout] | [INFO] [stdout] 9746 | pub const PJEncodingNum_PJ_ENCODING_NUM_DEFAULT: PJEncodingNum = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PJENCODING_NUM_PJ_ENCODING_NUM_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PJEncodingNum_PJ_ENCODING_NUM_STR` should have an upper case name [INFO] [stdout] --> src/lib.rs:9747:11 [INFO] [stdout] | [INFO] [stdout] 9747 | pub const PJEncodingNum_PJ_ENCODING_NUM_STR: PJEncodingNum = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PJENCODING_NUM_PJ_ENCODING_NUM_STR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PJEncodingNum_PJ_ENCODING_NUM_HEX` should have an upper case name [INFO] [stdout] --> src/lib.rs:9748:11 [INFO] [stdout] | [INFO] [stdout] 9748 | pub const PJEncodingNum_PJ_ENCODING_NUM_HEX: PJEncodingNum = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PJENCODING_NUM_PJ_ENCODING_NUM_HEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RStrEnc_R_STRING_ENC_LATIN1` should have an upper case name [INFO] [stdout] --> src/lib.rs:10017:11 [INFO] [stdout] | [INFO] [stdout] 10017 | pub const RStrEnc_R_STRING_ENC_LATIN1: RStrEnc = 97; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSTR_ENC_R_STRING_ENC_LATIN1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RStrEnc_R_STRING_ENC_UTF8` should have an upper case name [INFO] [stdout] --> src/lib.rs:10018:11 [INFO] [stdout] | [INFO] [stdout] 10018 | pub const RStrEnc_R_STRING_ENC_UTF8: RStrEnc = 56; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSTR_ENC_R_STRING_ENC_UTF8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RStrEnc_R_STRING_ENC_UTF16LE` should have an upper case name [INFO] [stdout] --> src/lib.rs:10019:11 [INFO] [stdout] | [INFO] [stdout] 10019 | pub const RStrEnc_R_STRING_ENC_UTF16LE: RStrEnc = 117; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSTR_ENC_R_STRING_ENC_UTF16_LE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RStrEnc_R_STRING_ENC_UTF32LE` should have an upper case name [INFO] [stdout] --> src/lib.rs:10020:11 [INFO] [stdout] | [INFO] [stdout] 10020 | pub const RStrEnc_R_STRING_ENC_UTF32LE: RStrEnc = 85; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSTR_ENC_R_STRING_ENC_UTF32_LE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RStrEnc_R_STRING_ENC_UTF16BE` should have an upper case name [INFO] [stdout] --> src/lib.rs:10021:11 [INFO] [stdout] | [INFO] [stdout] 10021 | pub const RStrEnc_R_STRING_ENC_UTF16BE: RStrEnc = 98; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSTR_ENC_R_STRING_ENC_UTF16_BE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RStrEnc_R_STRING_ENC_UTF32BE` should have an upper case name [INFO] [stdout] --> src/lib.rs:10022:11 [INFO] [stdout] | [INFO] [stdout] 10022 | pub const RStrEnc_R_STRING_ENC_UTF32BE: RStrEnc = 66; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSTR_ENC_R_STRING_ENC_UTF32_BE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RStrEnc_R_STRING_ENC_GUESS` should have an upper case name [INFO] [stdout] --> src/lib.rs:10023:11 [INFO] [stdout] | [INFO] [stdout] 10023 | pub const RStrEnc_R_STRING_ENC_GUESS: RStrEnc = 103; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSTR_ENC_R_STRING_ENC_GUESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `charCounter` should have a snake case name [INFO] [stdout] --> src/lib.rs:11696:9 [INFO] [stdout] | [INFO] [stdout] 11696 | pub charCounter: bool, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `char_counter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RConsColorMode_COLOR_MODE_DISABLED` should have an upper case name [INFO] [stdout] --> src/lib.rs:14056:11 [INFO] [stdout] | [INFO] [stdout] 14056 | pub const RConsColorMode_COLOR_MODE_DISABLED: RConsColorMode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCONS_COLOR_MODE_COLOR_MODE_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RConsColorMode_COLOR_MODE_16` should have an upper case name [INFO] [stdout] --> src/lib.rs:14057:11 [INFO] [stdout] | [INFO] [stdout] 14057 | pub const RConsColorMode_COLOR_MODE_16: RConsColorMode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCONS_COLOR_MODE_COLOR_MODE_16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RConsColorMode_COLOR_MODE_256` should have an upper case name [INFO] [stdout] --> src/lib.rs:14058:11 [INFO] [stdout] | [INFO] [stdout] 14058 | pub const RConsColorMode_COLOR_MODE_256: RConsColorMode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCONS_COLOR_MODE_COLOR_MODE_256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RConsColorMode_COLOR_MODE_16M` should have an upper case name [INFO] [stdout] --> src/lib.rs:14059:11 [INFO] [stdout] | [INFO] [stdout] 14059 | pub const RConsColorMode_COLOR_MODE_16M: RConsColorMode = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCONS_COLOR_MODE_COLOR_MODE_16_M` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastOutput` should have a snake case name [INFO] [stdout] --> src/lib.rs:14081:9 [INFO] [stdout] | [INFO] [stdout] 14081 | pub lastOutput: *mut ::std::os::raw::c_char, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `last_output` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastLength` should have a snake case name [INFO] [stdout] --> src/lib.rs:14082:9 [INFO] [stdout] | [INFO] [stdout] 14082 | pub lastLength: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `last_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:14083:9 [INFO] [stdout] | [INFO] [stdout] 14083 | pub lastMode: bool, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `last_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastEnabled` should have a snake case name [INFO] [stdout] --> src/lib.rs:14084:9 [INFO] [stdout] | [INFO] [stdout] 14084 | pub lastEnabled: bool, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `last_enabled` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RLinePromptType_R_LINE_PROMPT_DEFAULT` should have an upper case name [INFO] [stdout] --> src/lib.rs:16434:11 [INFO] [stdout] | [INFO] [stdout] 16434 | pub const RLinePromptType_R_LINE_PROMPT_DEFAULT: RLinePromptType = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RLINE_PROMPT_TYPE_R_LINE_PROMPT_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RLinePromptType_R_LINE_PROMPT_OFFSET` should have an upper case name [INFO] [stdout] --> src/lib.rs:16435:11 [INFO] [stdout] | [INFO] [stdout] 16435 | pub const RLinePromptType_R_LINE_PROMPT_OFFSET: RLinePromptType = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RLINE_PROMPT_TYPE_R_LINE_PROMPT_OFFSET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RLinePromptType_R_LINE_PROMPT_FILE` should have an upper case name [INFO] [stdout] --> src/lib.rs:16436:11 [INFO] [stdout] | [INFO] [stdout] 16436 | pub const RLinePromptType_R_LINE_PROMPT_FILE: RLinePromptType = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RLINE_PROMPT_TYPE_R_LINE_PROMPT_FILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `selectedIndex` should have a snake case name [INFO] [stdout] --> src/lib.rs:16995:9 [INFO] [stdout] | [INFO] [stdout] 16995 | pub selectedIndex: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `selected_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `refreshPanels` should have a snake case name [INFO] [stdout] --> src/lib.rs:17084:9 [INFO] [stdout] | [INFO] [stdout] 17084 | pub refreshPanels: *mut *mut RPanel, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `refresh_panels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsMode_PANEL_MODE_DEFAULT` should have an upper case name [INFO] [stdout] --> src/lib.rs:17150:11 [INFO] [stdout] | [INFO] [stdout] 17150 | pub const RPanelsMode_PANEL_MODE_DEFAULT: RPanelsMode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_MODE_PANEL_MODE_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsMode_PANEL_MODE_MENU` should have an upper case name [INFO] [stdout] --> src/lib.rs:17151:11 [INFO] [stdout] | [INFO] [stdout] 17151 | pub const RPanelsMode_PANEL_MODE_MENU: RPanelsMode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_MODE_PANEL_MODE_MENU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsMode_PANEL_MODE_ZOOM` should have an upper case name [INFO] [stdout] --> src/lib.rs:17152:11 [INFO] [stdout] | [INFO] [stdout] 17152 | pub const RPanelsMode_PANEL_MODE_ZOOM: RPanelsMode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_MODE_PANEL_MODE_ZOOM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsMode_PANEL_MODE_WINDOW` should have an upper case name [INFO] [stdout] --> src/lib.rs:17153:11 [INFO] [stdout] | [INFO] [stdout] 17153 | pub const RPanelsMode_PANEL_MODE_WINDOW: RPanelsMode = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_MODE_PANEL_MODE_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsMode_PANEL_MODE_HELP` should have an upper case name [INFO] [stdout] --> src/lib.rs:17154:11 [INFO] [stdout] | [INFO] [stdout] 17154 | pub const RPanelsMode_PANEL_MODE_HELP: RPanelsMode = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_MODE_PANEL_MODE_HELP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsFun_PANEL_FUN_SNOW` should have an upper case name [INFO] [stdout] --> src/lib.rs:17156:11 [INFO] [stdout] | [INFO] [stdout] 17156 | pub const RPanelsFun_PANEL_FUN_SNOW: RPanelsFun = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_FUN_PANEL_FUN_SNOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsFun_PANEL_FUN_SAKURA` should have an upper case name [INFO] [stdout] --> src/lib.rs:17157:11 [INFO] [stdout] | [INFO] [stdout] 17157 | pub const RPanelsFun_PANEL_FUN_SAKURA: RPanelsFun = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_FUN_PANEL_FUN_SAKURA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsFun_PANEL_FUN_NOFUN` should have an upper case name [INFO] [stdout] --> src/lib.rs:17158:11 [INFO] [stdout] | [INFO] [stdout] 17158 | pub const RPanelsFun_PANEL_FUN_NOFUN: RPanelsFun = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_FUN_PANEL_FUN_NOFUN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsLayout_PANEL_LAYOUT_DEFAULT_STATIC` should have an upper case name [INFO] [stdout] --> src/lib.rs:17160:11 [INFO] [stdout] | [INFO] [stdout] 17160 | pub const RPanelsLayout_PANEL_LAYOUT_DEFAULT_STATIC: RPanelsLayout = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_LAYOUT_PANEL_LAYOUT_DEFAULT_STATIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsLayout_PANEL_LAYOUT_DEFAULT_DYNAMIC` should have an upper case name [INFO] [stdout] --> src/lib.rs:17161:11 [INFO] [stdout] | [INFO] [stdout] 17161 | pub const RPanelsLayout_PANEL_LAYOUT_DEFAULT_DYNAMIC: RPanelsLayout = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_LAYOUT_PANEL_LAYOUT_DEFAULT_DYNAMIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `columnWidth` should have a snake case name [INFO] [stdout] --> src/lib.rs:17169:9 [INFO] [stdout] | [INFO] [stdout] 17169 | pub columnWidth: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `column_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `autoUpdate` should have a snake case name [INFO] [stdout] --> src/lib.rs:17173:9 [INFO] [stdout] | [INFO] [stdout] 17173 | pub autoUpdate: bool, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `auto_update` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `prevMode` should have a snake case name [INFO] [stdout] --> src/lib.rs:17183:9 [INFO] [stdout] | [INFO] [stdout] 17183 | pub prevMode: RPanelsMode, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `prev_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsRootState_DEFAULT` should have an upper case name [INFO] [stdout] --> src/lib.rs:17412:11 [INFO] [stdout] | [INFO] [stdout] 17412 | pub const RPanelsRootState_DEFAULT: RPanelsRootState = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_ROOT_STATE_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsRootState_ROTATE` should have an upper case name [INFO] [stdout] --> src/lib.rs:17413:11 [INFO] [stdout] | [INFO] [stdout] 17413 | pub const RPanelsRootState_ROTATE: RPanelsRootState = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_ROOT_STATE_ROTATE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsRootState_DEL` should have an upper case name [INFO] [stdout] --> src/lib.rs:17414:11 [INFO] [stdout] | [INFO] [stdout] 17414 | pub const RPanelsRootState_DEL: RPanelsRootState = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_ROOT_STATE_DEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RPanelsRootState_QUIT` should have an upper case name [INFO] [stdout] --> src/lib.rs:17415:11 [INFO] [stdout] | [INFO] [stdout] 17415 | pub const RPanelsRootState_QUIT: RPanelsRootState = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RPANELS_ROOT_STATE_QUIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RLevOp_LEVEND` should have an upper case name [INFO] [stdout] --> src/lib.rs:17700:11 [INFO] [stdout] | [INFO] [stdout] 17700 | pub const RLevOp_LEVEND: RLevOp = 0; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `RLEV_OP_LEVEND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RLevOp_LEVNOP` should have an upper case name [INFO] [stdout] --> src/lib.rs:17701:11 [INFO] [stdout] | [INFO] [stdout] 17701 | pub const RLevOp_LEVNOP: RLevOp = 1; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `RLEV_OP_LEVNOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RLevOp_LEVSUB` should have an upper case name [INFO] [stdout] --> src/lib.rs:17702:11 [INFO] [stdout] | [INFO] [stdout] 17702 | pub const RLevOp_LEVSUB: RLevOp = 2; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `RLEV_OP_LEVSUB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RLevOp_LEVADD` should have an upper case name [INFO] [stdout] --> src/lib.rs:17703:11 [INFO] [stdout] | [INFO] [stdout] 17703 | pub const RLevOp_LEVADD: RLevOp = 3; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `RLEV_OP_LEVADD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RLevOp_LEVDEL` should have an upper case name [INFO] [stdout] --> src/lib.rs:17704:11 [INFO] [stdout] | [INFO] [stdout] 17704 | pub const RLevOp_LEVDEL: RLevOp = 4; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `RLEV_OP_LEVDEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `notBefore` should have a snake case name [INFO] [stdout] --> src/lib.rs:19498:9 [INFO] [stdout] | [INFO] [stdout] 19498 | pub notBefore: *mut RASN1String, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `not_before` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `notAfter` should have a snake case name [INFO] [stdout] --> src/lib.rs:19499:9 [INFO] [stdout] | [INFO] [stdout] 19499 | pub notAfter: *mut RASN1String, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `not_after` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `subjectPublicKey` should have a snake case name [INFO] [stdout] --> src/lib.rs:19634:9 [INFO] [stdout] | [INFO] [stdout] 19634 | pub subjectPublicKey: *mut RASN1Binary, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `subject_public_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `subjectPublicKeyExponent` should have a snake case name [INFO] [stdout] --> src/lib.rs:19635:9 [INFO] [stdout] | [INFO] [stdout] 19635 | pub subjectPublicKeyExponent: *mut RASN1Binary, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `subject_public_key_exponent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `subjectPublicKeyModule` should have a snake case name [INFO] [stdout] --> src/lib.rs:19636:9 [INFO] [stdout] | [INFO] [stdout] 19636 | pub subjectPublicKeyModule: *mut RASN1Binary, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `subject_public_key_module` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `extnID` should have a snake case name [INFO] [stdout] --> src/lib.rs:19706:9 [INFO] [stdout] | [INFO] [stdout] 19706 | pub extnID: *mut RASN1String, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `extn_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `extnValue` should have a snake case name [INFO] [stdout] --> src/lib.rs:19708:9 [INFO] [stdout] | [INFO] [stdout] 19708 | pub extnValue: *mut RASN1Binary, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `extn_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `serialNumber` should have a snake case name [INFO] [stdout] --> src/lib.rs:19798:9 [INFO] [stdout] | [INFO] [stdout] 19798 | pub serialNumber: *mut RASN1String, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `serial_number` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `subjectPublicKeyInfo` should have a snake case name [INFO] [stdout] --> src/lib.rs:19803:9 [INFO] [stdout] | [INFO] [stdout] 19803 | pub subjectPublicKeyInfo: RX509SubjectPublicKeyInfo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `subject_public_key_info` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `issuerUniqueID` should have a snake case name [INFO] [stdout] --> src/lib.rs:19804:9 [INFO] [stdout] | [INFO] [stdout] 19804 | pub issuerUniqueID: *mut RASN1Binary, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `issuer_unique_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `subjectUniqueID` should have a snake case name [INFO] [stdout] --> src/lib.rs:19805:9 [INFO] [stdout] | [INFO] [stdout] 19805 | pub subjectUniqueID: *mut RASN1Binary, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `subject_unique_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `tbsCertificate` should have a snake case name [INFO] [stdout] --> src/lib.rs:19940:9 [INFO] [stdout] | [INFO] [stdout] 19940 | pub tbsCertificate: RX509TBSCertificate, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `tbs_certificate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `algorithmIdentifier` should have a snake case name [INFO] [stdout] --> src/lib.rs:19941:9 [INFO] [stdout] | [INFO] [stdout] 19941 | pub algorithmIdentifier: RX509AlgorithmIdentifier, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `algorithm_identifier` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `userCertificate` should have a snake case name [INFO] [stdout] --> src/lib.rs:19996:9 [INFO] [stdout] | [INFO] [stdout] 19996 | pub userCertificate: *mut RASN1Binary, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `user_certificate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `revocationDate` should have a snake case name [INFO] [stdout] --> src/lib.rs:19997:9 [INFO] [stdout] | [INFO] [stdout] 19997 | pub revocationDate: *mut RASN1String, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `revocation_date` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lastUpdate` should have a snake case name [INFO] [stdout] --> src/lib.rs:20038:9 [INFO] [stdout] | [INFO] [stdout] 20038 | pub lastUpdate: *mut RASN1String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `last_update` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nextUpdate` should have a snake case name [INFO] [stdout] --> src/lib.rs:20039:9 [INFO] [stdout] | [INFO] [stdout] 20039 | pub nextUpdate: *mut RASN1String, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `next_update` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `revokedCertificates` should have a snake case name [INFO] [stdout] --> src/lib.rs:20041:9 [INFO] [stdout] | [INFO] [stdout] 20041 | pub revokedCertificates: *mut *mut RX509CRLEntry, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `revoked_certificates` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `contentType` should have a snake case name [INFO] [stdout] --> src/lib.rs:20332:9 [INFO] [stdout] | [INFO] [stdout] 20332 | pub contentType: *mut RASN1String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `content_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `serialNumber` should have a snake case name [INFO] [stdout] --> src/lib.rs:20375:9 [INFO] [stdout] | [INFO] [stdout] 20375 | pub serialNumber: *mut RASN1Binary, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `serial_number` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `issuerAndSerialNumber` should have a snake case name [INFO] [stdout] --> src/lib.rs:20500:9 [INFO] [stdout] | [INFO] [stdout] 20500 | pub issuerAndSerialNumber: RPKCS7IssuerAndSerialNumber, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `issuer_and_serial_number` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `digestAlgorithm` should have a snake case name [INFO] [stdout] --> src/lib.rs:20501:9 [INFO] [stdout] | [INFO] [stdout] 20501 | pub digestAlgorithm: RX509AlgorithmIdentifier, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `digest_algorithm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `authenticatedAttributes` should have a snake case name [INFO] [stdout] --> src/lib.rs:20502:9 [INFO] [stdout] | [INFO] [stdout] 20502 | pub authenticatedAttributes: RPKCS7Attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `authenticated_attributes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `digestEncryptionAlgorithm` should have a snake case name [INFO] [stdout] --> src/lib.rs:20503:9 [INFO] [stdout] | [INFO] [stdout] 20503 | pub digestEncryptionAlgorithm: RX509AlgorithmIdentifier, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `digest_encryption_algorithm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `encryptedDigest` should have a snake case name [INFO] [stdout] --> src/lib.rs:20504:9 [INFO] [stdout] | [INFO] [stdout] 20504 | pub encryptedDigest: *mut RASN1Binary, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `encrypted_digest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `unauthenticatedAttributes` should have a snake case name [INFO] [stdout] --> src/lib.rs:20505:9 [INFO] [stdout] | [INFO] [stdout] 20505 | pub unauthenticatedAttributes: RPKCS7Attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `unauthenticated_attributes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `digestAlgorithms` should have a snake case name [INFO] [stdout] --> src/lib.rs:20651:9 [INFO] [stdout] | [INFO] [stdout] 20651 | pub digestAlgorithms: RPKCS7DigestAlgorithmIdentifiers, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `digest_algorithms` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `contentInfo` should have a snake case name [INFO] [stdout] --> src/lib.rs:20652:9 [INFO] [stdout] | [INFO] [stdout] 20652 | pub contentInfo: RPKCS7ContentInfo, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `content_info` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `contentType` should have a snake case name [INFO] [stdout] --> src/lib.rs:20742:9 [INFO] [stdout] | [INFO] [stdout] 20742 | pub contentType: *mut RASN1String, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `content_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `signedData` should have a snake case name [INFO] [stdout] --> src/lib.rs:20743:9 [INFO] [stdout] | [INFO] [stdout] 20743 | pub signedData: RPKCS7SignedData, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `signed_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `digestAlgorithm` should have a snake case name [INFO] [stdout] --> src/lib.rs:20828:9 [INFO] [stdout] | [INFO] [stdout] 20828 | pub digestAlgorithm: RX509AlgorithmIdentifier, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `digest_algorithm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `messageDigest` should have a snake case name [INFO] [stdout] --> src/lib.rs:20868:9 [INFO] [stdout] | [INFO] [stdout] 20868 | pub messageDigest: SpcDigestInfo, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `message_digest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `getName` should have a snake case name [INFO] [stdout] --> src/lib.rs:21300:9 [INFO] [stdout] | [INFO] [stdout] 21300 | pub getName: RCoreGetName, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `get_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `getNameDelta` should have a snake case name [INFO] [stdout] --> src/lib.rs:21301:9 [INFO] [stdout] | [INFO] [stdout] 21301 | pub getNameDelta: RCoreGetNameDelta, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_delta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `cfgGet` should have a snake case name [INFO] [stdout] --> src/lib.rs:21304:9 [INFO] [stdout] | [INFO] [stdout] 21304 | pub cfgGet: RCoreConfigGet, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `cfg_get` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `numGet` should have a snake case name [INFO] [stdout] --> src/lib.rs:21305:9 [INFO] [stdout] | [INFO] [stdout] 21305 | pub numGet: RCoreNumGet, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `num_get` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `isMapped` should have a snake case name [INFO] [stdout] --> src/lib.rs:21306:9 [INFO] [stdout] | [INFO] [stdout] 21306 | pub isMapped: RCoreIsMapped, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `is_mapped` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `syncDebugMaps` should have a snake case name [INFO] [stdout] --> src/lib.rs:21307:9 [INFO] [stdout] | [INFO] [stdout] 21307 | pub syncDebugMaps: RCoreDebugMapsSync, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `sync_debug_maps` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pjWithEncoding` should have a snake case name [INFO] [stdout] --> src/lib.rs:21308:9 [INFO] [stdout] | [INFO] [stdout] 21308 | pub pjWithEncoding: RCorePJWithEncoding, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `pj_with_encoding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_TRACEME` should have an upper case name [INFO] [stdout] --> src/lib.rs:24624:11 [INFO] [stdout] | [INFO] [stdout] 24624 | pub const __ptrace_request_PTRACE_TRACEME: __ptrace_request = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_TRACEME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_PEEKTEXT` should have an upper case name [INFO] [stdout] --> src/lib.rs:24625:11 [INFO] [stdout] | [INFO] [stdout] 24625 | pub const __ptrace_request_PTRACE_PEEKTEXT: __ptrace_request = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_PEEKTEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_PEEKDATA` should have an upper case name [INFO] [stdout] --> src/lib.rs:24626:11 [INFO] [stdout] | [INFO] [stdout] 24626 | pub const __ptrace_request_PTRACE_PEEKDATA: __ptrace_request = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_PEEKDATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_PEEKUSER` should have an upper case name [INFO] [stdout] --> src/lib.rs:24627:11 [INFO] [stdout] | [INFO] [stdout] 24627 | pub const __ptrace_request_PTRACE_PEEKUSER: __ptrace_request = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_PEEKUSER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_POKETEXT` should have an upper case name [INFO] [stdout] --> src/lib.rs:24628:11 [INFO] [stdout] | [INFO] [stdout] 24628 | pub const __ptrace_request_PTRACE_POKETEXT: __ptrace_request = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_POKETEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_POKEDATA` should have an upper case name [INFO] [stdout] --> src/lib.rs:24629:11 [INFO] [stdout] | [INFO] [stdout] 24629 | pub const __ptrace_request_PTRACE_POKEDATA: __ptrace_request = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_POKEDATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_POKEUSER` should have an upper case name [INFO] [stdout] --> src/lib.rs:24630:11 [INFO] [stdout] | [INFO] [stdout] 24630 | pub const __ptrace_request_PTRACE_POKEUSER: __ptrace_request = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_POKEUSER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_CONT` should have an upper case name [INFO] [stdout] --> src/lib.rs:24631:11 [INFO] [stdout] | [INFO] [stdout] 24631 | pub const __ptrace_request_PTRACE_CONT: __ptrace_request = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_CONT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_KILL` should have an upper case name [INFO] [stdout] --> src/lib.rs:24632:11 [INFO] [stdout] | [INFO] [stdout] 24632 | pub const __ptrace_request_PTRACE_KILL: __ptrace_request = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_KILL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SINGLESTEP` should have an upper case name [INFO] [stdout] --> src/lib.rs:24633:11 [INFO] [stdout] | [INFO] [stdout] 24633 | pub const __ptrace_request_PTRACE_SINGLESTEP: __ptrace_request = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SINGLESTEP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_GETREGS` should have an upper case name [INFO] [stdout] --> src/lib.rs:24634:11 [INFO] [stdout] | [INFO] [stdout] 24634 | pub const __ptrace_request_PTRACE_GETREGS: __ptrace_request = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_GETREGS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SETREGS` should have an upper case name [INFO] [stdout] --> src/lib.rs:24635:11 [INFO] [stdout] | [INFO] [stdout] 24635 | pub const __ptrace_request_PTRACE_SETREGS: __ptrace_request = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SETREGS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_GETFPREGS` should have an upper case name [INFO] [stdout] --> src/lib.rs:24636:11 [INFO] [stdout] | [INFO] [stdout] 24636 | pub const __ptrace_request_PTRACE_GETFPREGS: __ptrace_request = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_GETFPREGS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SETFPREGS` should have an upper case name [INFO] [stdout] --> src/lib.rs:24637:11 [INFO] [stdout] | [INFO] [stdout] 24637 | pub const __ptrace_request_PTRACE_SETFPREGS: __ptrace_request = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SETFPREGS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_ATTACH` should have an upper case name [INFO] [stdout] --> src/lib.rs:24638:11 [INFO] [stdout] | [INFO] [stdout] 24638 | pub const __ptrace_request_PTRACE_ATTACH: __ptrace_request = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_ATTACH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_DETACH` should have an upper case name [INFO] [stdout] --> src/lib.rs:24639:11 [INFO] [stdout] | [INFO] [stdout] 24639 | pub const __ptrace_request_PTRACE_DETACH: __ptrace_request = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_DETACH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_GETFPXREGS` should have an upper case name [INFO] [stdout] --> src/lib.rs:24640:11 [INFO] [stdout] | [INFO] [stdout] 24640 | pub const __ptrace_request_PTRACE_GETFPXREGS: __ptrace_request = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_GETFPXREGS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SETFPXREGS` should have an upper case name [INFO] [stdout] --> src/lib.rs:24641:11 [INFO] [stdout] | [INFO] [stdout] 24641 | pub const __ptrace_request_PTRACE_SETFPXREGS: __ptrace_request = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SETFPXREGS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SYSCALL` should have an upper case name [INFO] [stdout] --> src/lib.rs:24642:11 [INFO] [stdout] | [INFO] [stdout] 24642 | pub const __ptrace_request_PTRACE_SYSCALL: __ptrace_request = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SYSCALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_GET_THREAD_AREA` should have an upper case name [INFO] [stdout] --> src/lib.rs:24643:11 [INFO] [stdout] | [INFO] [stdout] 24643 | pub const __ptrace_request_PTRACE_GET_THREAD_AREA: __ptrace_request = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_GET_THREAD_AREA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SET_THREAD_AREA` should have an upper case name [INFO] [stdout] --> src/lib.rs:24644:11 [INFO] [stdout] | [INFO] [stdout] 24644 | pub const __ptrace_request_PTRACE_SET_THREAD_AREA: __ptrace_request = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SET_THREAD_AREA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_ARCH_PRCTL` should have an upper case name [INFO] [stdout] --> src/lib.rs:24645:11 [INFO] [stdout] | [INFO] [stdout] 24645 | pub const __ptrace_request_PTRACE_ARCH_PRCTL: __ptrace_request = 30; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_ARCH_PRCTL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SYSEMU` should have an upper case name [INFO] [stdout] --> src/lib.rs:24646:11 [INFO] [stdout] | [INFO] [stdout] 24646 | pub const __ptrace_request_PTRACE_SYSEMU: __ptrace_request = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SYSEMU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SYSEMU_SINGLESTEP` should have an upper case name [INFO] [stdout] --> src/lib.rs:24647:11 [INFO] [stdout] | [INFO] [stdout] 24647 | pub const __ptrace_request_PTRACE_SYSEMU_SINGLESTEP: __ptrace_request = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SYSEMU_SINGLESTEP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SINGLEBLOCK` should have an upper case name [INFO] [stdout] --> src/lib.rs:24648:11 [INFO] [stdout] | [INFO] [stdout] 24648 | pub const __ptrace_request_PTRACE_SINGLEBLOCK: __ptrace_request = 33; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SINGLEBLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SETOPTIONS` should have an upper case name [INFO] [stdout] --> src/lib.rs:24649:11 [INFO] [stdout] | [INFO] [stdout] 24649 | pub const __ptrace_request_PTRACE_SETOPTIONS: __ptrace_request = 16896; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SETOPTIONS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_GETEVENTMSG` should have an upper case name [INFO] [stdout] --> src/lib.rs:24650:11 [INFO] [stdout] | [INFO] [stdout] 24650 | pub const __ptrace_request_PTRACE_GETEVENTMSG: __ptrace_request = 16897; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_GETEVENTMSG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_GETSIGINFO` should have an upper case name [INFO] [stdout] --> src/lib.rs:24651:11 [INFO] [stdout] | [INFO] [stdout] 24651 | pub const __ptrace_request_PTRACE_GETSIGINFO: __ptrace_request = 16898; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_GETSIGINFO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SETSIGINFO` should have an upper case name [INFO] [stdout] --> src/lib.rs:24652:11 [INFO] [stdout] | [INFO] [stdout] 24652 | pub const __ptrace_request_PTRACE_SETSIGINFO: __ptrace_request = 16899; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SETSIGINFO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_GETREGSET` should have an upper case name [INFO] [stdout] --> src/lib.rs:24653:11 [INFO] [stdout] | [INFO] [stdout] 24653 | pub const __ptrace_request_PTRACE_GETREGSET: __ptrace_request = 16900; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_GETREGSET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SETREGSET` should have an upper case name [INFO] [stdout] --> src/lib.rs:24654:11 [INFO] [stdout] | [INFO] [stdout] 24654 | pub const __ptrace_request_PTRACE_SETREGSET: __ptrace_request = 16901; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SETREGSET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SEIZE` should have an upper case name [INFO] [stdout] --> src/lib.rs:24655:11 [INFO] [stdout] | [INFO] [stdout] 24655 | pub const __ptrace_request_PTRACE_SEIZE: __ptrace_request = 16902; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SEIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_INTERRUPT` should have an upper case name [INFO] [stdout] --> src/lib.rs:24656:11 [INFO] [stdout] | [INFO] [stdout] 24656 | pub const __ptrace_request_PTRACE_INTERRUPT: __ptrace_request = 16903; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_INTERRUPT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_LISTEN` should have an upper case name [INFO] [stdout] --> src/lib.rs:24657:11 [INFO] [stdout] | [INFO] [stdout] 24657 | pub const __ptrace_request_PTRACE_LISTEN: __ptrace_request = 16904; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_LISTEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_PEEKSIGINFO` should have an upper case name [INFO] [stdout] --> src/lib.rs:24658:11 [INFO] [stdout] | [INFO] [stdout] 24658 | pub const __ptrace_request_PTRACE_PEEKSIGINFO: __ptrace_request = 16905; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_PEEKSIGINFO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_GETSIGMASK` should have an upper case name [INFO] [stdout] --> src/lib.rs:24659:11 [INFO] [stdout] | [INFO] [stdout] 24659 | pub const __ptrace_request_PTRACE_GETSIGMASK: __ptrace_request = 16906; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_GETSIGMASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SETSIGMASK` should have an upper case name [INFO] [stdout] --> src/lib.rs:24660:11 [INFO] [stdout] | [INFO] [stdout] 24660 | pub const __ptrace_request_PTRACE_SETSIGMASK: __ptrace_request = 16907; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SETSIGMASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SECCOMP_GET_FILTER` should have an upper case name [INFO] [stdout] --> src/lib.rs:24661:11 [INFO] [stdout] | [INFO] [stdout] 24661 | pub const __ptrace_request_PTRACE_SECCOMP_GET_FILTER: __ptrace_request = 16908; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SECCOMP_GET_FILTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_SECCOMP_GET_METADATA` should have an upper case name [INFO] [stdout] --> src/lib.rs:24662:11 [INFO] [stdout] | [INFO] [stdout] 24662 | pub const __ptrace_request_PTRACE_SECCOMP_GET_METADATA: __ptrace_request = 16909; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_SECCOMP_GET_METADATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__ptrace_request_PTRACE_GET_SYSCALL_INFO` should have an upper case name [INFO] [stdout] --> src/lib.rs:24663:11 [INFO] [stdout] | [INFO] [stdout] 24663 | pub const __ptrace_request_PTRACE_GET_SYSCALL_INFO: __ptrace_request = 16910; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__PTRACE_REQUEST_PTRACE_GET_SYSCALL_INFO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Oxff` should have a snake case name [INFO] [stdout] --> src/lib.rs:24898:9 [INFO] [stdout] | [INFO] [stdout] 24898 | pub Oxff: u8, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `oxff` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calcsizeK` should have a snake case name [INFO] [stdout] --> src/lib.rs:28806:9 [INFO] [stdout] | [INFO] [stdout] 28806 | pub calcsizeK: HtPUCalcSizeK, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `calcsize_k` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `calcsizeV` should have a snake case name [INFO] [stdout] --> src/lib.rs:28807:9 [INFO] [stdout] | [INFO] [stdout] 28807 | pub calcsizeV: HtPUCalcSizeV, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `calcsize_v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBinDwarfAttrKind_DW_AT_KIND_ADDRESS` should have an upper case name [INFO] [stdout] --> src/lib.rs:29068:11 [INFO] [stdout] | [INFO] [stdout] 29068 | pub const RBinDwarfAttrKind_DW_AT_KIND_ADDRESS: RBinDwarfAttrKind = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RBIN_DWARF_ATTR_KIND_DW_AT_KIND_ADDRESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBinDwarfAttrKind_DW_AT_KIND_BLOCK` should have an upper case name [INFO] [stdout] --> src/lib.rs:29069:11 [INFO] [stdout] | [INFO] [stdout] 29069 | pub const RBinDwarfAttrKind_DW_AT_KIND_BLOCK: RBinDwarfAttrKind = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RBIN_DWARF_ATTR_KIND_DW_AT_KIND_BLOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBinDwarfAttrKind_DW_AT_KIND_CONSTANT` should have an upper case name [INFO] [stdout] --> src/lib.rs:29070:11 [INFO] [stdout] | [INFO] [stdout] 29070 | pub const RBinDwarfAttrKind_DW_AT_KIND_CONSTANT: RBinDwarfAttrKind = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RBIN_DWARF_ATTR_KIND_DW_AT_KIND_CONSTANT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBinDwarfAttrKind_DW_AT_KIND_EXPRLOC` should have an upper case name [INFO] [stdout] --> src/lib.rs:29071:11 [INFO] [stdout] | [INFO] [stdout] 29071 | pub const RBinDwarfAttrKind_DW_AT_KIND_EXPRLOC: RBinDwarfAttrKind = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RBIN_DWARF_ATTR_KIND_DW_AT_KIND_EXPRLOC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBinDwarfAttrKind_DW_AT_KIND_FLAG` should have an upper case name [INFO] [stdout] --> src/lib.rs:29072:11 [INFO] [stdout] | [INFO] [stdout] 29072 | pub const RBinDwarfAttrKind_DW_AT_KIND_FLAG: RBinDwarfAttrKind = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RBIN_DWARF_ATTR_KIND_DW_AT_KIND_FLAG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBinDwarfAttrKind_DW_AT_KIND_LINEPTR` should have an upper case name [INFO] [stdout] --> src/lib.rs:29073:11 [INFO] [stdout] | [INFO] [stdout] 29073 | pub const RBinDwarfAttrKind_DW_AT_KIND_LINEPTR: RBinDwarfAttrKind = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RBIN_DWARF_ATTR_KIND_DW_AT_KIND_LINEPTR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBinDwarfAttrKind_DW_AT_KIND_LOCLISTPTR` should have an upper case name [INFO] [stdout] --> src/lib.rs:29074:11 [INFO] [stdout] | [INFO] [stdout] 29074 | pub const RBinDwarfAttrKind_DW_AT_KIND_LOCLISTPTR: RBinDwarfAttrKind = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RBIN_DWARF_ATTR_KIND_DW_AT_KIND_LOCLISTPTR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBinDwarfAttrKind_DW_AT_KIND_MACPTR` should have an upper case name [INFO] [stdout] --> src/lib.rs:29075:11 [INFO] [stdout] | [INFO] [stdout] 29075 | pub const RBinDwarfAttrKind_DW_AT_KIND_MACPTR: RBinDwarfAttrKind = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RBIN_DWARF_ATTR_KIND_DW_AT_KIND_MACPTR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBinDwarfAttrKind_DW_AT_KIND_RANGELISTPTR` should have an upper case name [INFO] [stdout] --> src/lib.rs:29076:11 [INFO] [stdout] | [INFO] [stdout] 29076 | pub const RBinDwarfAttrKind_DW_AT_KIND_RANGELISTPTR: RBinDwarfAttrKind = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RBIN_DWARF_ATTR_KIND_DW_AT_KIND_RANGELISTPTR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBinDwarfAttrKind_DW_AT_KIND_REFERENCE` should have an upper case name [INFO] [stdout] --> src/lib.rs:29077:11 [INFO] [stdout] | [INFO] [stdout] 29077 | pub const RBinDwarfAttrKind_DW_AT_KIND_REFERENCE: RBinDwarfAttrKind = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RBIN_DWARF_ATTR_KIND_DW_AT_KIND_REFERENCE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RBinDwarfAttrKind_DW_AT_KIND_STRING` should have an upper case name [INFO] [stdout] --> src/lib.rs:29078:11 [INFO] [stdout] | [INFO] [stdout] 29078 | pub const RBinDwarfAttrKind_DW_AT_KIND_STRING: RBinDwarfAttrKind = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RBIN_DWARF_ATTR_KIND_DW_AT_KIND_STRING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_PC` should have an upper case name [INFO] [stdout] --> src/lib.rs:35262:11 [INFO] [stdout] | [INFO] [stdout] 35262 | pub const RRegisterId_R_REG_NAME_PC: RRegisterId = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_PC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_SP` should have an upper case name [INFO] [stdout] --> src/lib.rs:35263:11 [INFO] [stdout] | [INFO] [stdout] 35263 | pub const RRegisterId_R_REG_NAME_SP: RRegisterId = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_SP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_SR` should have an upper case name [INFO] [stdout] --> src/lib.rs:35264:11 [INFO] [stdout] | [INFO] [stdout] 35264 | pub const RRegisterId_R_REG_NAME_SR: RRegisterId = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_SR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_BP` should have an upper case name [INFO] [stdout] --> src/lib.rs:35265:11 [INFO] [stdout] | [INFO] [stdout] 35265 | pub const RRegisterId_R_REG_NAME_BP: RRegisterId = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_BP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_LR` should have an upper case name [INFO] [stdout] --> src/lib.rs:35266:11 [INFO] [stdout] | [INFO] [stdout] 35266 | pub const RRegisterId_R_REG_NAME_LR: RRegisterId = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_LR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_RS` should have an upper case name [INFO] [stdout] --> src/lib.rs:35267:11 [INFO] [stdout] | [INFO] [stdout] 35267 | pub const RRegisterId_R_REG_NAME_RS: RRegisterId = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_RS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_A0` should have an upper case name [INFO] [stdout] --> src/lib.rs:35268:11 [INFO] [stdout] | [INFO] [stdout] 35268 | pub const RRegisterId_R_REG_NAME_A0: RRegisterId = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_A0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_A1` should have an upper case name [INFO] [stdout] --> src/lib.rs:35269:11 [INFO] [stdout] | [INFO] [stdout] 35269 | pub const RRegisterId_R_REG_NAME_A1: RRegisterId = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_A1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_A2` should have an upper case name [INFO] [stdout] --> src/lib.rs:35270:11 [INFO] [stdout] | [INFO] [stdout] 35270 | pub const RRegisterId_R_REG_NAME_A2: RRegisterId = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_A2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_A3` should have an upper case name [INFO] [stdout] --> src/lib.rs:35271:11 [INFO] [stdout] | [INFO] [stdout] 35271 | pub const RRegisterId_R_REG_NAME_A3: RRegisterId = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_A3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_A4` should have an upper case name [INFO] [stdout] --> src/lib.rs:35272:11 [INFO] [stdout] | [INFO] [stdout] 35272 | pub const RRegisterId_R_REG_NAME_A4: RRegisterId = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_A4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_A5` should have an upper case name [INFO] [stdout] --> src/lib.rs:35273:11 [INFO] [stdout] | [INFO] [stdout] 35273 | pub const RRegisterId_R_REG_NAME_A5: RRegisterId = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_A5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_A6` should have an upper case name [INFO] [stdout] --> src/lib.rs:35274:11 [INFO] [stdout] | [INFO] [stdout] 35274 | pub const RRegisterId_R_REG_NAME_A6: RRegisterId = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_A6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_A7` should have an upper case name [INFO] [stdout] --> src/lib.rs:35275:11 [INFO] [stdout] | [INFO] [stdout] 35275 | pub const RRegisterId_R_REG_NAME_A7: RRegisterId = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_A7` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_A8` should have an upper case name [INFO] [stdout] --> src/lib.rs:35276:11 [INFO] [stdout] | [INFO] [stdout] 35276 | pub const RRegisterId_R_REG_NAME_A8: RRegisterId = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_A8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_A9` should have an upper case name [INFO] [stdout] --> src/lib.rs:35277:11 [INFO] [stdout] | [INFO] [stdout] 35277 | pub const RRegisterId_R_REG_NAME_A9: RRegisterId = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_A9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_R0` should have an upper case name [INFO] [stdout] --> src/lib.rs:35278:11 [INFO] [stdout] | [INFO] [stdout] 35278 | pub const RRegisterId_R_REG_NAME_R0: RRegisterId = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_R0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_R1` should have an upper case name [INFO] [stdout] --> src/lib.rs:35279:11 [INFO] [stdout] | [INFO] [stdout] 35279 | pub const RRegisterId_R_REG_NAME_R1: RRegisterId = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_R1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_R2` should have an upper case name [INFO] [stdout] --> src/lib.rs:35280:11 [INFO] [stdout] | [INFO] [stdout] 35280 | pub const RRegisterId_R_REG_NAME_R2: RRegisterId = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_R2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_R3` should have an upper case name [INFO] [stdout] --> src/lib.rs:35281:11 [INFO] [stdout] | [INFO] [stdout] 35281 | pub const RRegisterId_R_REG_NAME_R3: RRegisterId = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_R3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_ZF` should have an upper case name [INFO] [stdout] --> src/lib.rs:35282:11 [INFO] [stdout] | [INFO] [stdout] 35282 | pub const RRegisterId_R_REG_NAME_ZF: RRegisterId = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_ZF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_SF` should have an upper case name [INFO] [stdout] --> src/lib.rs:35283:11 [INFO] [stdout] | [INFO] [stdout] 35283 | pub const RRegisterId_R_REG_NAME_SF: RRegisterId = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_SF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_CF` should have an upper case name [INFO] [stdout] --> src/lib.rs:35284:11 [INFO] [stdout] | [INFO] [stdout] 35284 | pub const RRegisterId_R_REG_NAME_CF: RRegisterId = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_CF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_OF` should have an upper case name [INFO] [stdout] --> src/lib.rs:35285:11 [INFO] [stdout] | [INFO] [stdout] 35285 | pub const RRegisterId_R_REG_NAME_OF: RRegisterId = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_OF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_SN` should have an upper case name [INFO] [stdout] --> src/lib.rs:35286:11 [INFO] [stdout] | [INFO] [stdout] 35286 | pub const RRegisterId_R_REG_NAME_SN: RRegisterId = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_SN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RRegisterId_R_REG_NAME_LAST` should have an upper case name [INFO] [stdout] --> src/lib.rs:35287:11 [INFO] [stdout] | [INFO] [stdout] 35287 | pub const RRegisterId_R_REG_NAME_LAST: RRegisterId = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RREGISTER_ID_R_REG_NAME_LAST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:35977:73 [INFO] [stdout] | [INFO] [stdout] 35977 | pub fn r_reg_get_longdouble(reg: *mut RReg, item: *mut RRegItem) -> u128; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> src/lib.rs:35980:77 [INFO] [stdout] | [INFO] [stdout] 35980 | pub fn r_reg_set_longdouble(reg: *mut RReg, item: *mut RRegItem, value: u128) -> bool; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_KEYWORD` should have an upper case name [INFO] [stdout] --> src/lib.rs:38350:11 [INFO] [stdout] | [INFO] [stdout] 38350 | pub const r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_KEYWORD: r_syntax_highlight_type_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_SYNTAX_HIGHLIGHT_TYPE_T_R_SYNTAX_HIGHLIGHT_TYPE_KEYWORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_COMMENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:38351:11 [INFO] [stdout] | [INFO] [stdout] 38351 | pub const r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_COMMENT: r_syntax_highlight_type_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_SYNTAX_HIGHLIGHT_TYPE_T_R_SYNTAX_HIGHLIGHT_TYPE_COMMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_DATATYPE` should have an upper case name [INFO] [stdout] --> src/lib.rs:38352:11 [INFO] [stdout] | [INFO] [stdout] 38352 | pub const r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_DATATYPE: r_syntax_highlight_type_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_SYNTAX_HIGHLIGHT_TYPE_T_R_SYNTAX_HIGHLIGHT_TYPE_DATATYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_FUNCTION_NAME` should have an upper case name [INFO] [stdout] --> src/lib.rs:38353:11 [INFO] [stdout] | [INFO] [stdout] 38353 | pub const r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_FUNCTION_NAME: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_SYNTAX_HIGHLIGHT_TYPE_T_R_SYNTAX_HIGHLIGHT_TYPE_FUNCTION_NAME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_FUNCTION_PARAMETER` should have an upper case name [INFO] [stdout] --> src/lib.rs:38355:11 [INFO] [stdout] | [INFO] [stdout] 38355 | pub const r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_FUNCTION_PARAMETER: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_SYNTAX_HIGHLIGHT_TYPE_T_R_SYNTAX_HIGHLIGHT_TYPE_FUNCTION_PARAMETER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_LOCAL_VARIABLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:38357:11 [INFO] [stdout] | [INFO] [stdout] 38357 | pub const r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_LOCAL_VARIABLE: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_SYNTAX_HIGHLIGHT_TYPE_T_R_SYNTAX_HIGHLIGHT_TYPE_LOCAL_VARIABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_CONSTANT_VARIABLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:38359:11 [INFO] [stdout] | [INFO] [stdout] 38359 | pub const r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_CONSTANT_VARIABLE: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_SYNTAX_HIGHLIGHT_TYPE_T_R_SYNTAX_HIGHLIGHT_TYPE_CONSTANT_VARIABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_GLOBAL_VARIABLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:38361:11 [INFO] [stdout] | [INFO] [stdout] 38361 | pub const r_syntax_highlight_type_t_R_SYNTAX_HIGHLIGHT_TYPE_GLOBAL_VARIABLE: [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_SYNTAX_HIGHLIGHT_TYPE_T_R_SYNTAX_HIGHLIGHT_TYPE_GLOBAL_VARIABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_code_annotation_type_t_R_CODEMETA_TYPE_OFFSET` should have an upper case name [INFO] [stdout] --> src/lib.rs:38366:11 [INFO] [stdout] | [INFO] [stdout] 38366 | pub const r_code_annotation_type_t_R_CODEMETA_TYPE_OFFSET: r_code_annotation_type_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CODE_ANNOTATION_TYPE_T_R_CODEMETA_TYPE_OFFSET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_code_annotation_type_t_R_CODEMETA_TYPE_SYNTAX_HIGHLIGHT` should have an upper case name [INFO] [stdout] --> src/lib.rs:38368:11 [INFO] [stdout] | [INFO] [stdout] 38368 | pub const r_code_annotation_type_t_R_CODEMETA_TYPE_SYNTAX_HIGHLIGHT: r_code_annotation_type_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CODE_ANNOTATION_TYPE_T_R_CODEMETA_TYPE_SYNTAX_HIGHLIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_code_annotation_type_t_R_CODEMETA_TYPE_FUNCTION_NAME` should have an upper case name [INFO] [stdout] --> src/lib.rs:38370:11 [INFO] [stdout] | [INFO] [stdout] 38370 | pub const r_code_annotation_type_t_R_CODEMETA_TYPE_FUNCTION_NAME: r_code_annotation_type_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CODE_ANNOTATION_TYPE_T_R_CODEMETA_TYPE_FUNCTION_NAME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_code_annotation_type_t_R_CODEMETA_TYPE_GLOBAL_VARIABLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:38372:11 [INFO] [stdout] | [INFO] [stdout] 38372 | pub const r_code_annotation_type_t_R_CODEMETA_TYPE_GLOBAL_VARIABLE: r_code_annotation_type_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CODE_ANNOTATION_TYPE_T_R_CODEMETA_TYPE_GLOBAL_VARIABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_code_annotation_type_t_R_CODEMETA_TYPE_CONSTANT_VARIABLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:38374:11 [INFO] [stdout] | [INFO] [stdout] 38374 | pub const r_code_annotation_type_t_R_CODEMETA_TYPE_CONSTANT_VARIABLE: r_code_annotation_type_t = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CODE_ANNOTATION_TYPE_T_R_CODEMETA_TYPE_CONSTANT_VARIABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_code_annotation_type_t_R_CODEMETA_TYPE_LOCAL_VARIABLE` should have an upper case name [INFO] [stdout] --> src/lib.rs:38376:11 [INFO] [stdout] | [INFO] [stdout] 38376 | pub const r_code_annotation_type_t_R_CODEMETA_TYPE_LOCAL_VARIABLE: r_code_annotation_type_t = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CODE_ANNOTATION_TYPE_T_R_CODEMETA_TYPE_LOCAL_VARIABLE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_code_annotation_type_t_R_CODEMETA_TYPE_FUNCTION_PARAMETER` should have an upper case name [INFO] [stdout] --> src/lib.rs:38378:11 [INFO] [stdout] | [INFO] [stdout] 38378 | pub const r_code_annotation_type_t_R_CODEMETA_TYPE_FUNCTION_PARAMETER: r_code_annotation_type_t = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CODE_ANNOTATION_TYPE_T_R_CODEMETA_TYPE_FUNCTION_PARAMETER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalBaseTypeKind_R_ANAL_BASE_TYPE_KIND_STRUCT` should have an upper case name [INFO] [stdout] --> src/lib.rs:38896:11 [INFO] [stdout] | [INFO] [stdout] 38896 | pub const RAnalBaseTypeKind_R_ANAL_BASE_TYPE_KIND_STRUCT: RAnalBaseTypeKind = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_BASE_TYPE_KIND_R_ANAL_BASE_TYPE_KIND_STRUCT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalBaseTypeKind_R_ANAL_BASE_TYPE_KIND_UNION` should have an upper case name [INFO] [stdout] --> src/lib.rs:38897:11 [INFO] [stdout] | [INFO] [stdout] 38897 | pub const RAnalBaseTypeKind_R_ANAL_BASE_TYPE_KIND_UNION: RAnalBaseTypeKind = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_BASE_TYPE_KIND_R_ANAL_BASE_TYPE_KIND_UNION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalBaseTypeKind_R_ANAL_BASE_TYPE_KIND_ENUM` should have an upper case name [INFO] [stdout] --> src/lib.rs:38898:11 [INFO] [stdout] | [INFO] [stdout] 38898 | pub const RAnalBaseTypeKind_R_ANAL_BASE_TYPE_KIND_ENUM: RAnalBaseTypeKind = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_BASE_TYPE_KIND_R_ANAL_BASE_TYPE_KIND_ENUM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalBaseTypeKind_R_ANAL_BASE_TYPE_KIND_TYPEDEF` should have an upper case name [INFO] [stdout] --> src/lib.rs:38899:11 [INFO] [stdout] | [INFO] [stdout] 38899 | pub const RAnalBaseTypeKind_R_ANAL_BASE_TYPE_KIND_TYPEDEF: RAnalBaseTypeKind = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_BASE_TYPE_KIND_R_ANAL_BASE_TYPE_KIND_TYPEDEF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalBaseTypeKind_R_ANAL_BASE_TYPE_KIND_ATOMIC` should have an upper case name [INFO] [stdout] --> src/lib.rs:38900:11 [INFO] [stdout] | [INFO] [stdout] 38900 | pub const RAnalBaseTypeKind_R_ANAL_BASE_TYPE_KIND_ATOMIC: RAnalBaseTypeKind = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_BASE_TYPE_KIND_R_ANAL_BASE_TYPE_KIND_ATOMIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalMetaType_R_META_TYPE_ANY` should have an upper case name [INFO] [stdout] --> src/lib.rs:39633:11 [INFO] [stdout] | [INFO] [stdout] 39633 | pub const RAnalMetaType_R_META_TYPE_ANY: RAnalMetaType = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_META_TYPE_R_META_TYPE_ANY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalMetaType_R_META_TYPE_DATA` should have an upper case name [INFO] [stdout] --> src/lib.rs:39634:11 [INFO] [stdout] | [INFO] [stdout] 39634 | pub const RAnalMetaType_R_META_TYPE_DATA: RAnalMetaType = 100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_META_TYPE_R_META_TYPE_DATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalMetaType_R_META_TYPE_CODE` should have an upper case name [INFO] [stdout] --> src/lib.rs:39635:11 [INFO] [stdout] | [INFO] [stdout] 39635 | pub const RAnalMetaType_R_META_TYPE_CODE: RAnalMetaType = 99; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_META_TYPE_R_META_TYPE_CODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalMetaType_R_META_TYPE_STRING` should have an upper case name [INFO] [stdout] --> src/lib.rs:39636:11 [INFO] [stdout] | [INFO] [stdout] 39636 | pub const RAnalMetaType_R_META_TYPE_STRING: RAnalMetaType = 115; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_META_TYPE_R_META_TYPE_STRING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalMetaType_R_META_TYPE_FORMAT` should have an upper case name [INFO] [stdout] --> src/lib.rs:39637:11 [INFO] [stdout] | [INFO] [stdout] 39637 | pub const RAnalMetaType_R_META_TYPE_FORMAT: RAnalMetaType = 102; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_META_TYPE_R_META_TYPE_FORMAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalMetaType_R_META_TYPE_MAGIC` should have an upper case name [INFO] [stdout] --> src/lib.rs:39638:11 [INFO] [stdout] | [INFO] [stdout] 39638 | pub const RAnalMetaType_R_META_TYPE_MAGIC: RAnalMetaType = 109; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_META_TYPE_R_META_TYPE_MAGIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalMetaType_R_META_TYPE_HIDE` should have an upper case name [INFO] [stdout] --> src/lib.rs:39639:11 [INFO] [stdout] | [INFO] [stdout] 39639 | pub const RAnalMetaType_R_META_TYPE_HIDE: RAnalMetaType = 104; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_META_TYPE_R_META_TYPE_HIDE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalMetaType_R_META_TYPE_COMMENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:39640:11 [INFO] [stdout] | [INFO] [stdout] 39640 | pub const RAnalMetaType_R_META_TYPE_COMMENT: RAnalMetaType = 67; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_META_TYPE_R_META_TYPE_COMMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalMetaType_R_META_TYPE_RUN` should have an upper case name [INFO] [stdout] --> src/lib.rs:39641:11 [INFO] [stdout] | [INFO] [stdout] 39641 | pub const RAnalMetaType_R_META_TYPE_RUN: RAnalMetaType = 114; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_META_TYPE_R_META_TYPE_RUN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalMetaType_R_META_TYPE_HIGHLIGHT` should have an upper case name [INFO] [stdout] --> src/lib.rs:39642:11 [INFO] [stdout] | [INFO] [stdout] 39642 | pub const RAnalMetaType_R_META_TYPE_HIGHLIGHT: RAnalMetaType = 72; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_META_TYPE_R_META_TYPE_HIGHLIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalMetaType_R_META_TYPE_VARTYPE` should have an upper case name [INFO] [stdout] --> src/lib.rs:39643:11 [INFO] [stdout] | [INFO] [stdout] 39643 | pub const RAnalMetaType_R_META_TYPE_VARTYPE: RAnalMetaType = 116; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_META_TYPE_R_META_TYPE_VARTYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_UNKNOWN` should have an upper case name [INFO] [stdout] --> src/lib.rs:39707:11 [INFO] [stdout] | [INFO] [stdout] 39707 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_UNKNOWN: RAnalOpFamily = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_CPU` should have an upper case name [INFO] [stdout] --> src/lib.rs:39708:11 [INFO] [stdout] | [INFO] [stdout] 39708 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_CPU: RAnalOpFamily = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_CPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_FPU` should have an upper case name [INFO] [stdout] --> src/lib.rs:39709:11 [INFO] [stdout] | [INFO] [stdout] 39709 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_FPU: RAnalOpFamily = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_FPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_MMX` should have an upper case name [INFO] [stdout] --> src/lib.rs:39710:11 [INFO] [stdout] | [INFO] [stdout] 39710 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_MMX: RAnalOpFamily = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_MMX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_SSE` should have an upper case name [INFO] [stdout] --> src/lib.rs:39711:11 [INFO] [stdout] | [INFO] [stdout] 39711 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_SSE: RAnalOpFamily = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_SSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_PRIV` should have an upper case name [INFO] [stdout] --> src/lib.rs:39712:11 [INFO] [stdout] | [INFO] [stdout] 39712 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_PRIV: RAnalOpFamily = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_PRIV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_CRYPTO` should have an upper case name [INFO] [stdout] --> src/lib.rs:39713:11 [INFO] [stdout] | [INFO] [stdout] 39713 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_CRYPTO: RAnalOpFamily = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_CRYPTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_THREAD` should have an upper case name [INFO] [stdout] --> src/lib.rs:39714:11 [INFO] [stdout] | [INFO] [stdout] 39714 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_THREAD: RAnalOpFamily = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_THREAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_VIRT` should have an upper case name [INFO] [stdout] --> src/lib.rs:39715:11 [INFO] [stdout] | [INFO] [stdout] 39715 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_VIRT: RAnalOpFamily = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_VIRT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_SECURITY` should have an upper case name [INFO] [stdout] --> src/lib.rs:39716:11 [INFO] [stdout] | [INFO] [stdout] 39716 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_SECURITY: RAnalOpFamily = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_SECURITY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_IO` should have an upper case name [INFO] [stdout] --> src/lib.rs:39717:11 [INFO] [stdout] | [INFO] [stdout] 39717 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_IO: RAnalOpFamily = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_IO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpFamily_R_ANAL_OP_FAMILY_LAST` should have an upper case name [INFO] [stdout] --> src/lib.rs:39718:11 [INFO] [stdout] | [INFO] [stdout] 39718 | pub const RAnalOpFamily_R_ANAL_OP_FAMILY_LAST: RAnalOpFamily = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_FAMILY_R_ANAL_OP_FAMILY_LAST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpPrefix_R_ANAL_OP_PREFIX_COND` should have an upper case name [INFO] [stdout] --> src/lib.rs:39720:11 [INFO] [stdout] | [INFO] [stdout] 39720 | pub const RAnalOpPrefix_R_ANAL_OP_PREFIX_COND: RAnalOpPrefix = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_PREFIX_R_ANAL_OP_PREFIX_COND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpPrefix_R_ANAL_OP_PREFIX_REP` should have an upper case name [INFO] [stdout] --> src/lib.rs:39721:11 [INFO] [stdout] | [INFO] [stdout] 39721 | pub const RAnalOpPrefix_R_ANAL_OP_PREFIX_REP: RAnalOpPrefix = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_PREFIX_R_ANAL_OP_PREFIX_REP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpPrefix_R_ANAL_OP_PREFIX_REPNE` should have an upper case name [INFO] [stdout] --> src/lib.rs:39722:11 [INFO] [stdout] | [INFO] [stdout] 39722 | pub const RAnalOpPrefix_R_ANAL_OP_PREFIX_REPNE: RAnalOpPrefix = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_PREFIX_R_ANAL_OP_PREFIX_REPNE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpPrefix_R_ANAL_OP_PREFIX_LOCK` should have an upper case name [INFO] [stdout] --> src/lib.rs:39723:11 [INFO] [stdout] | [INFO] [stdout] 39723 | pub const RAnalOpPrefix_R_ANAL_OP_PREFIX_LOCK: RAnalOpPrefix = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_PREFIX_R_ANAL_OP_PREFIX_LOCK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpPrefix_R_ANAL_OP_PREFIX_LIKELY` should have an upper case name [INFO] [stdout] --> src/lib.rs:39724:11 [INFO] [stdout] | [INFO] [stdout] 39724 | pub const RAnalOpPrefix_R_ANAL_OP_PREFIX_LIKELY: RAnalOpPrefix = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_PREFIX_R_ANAL_OP_PREFIX_LIKELY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpPrefix_R_ANAL_OP_PREFIX_UNLIKELY` should have an upper case name [INFO] [stdout] --> src/lib.rs:39725:11 [INFO] [stdout] | [INFO] [stdout] 39725 | pub const RAnalOpPrefix_R_ANAL_OP_PREFIX_UNLIKELY: RAnalOpPrefix = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_PREFIX_R_ANAL_OP_PREFIX_UNLIKELY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpMask_R_ANAL_OP_MASK_BASIC` should have an upper case name [INFO] [stdout] --> src/lib.rs:39727:11 [INFO] [stdout] | [INFO] [stdout] 39727 | pub const RAnalOpMask_R_ANAL_OP_MASK_BASIC: RAnalOpMask = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_MASK_R_ANAL_OP_MASK_BASIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpMask_R_ANAL_OP_MASK_ESIL` should have an upper case name [INFO] [stdout] --> src/lib.rs:39728:11 [INFO] [stdout] | [INFO] [stdout] 39728 | pub const RAnalOpMask_R_ANAL_OP_MASK_ESIL: RAnalOpMask = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_MASK_R_ANAL_OP_MASK_ESIL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpMask_R_ANAL_OP_MASK_VAL` should have an upper case name [INFO] [stdout] --> src/lib.rs:39729:11 [INFO] [stdout] | [INFO] [stdout] 39729 | pub const RAnalOpMask_R_ANAL_OP_MASK_VAL: RAnalOpMask = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_MASK_R_ANAL_OP_MASK_VAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpMask_R_ANAL_OP_MASK_HINT` should have an upper case name [INFO] [stdout] --> src/lib.rs:39730:11 [INFO] [stdout] | [INFO] [stdout] 39730 | pub const RAnalOpMask_R_ANAL_OP_MASK_HINT: RAnalOpMask = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_MASK_R_ANAL_OP_MASK_HINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpMask_R_ANAL_OP_MASK_OPEX` should have an upper case name [INFO] [stdout] --> src/lib.rs:39731:11 [INFO] [stdout] | [INFO] [stdout] 39731 | pub const RAnalOpMask_R_ANAL_OP_MASK_OPEX: RAnalOpMask = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_MASK_R_ANAL_OP_MASK_OPEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpMask_R_ANAL_OP_MASK_DISASM` should have an upper case name [INFO] [stdout] --> src/lib.rs:39732:11 [INFO] [stdout] | [INFO] [stdout] 39732 | pub const RAnalOpMask_R_ANAL_OP_MASK_DISASM: RAnalOpMask = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_MASK_R_ANAL_OP_MASK_DISASM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpMask_R_ANAL_OP_MASK_ALL` should have an upper case name [INFO] [stdout] --> src/lib.rs:39733:11 [INFO] [stdout] | [INFO] [stdout] 39733 | pub const RAnalOpMask_R_ANAL_OP_MASK_ALL: RAnalOpMask = 31; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_MASK_R_ANAL_OP_MASK_ALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_AL` should have an upper case name [INFO] [stdout] --> src/lib.rs:39735:11 [INFO] [stdout] | [INFO] [stdout] 39735 | pub const _RAnalCond_R_ANAL_COND_AL: _RAnalCond = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_AL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_EQ` should have an upper case name [INFO] [stdout] --> src/lib.rs:39736:11 [INFO] [stdout] | [INFO] [stdout] 39736 | pub const _RAnalCond_R_ANAL_COND_EQ: _RAnalCond = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_EQ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_NE` should have an upper case name [INFO] [stdout] --> src/lib.rs:39737:11 [INFO] [stdout] | [INFO] [stdout] 39737 | pub const _RAnalCond_R_ANAL_COND_NE: _RAnalCond = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_NE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_GE` should have an upper case name [INFO] [stdout] --> src/lib.rs:39738:11 [INFO] [stdout] | [INFO] [stdout] 39738 | pub const _RAnalCond_R_ANAL_COND_GE: _RAnalCond = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_GE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_GT` should have an upper case name [INFO] [stdout] --> src/lib.rs:39739:11 [INFO] [stdout] | [INFO] [stdout] 39739 | pub const _RAnalCond_R_ANAL_COND_GT: _RAnalCond = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_GT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_LE` should have an upper case name [INFO] [stdout] --> src/lib.rs:39740:11 [INFO] [stdout] | [INFO] [stdout] 39740 | pub const _RAnalCond_R_ANAL_COND_LE: _RAnalCond = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_LE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_LT` should have an upper case name [INFO] [stdout] --> src/lib.rs:39741:11 [INFO] [stdout] | [INFO] [stdout] 39741 | pub const _RAnalCond_R_ANAL_COND_LT: _RAnalCond = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_LT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_NV` should have an upper case name [INFO] [stdout] --> src/lib.rs:39742:11 [INFO] [stdout] | [INFO] [stdout] 39742 | pub const _RAnalCond_R_ANAL_COND_NV: _RAnalCond = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_NV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_HS` should have an upper case name [INFO] [stdout] --> src/lib.rs:39743:11 [INFO] [stdout] | [INFO] [stdout] 39743 | pub const _RAnalCond_R_ANAL_COND_HS: _RAnalCond = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_HS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_LO` should have an upper case name [INFO] [stdout] --> src/lib.rs:39744:11 [INFO] [stdout] | [INFO] [stdout] 39744 | pub const _RAnalCond_R_ANAL_COND_LO: _RAnalCond = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_LO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_MI` should have an upper case name [INFO] [stdout] --> src/lib.rs:39745:11 [INFO] [stdout] | [INFO] [stdout] 39745 | pub const _RAnalCond_R_ANAL_COND_MI: _RAnalCond = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_MI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_PL` should have an upper case name [INFO] [stdout] --> src/lib.rs:39746:11 [INFO] [stdout] | [INFO] [stdout] 39746 | pub const _RAnalCond_R_ANAL_COND_PL: _RAnalCond = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_PL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_VS` should have an upper case name [INFO] [stdout] --> src/lib.rs:39747:11 [INFO] [stdout] | [INFO] [stdout] 39747 | pub const _RAnalCond_R_ANAL_COND_VS: _RAnalCond = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_VS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_VC` should have an upper case name [INFO] [stdout] --> src/lib.rs:39748:11 [INFO] [stdout] | [INFO] [stdout] 39748 | pub const _RAnalCond_R_ANAL_COND_VC: _RAnalCond = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_VC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_HI` should have an upper case name [INFO] [stdout] --> src/lib.rs:39749:11 [INFO] [stdout] | [INFO] [stdout] 39749 | pub const _RAnalCond_R_ANAL_COND_HI: _RAnalCond = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_HI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `_RAnalCond_R_ANAL_COND_LS` should have an upper case name [INFO] [stdout] --> src/lib.rs:39750:11 [INFO] [stdout] | [INFO] [stdout] 39750 | pub const _RAnalCond_R_ANAL_COND_LS: _RAnalCond = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_RANAL_COND_R_ANAL_COND_LS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalStackOp_R_ANAL_STACK_NULL` should have an upper case name [INFO] [stdout] --> src/lib.rs:39752:11 [INFO] [stdout] | [INFO] [stdout] 39752 | pub const RAnalStackOp_R_ANAL_STACK_NULL: RAnalStackOp = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_STACK_OP_R_ANAL_STACK_NULL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalStackOp_R_ANAL_STACK_NOP` should have an upper case name [INFO] [stdout] --> src/lib.rs:39753:11 [INFO] [stdout] | [INFO] [stdout] 39753 | pub const RAnalStackOp_R_ANAL_STACK_NOP: RAnalStackOp = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_STACK_OP_R_ANAL_STACK_NOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalStackOp_R_ANAL_STACK_INC` should have an upper case name [INFO] [stdout] --> src/lib.rs:39754:11 [INFO] [stdout] | [INFO] [stdout] 39754 | pub const RAnalStackOp_R_ANAL_STACK_INC: RAnalStackOp = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_STACK_OP_R_ANAL_STACK_INC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalStackOp_R_ANAL_STACK_GET` should have an upper case name [INFO] [stdout] --> src/lib.rs:39755:11 [INFO] [stdout] | [INFO] [stdout] 39755 | pub const RAnalStackOp_R_ANAL_STACK_GET: RAnalStackOp = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_STACK_OP_R_ANAL_STACK_GET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalStackOp_R_ANAL_STACK_SET` should have an upper case name [INFO] [stdout] --> src/lib.rs:39756:11 [INFO] [stdout] | [INFO] [stdout] 39756 | pub const RAnalStackOp_R_ANAL_STACK_SET: RAnalStackOp = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_STACK_OP_R_ANAL_STACK_SET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalStackOp_R_ANAL_STACK_RESET` should have an upper case name [INFO] [stdout] --> src/lib.rs:39757:11 [INFO] [stdout] | [INFO] [stdout] 39757 | pub const RAnalStackOp_R_ANAL_STACK_RESET: RAnalStackOp = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_STACK_OP_R_ANAL_STACK_RESET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalStackOp_R_ANAL_STACK_ALIGN` should have an upper case name [INFO] [stdout] --> src/lib.rs:39758:11 [INFO] [stdout] | [INFO] [stdout] 39758 | pub const RAnalStackOp_R_ANAL_STACK_ALIGN: RAnalStackOp = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_STACK_OP_R_ANAL_STACK_ALIGN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalCPPABI_R_ANAL_CPP_ABI_ITANIUM` should have an upper case name [INFO] [stdout] --> src/lib.rs:40319:11 [INFO] [stdout] | [INFO] [stdout] 40319 | pub const RAnalCPPABI_R_ANAL_CPP_ABI_ITANIUM: RAnalCPPABI = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_CPPABI_R_ANAL_CPP_ABI_ITANIUM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalCPPABI_R_ANAL_CPP_ABI_MSVC` should have an upper case name [INFO] [stdout] --> src/lib.rs:40320:11 [INFO] [stdout] | [INFO] [stdout] 40320 | pub const RAnalCPPABI_R_ANAL_CPP_ABI_MSVC: RAnalCPPABI = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_CPPABI_R_ANAL_CPP_ABI_MSVC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `columnSort` should have a snake case name [INFO] [stdout] --> src/lib.rs:40416:9 [INFO] [stdout] | [INFO] [stdout] 40416 | pub columnSort: RListComparator, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `column_sort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalVarKind_R_ANAL_VAR_KIND_REG` should have an upper case name [INFO] [stdout] --> src/lib.rs:41424:11 [INFO] [stdout] | [INFO] [stdout] 41424 | pub const RAnalVarKind_R_ANAL_VAR_KIND_REG: RAnalVarKind = 114; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_VAR_KIND_R_ANAL_VAR_KIND_REG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalVarKind_R_ANAL_VAR_KIND_BPV` should have an upper case name [INFO] [stdout] --> src/lib.rs:41425:11 [INFO] [stdout] | [INFO] [stdout] 41425 | pub const RAnalVarKind_R_ANAL_VAR_KIND_BPV: RAnalVarKind = 98; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_VAR_KIND_R_ANAL_VAR_KIND_BPV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalVarKind_R_ANAL_VAR_KIND_SPV` should have an upper case name [INFO] [stdout] --> src/lib.rs:41426:11 [INFO] [stdout] | [INFO] [stdout] 41426 | pub const RAnalVarKind_R_ANAL_VAR_KIND_SPV: RAnalVarKind = 115; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_VAR_KIND_R_ANAL_VAR_KIND_SPV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalValueAccess_R_ANAL_ACC_UNKNOWN` should have an upper case name [INFO] [stdout] --> src/lib.rs:41669:11 [INFO] [stdout] | [INFO] [stdout] 41669 | pub const RAnalValueAccess_R_ANAL_ACC_UNKNOWN: RAnalValueAccess = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_VALUE_ACCESS_R_ANAL_ACC_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalValueAccess_R_ANAL_ACC_R` should have an upper case name [INFO] [stdout] --> src/lib.rs:41670:11 [INFO] [stdout] | [INFO] [stdout] 41670 | pub const RAnalValueAccess_R_ANAL_ACC_R: RAnalValueAccess = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_VALUE_ACCESS_R_ANAL_ACC_R` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalValueAccess_R_ANAL_ACC_W` should have an upper case name [INFO] [stdout] --> src/lib.rs:41671:11 [INFO] [stdout] | [INFO] [stdout] 41671 | pub const RAnalValueAccess_R_ANAL_ACC_W: RAnalValueAccess = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_VALUE_ACCESS_R_ANAL_ACC_W` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalValueType_R_ANAL_VAL_REG` should have an upper case name [INFO] [stdout] --> src/lib.rs:41673:11 [INFO] [stdout] | [INFO] [stdout] 41673 | pub const RAnalValueType_R_ANAL_VAL_REG: RAnalValueType = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_VALUE_TYPE_R_ANAL_VAL_REG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalValueType_R_ANAL_VAL_MEM` should have an upper case name [INFO] [stdout] --> src/lib.rs:41674:11 [INFO] [stdout] | [INFO] [stdout] 41674 | pub const RAnalValueType_R_ANAL_VAL_MEM: RAnalValueType = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_VALUE_TYPE_R_ANAL_VAL_MEM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalValueType_R_ANAL_VAL_IMM` should have an upper case name [INFO] [stdout] --> src/lib.rs:41675:11 [INFO] [stdout] | [INFO] [stdout] 41675 | pub const RAnalValueType_R_ANAL_VAL_IMM: RAnalValueType = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_VALUE_TYPE_R_ANAL_VAL_IMM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpDirection_R_ANAL_OP_DIR_READ` should have an upper case name [INFO] [stdout] --> src/lib.rs:41816:11 [INFO] [stdout] | [INFO] [stdout] 41816 | pub const RAnalOpDirection_R_ANAL_OP_DIR_READ: RAnalOpDirection = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_DIRECTION_R_ANAL_OP_DIR_READ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpDirection_R_ANAL_OP_DIR_WRITE` should have an upper case name [INFO] [stdout] --> src/lib.rs:41817:11 [INFO] [stdout] | [INFO] [stdout] 41817 | pub const RAnalOpDirection_R_ANAL_OP_DIR_WRITE: RAnalOpDirection = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_DIRECTION_R_ANAL_OP_DIR_WRITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpDirection_R_ANAL_OP_DIR_EXEC` should have an upper case name [INFO] [stdout] --> src/lib.rs:41818:11 [INFO] [stdout] | [INFO] [stdout] 41818 | pub const RAnalOpDirection_R_ANAL_OP_DIR_EXEC: RAnalOpDirection = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_DIRECTION_R_ANAL_OP_DIR_EXEC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalOpDirection_R_ANAL_OP_DIR_REF` should have an upper case name [INFO] [stdout] --> src/lib.rs:41819:11 [INFO] [stdout] | [INFO] [stdout] 41819 | pub const RAnalOpDirection_R_ANAL_OP_DIR_REF: RAnalOpDirection = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_OP_DIRECTION_R_ANAL_OP_DIR_REF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_anal_data_type_t_R_ANAL_DATATYPE_NULL` should have an upper case name [INFO] [stdout] --> src/lib.rs:41821:11 [INFO] [stdout] | [INFO] [stdout] 41821 | pub const r_anal_data_type_t_R_ANAL_DATATYPE_NULL: r_anal_data_type_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_ANAL_DATA_TYPE_T_R_ANAL_DATATYPE_NULL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_anal_data_type_t_R_ANAL_DATATYPE_ARRAY` should have an upper case name [INFO] [stdout] --> src/lib.rs:41822:11 [INFO] [stdout] | [INFO] [stdout] 41822 | pub const r_anal_data_type_t_R_ANAL_DATATYPE_ARRAY: r_anal_data_type_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_ANAL_DATA_TYPE_T_R_ANAL_DATATYPE_ARRAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_anal_data_type_t_R_ANAL_DATATYPE_OBJECT` should have an upper case name [INFO] [stdout] --> src/lib.rs:41823:11 [INFO] [stdout] | [INFO] [stdout] 41823 | pub const r_anal_data_type_t_R_ANAL_DATATYPE_OBJECT: r_anal_data_type_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_ANAL_DATA_TYPE_T_R_ANAL_DATATYPE_OBJECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_anal_data_type_t_R_ANAL_DATATYPE_STRING` should have an upper case name [INFO] [stdout] --> src/lib.rs:41824:11 [INFO] [stdout] | [INFO] [stdout] 41824 | pub const r_anal_data_type_t_R_ANAL_DATATYPE_STRING: r_anal_data_type_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_ANAL_DATA_TYPE_T_R_ANAL_DATATYPE_STRING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_anal_data_type_t_R_ANAL_DATATYPE_CLASS` should have an upper case name [INFO] [stdout] --> src/lib.rs:41825:11 [INFO] [stdout] | [INFO] [stdout] 41825 | pub const r_anal_data_type_t_R_ANAL_DATATYPE_CLASS: r_anal_data_type_t = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_ANAL_DATA_TYPE_T_R_ANAL_DATATYPE_CLASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_anal_data_type_t_R_ANAL_DATATYPE_BOOLEAN` should have an upper case name [INFO] [stdout] --> src/lib.rs:41826:11 [INFO] [stdout] | [INFO] [stdout] 41826 | pub const r_anal_data_type_t_R_ANAL_DATATYPE_BOOLEAN: r_anal_data_type_t = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_ANAL_DATA_TYPE_T_R_ANAL_DATATYPE_BOOLEAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_anal_data_type_t_R_ANAL_DATATYPE_INT16` should have an upper case name [INFO] [stdout] --> src/lib.rs:41827:11 [INFO] [stdout] | [INFO] [stdout] 41827 | pub const r_anal_data_type_t_R_ANAL_DATATYPE_INT16: r_anal_data_type_t = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_ANAL_DATA_TYPE_T_R_ANAL_DATATYPE_INT16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_anal_data_type_t_R_ANAL_DATATYPE_INT32` should have an upper case name [INFO] [stdout] --> src/lib.rs:41828:11 [INFO] [stdout] | [INFO] [stdout] 41828 | pub const r_anal_data_type_t_R_ANAL_DATATYPE_INT32: r_anal_data_type_t = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_ANAL_DATA_TYPE_T_R_ANAL_DATATYPE_INT32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_anal_data_type_t_R_ANAL_DATATYPE_INT64` should have an upper case name [INFO] [stdout] --> src/lib.rs:41829:11 [INFO] [stdout] | [INFO] [stdout] 41829 | pub const r_anal_data_type_t_R_ANAL_DATATYPE_INT64: r_anal_data_type_t = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_ANAL_DATA_TYPE_T_R_ANAL_DATATYPE_INT64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_anal_data_type_t_R_ANAL_DATATYPE_FLOAT` should have an upper case name [INFO] [stdout] --> src/lib.rs:41830:11 [INFO] [stdout] | [INFO] [stdout] 41830 | pub const r_anal_data_type_t_R_ANAL_DATATYPE_FLOAT: r_anal_data_type_t = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_ANAL_DATA_TYPE_T_R_ANAL_DATATYPE_FLOAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalRefType_R_ANAL_REF_TYPE_NULL` should have an upper case name [INFO] [stdout] --> src/lib.rs:42740:11 [INFO] [stdout] | [INFO] [stdout] 42740 | pub const RAnalRefType_R_ANAL_REF_TYPE_NULL: RAnalRefType = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_REF_TYPE_R_ANAL_REF_TYPE_NULL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalRefType_R_ANAL_REF_TYPE_CODE` should have an upper case name [INFO] [stdout] --> src/lib.rs:42741:11 [INFO] [stdout] | [INFO] [stdout] 42741 | pub const RAnalRefType_R_ANAL_REF_TYPE_CODE: RAnalRefType = 99; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_REF_TYPE_R_ANAL_REF_TYPE_CODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalRefType_R_ANAL_REF_TYPE_CALL` should have an upper case name [INFO] [stdout] --> src/lib.rs:42742:11 [INFO] [stdout] | [INFO] [stdout] 42742 | pub const RAnalRefType_R_ANAL_REF_TYPE_CALL: RAnalRefType = 67; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_REF_TYPE_R_ANAL_REF_TYPE_CALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalRefType_R_ANAL_REF_TYPE_DATA` should have an upper case name [INFO] [stdout] --> src/lib.rs:42743:11 [INFO] [stdout] | [INFO] [stdout] 42743 | pub const RAnalRefType_R_ANAL_REF_TYPE_DATA: RAnalRefType = 100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_REF_TYPE_R_ANAL_REF_TYPE_DATA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalRefType_R_ANAL_REF_TYPE_STRING` should have an upper case name [INFO] [stdout] --> src/lib.rs:42744:11 [INFO] [stdout] | [INFO] [stdout] 42744 | pub const RAnalRefType_R_ANAL_REF_TYPE_STRING: RAnalRefType = 115; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_REF_TYPE_R_ANAL_REF_TYPE_STRING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `reilNextTemp` should have a snake case name [INFO] [stdout] --> src/lib.rs:42846:9 [INFO] [stdout] | [INFO] [stdout] 42846 | pub reilNextTemp: u64, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `reil_next_temp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Reil` should have a snake case name [INFO] [stdout] --> src/lib.rs:43393:9 [INFO] [stdout] | [INFO] [stdout] 43393 | pub Reil: *mut RAnalReil, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `reil` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalClassErr_R_ANAL_CLASS_ERR_SUCCESS` should have an upper case name [INFO] [stdout] --> src/lib.rs:46985:11 [INFO] [stdout] | [INFO] [stdout] 46985 | pub const RAnalClassErr_R_ANAL_CLASS_ERR_SUCCESS: RAnalClassErr = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_CLASS_ERR_R_ANAL_CLASS_ERR_SUCCESS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalClassErr_R_ANAL_CLASS_ERR_CLASH` should have an upper case name [INFO] [stdout] --> src/lib.rs:46986:11 [INFO] [stdout] | [INFO] [stdout] 46986 | pub const RAnalClassErr_R_ANAL_CLASS_ERR_CLASH: RAnalClassErr = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_CLASS_ERR_R_ANAL_CLASS_ERR_CLASH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalClassErr_R_ANAL_CLASS_ERR_NONEXISTENT_ATTR` should have an upper case name [INFO] [stdout] --> src/lib.rs:46987:11 [INFO] [stdout] | [INFO] [stdout] 46987 | pub const RAnalClassErr_R_ANAL_CLASS_ERR_NONEXISTENT_ATTR: RAnalClassErr = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_CLASS_ERR_R_ANAL_CLASS_ERR_NONEXISTENT_ATTR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalClassErr_R_ANAL_CLASS_ERR_NONEXISTENT_CLASS` should have an upper case name [INFO] [stdout] --> src/lib.rs:46988:11 [INFO] [stdout] | [INFO] [stdout] 46988 | pub const RAnalClassErr_R_ANAL_CLASS_ERR_NONEXISTENT_CLASS: RAnalClassErr = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_CLASS_ERR_R_ANAL_CLASS_ERR_NONEXISTENT_CLASS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RAnalClassErr_R_ANAL_CLASS_ERR_OTHER` should have an upper case name [INFO] [stdout] --> src/lib.rs:46989:11 [INFO] [stdout] | [INFO] [stdout] 46989 | pub const RAnalClassErr_R_ANAL_CLASS_ERR_OTHER: RAnalClassErr = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RANAL_CLASS_ERR_R_ANAL_CLASS_ERR_OTHER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_cmd_status_t_R_CMD_STATUS_OK` should have an upper case name [INFO] [stdout] --> src/lib.rs:50641:11 [INFO] [stdout] | [INFO] [stdout] 50641 | pub const r_cmd_status_t_R_CMD_STATUS_OK: r_cmd_status_t = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CMD_STATUS_T_R_CMD_STATUS_OK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_cmd_status_t_R_CMD_STATUS_WRONG_ARGS` should have an upper case name [INFO] [stdout] --> src/lib.rs:50642:11 [INFO] [stdout] | [INFO] [stdout] 50642 | pub const r_cmd_status_t_R_CMD_STATUS_WRONG_ARGS: r_cmd_status_t = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CMD_STATUS_T_R_CMD_STATUS_WRONG_ARGS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_cmd_status_t_R_CMD_STATUS_ERROR` should have an upper case name [INFO] [stdout] --> src/lib.rs:50643:11 [INFO] [stdout] | [INFO] [stdout] 50643 | pub const r_cmd_status_t_R_CMD_STATUS_ERROR: r_cmd_status_t = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CMD_STATUS_T_R_CMD_STATUS_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_cmd_status_t_R_CMD_STATUS_INVALID` should have an upper case name [INFO] [stdout] --> src/lib.rs:50644:11 [INFO] [stdout] | [INFO] [stdout] 50644 | pub const r_cmd_status_t_R_CMD_STATUS_INVALID: r_cmd_status_t = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CMD_STATUS_T_R_CMD_STATUS_INVALID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `r_cmd_status_t_R_CMD_STATUS_EXIT` should have an upper case name [INFO] [stdout] --> src/lib.rs:50645:11 [INFO] [stdout] | [INFO] [stdout] 50645 | pub const r_cmd_status_t_R_CMD_STATUS_EXIT: r_cmd_status_t = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `R_CMD_STATUS_T_R_CMD_STATUS_EXIT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RCmdDescType_R_CMD_DESC_TYPE_OLDINPUT` should have an upper case name [INFO] [stdout] --> src/lib.rs:51226:11 [INFO] [stdout] | [INFO] [stdout] 51226 | pub const RCmdDescType_R_CMD_DESC_TYPE_OLDINPUT: RCmdDescType = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCMD_DESC_TYPE_R_CMD_DESC_TYPE_OLDINPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RCmdDescType_R_CMD_DESC_TYPE_ARGV` should have an upper case name [INFO] [stdout] --> src/lib.rs:51227:11 [INFO] [stdout] | [INFO] [stdout] 51227 | pub const RCmdDescType_R_CMD_DESC_TYPE_ARGV: RCmdDescType = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCMD_DESC_TYPE_R_CMD_DESC_TYPE_ARGV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RCmdDescType_R_CMD_DESC_TYPE_INNER` should have an upper case name [INFO] [stdout] --> src/lib.rs:51228:11 [INFO] [stdout] | [INFO] [stdout] 51228 | pub const RCmdDescType_R_CMD_DESC_TYPE_INNER: RCmdDescType = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCMD_DESC_TYPE_R_CMD_DESC_TYPE_INNER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RCmdDescType_R_CMD_DESC_TYPE_GROUP` should have an upper case name [INFO] [stdout] --> src/lib.rs:51229:11 [INFO] [stdout] | [INFO] [stdout] 51229 | pub const RCmdDescType_R_CMD_DESC_TYPE_GROUP: RCmdDescType = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCMD_DESC_TYPE_R_CMD_DESC_TYPE_GROUP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_BYTES` should have an upper case name [INFO] [stdout] --> src/lib.rs:51930:11 [INFO] [stdout] | [INFO] [stdout] 51930 | pub const RSignType_R_SIGN_BYTES: RSignType = 98; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_BYTES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_ANAL` should have an upper case name [INFO] [stdout] --> src/lib.rs:51931:11 [INFO] [stdout] | [INFO] [stdout] 51931 | pub const RSignType_R_SIGN_ANAL: RSignType = 97; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_ANAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_COMMENT` should have an upper case name [INFO] [stdout] --> src/lib.rs:51932:11 [INFO] [stdout] | [INFO] [stdout] 51932 | pub const RSignType_R_SIGN_COMMENT: RSignType = 99; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_COMMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_GRAPH` should have an upper case name [INFO] [stdout] --> src/lib.rs:51933:11 [INFO] [stdout] | [INFO] [stdout] 51933 | pub const RSignType_R_SIGN_GRAPH: RSignType = 103; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_GRAPH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_OFFSET` should have an upper case name [INFO] [stdout] --> src/lib.rs:51934:11 [INFO] [stdout] | [INFO] [stdout] 51934 | pub const RSignType_R_SIGN_OFFSET: RSignType = 111; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_OFFSET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_NAME` should have an upper case name [INFO] [stdout] --> src/lib.rs:51935:11 [INFO] [stdout] | [INFO] [stdout] 51935 | pub const RSignType_R_SIGN_NAME: RSignType = 110; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_NAME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_REFS` should have an upper case name [INFO] [stdout] --> src/lib.rs:51936:11 [INFO] [stdout] | [INFO] [stdout] 51936 | pub const RSignType_R_SIGN_REFS: RSignType = 114; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_REFS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_XREFS` should have an upper case name [INFO] [stdout] --> src/lib.rs:51937:11 [INFO] [stdout] | [INFO] [stdout] 51937 | pub const RSignType_R_SIGN_XREFS: RSignType = 120; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_XREFS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_VARS` should have an upper case name [INFO] [stdout] --> src/lib.rs:51938:11 [INFO] [stdout] | [INFO] [stdout] 51938 | pub const RSignType_R_SIGN_VARS: RSignType = 118; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_VARS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_TYPES` should have an upper case name [INFO] [stdout] --> src/lib.rs:51939:11 [INFO] [stdout] | [INFO] [stdout] 51939 | pub const RSignType_R_SIGN_TYPES: RSignType = 116; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_TYPES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_COLLISIONS` should have an upper case name [INFO] [stdout] --> src/lib.rs:51940:11 [INFO] [stdout] | [INFO] [stdout] 51940 | pub const RSignType_R_SIGN_COLLISIONS: RSignType = 67; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_COLLISIONS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_NEXT` should have an upper case name [INFO] [stdout] --> src/lib.rs:51941:11 [INFO] [stdout] | [INFO] [stdout] 51941 | pub const RSignType_R_SIGN_NEXT: RSignType = 78; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_NEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_BBHASH` should have an upper case name [INFO] [stdout] --> src/lib.rs:51942:11 [INFO] [stdout] | [INFO] [stdout] 51942 | pub const RSignType_R_SIGN_BBHASH: RSignType = 104; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_BBHASH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RSignType_R_SIGN_END` should have an upper case name [INFO] [stdout] --> src/lib.rs:51943:11 [INFO] [stdout] | [INFO] [stdout] 51943 | pub const RSignType_R_SIGN_END: RSignType = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RSIGN_TYPE_R_SIGN_END` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `H` should have a snake case name [INFO] [stdout] --> src/lib.rs:52870:9 [INFO] [stdout] | [INFO] [stdout] 52870 | pub H: [u32; 5usize], [INFO] [stdout] | ^ help: convert the identifier to snake case: `h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `W` should have a snake case name [INFO] [stdout] --> src/lib.rs:52871:9 [INFO] [stdout] | [INFO] [stdout] 52871 | pub W: [u32; 80usize], [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `lenW` should have a snake case name [INFO] [stdout] --> src/lib.rs:52872:9 [INFO] [stdout] | [INFO] [stdout] 52872 | pub lenW: ::std::os::raw::c_int, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `len_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sizeHi` should have a snake case name [INFO] [stdout] --> src/lib.rs:52873:9 [INFO] [stdout] | [INFO] [stdout] 52873 | pub sizeHi: u32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `size_hi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `sizeLo` should have a snake case name [INFO] [stdout] --> src/lib.rs:52874:9 [INFO] [stdout] | [INFO] [stdout] 52874 | pub sizeLo: u32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `size_lo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugRecoilMode_R_DBG_RECOIL_NONE` should have an upper case name [INFO] [stdout] --> src/lib.rs:54642:11 [INFO] [stdout] | [INFO] [stdout] 54642 | pub const RDebugRecoilMode_R_DBG_RECOIL_NONE: RDebugRecoilMode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_RECOIL_MODE_R_DBG_RECOIL_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugRecoilMode_R_DBG_RECOIL_STEP` should have an upper case name [INFO] [stdout] --> src/lib.rs:54643:11 [INFO] [stdout] | [INFO] [stdout] 54643 | pub const RDebugRecoilMode_R_DBG_RECOIL_STEP: RDebugRecoilMode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_RECOIL_MODE_R_DBG_RECOIL_STEP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugRecoilMode_R_DBG_RECOIL_CONTINUE` should have an upper case name [INFO] [stdout] --> src/lib.rs:54644:11 [INFO] [stdout] | [INFO] [stdout] 54644 | pub const RDebugRecoilMode_R_DBG_RECOIL_CONTINUE: RDebugRecoilMode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_RECOIL_MODE_R_DBG_RECOIL_CONTINUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_DEAD` should have an upper case name [INFO] [stdout] --> src/lib.rs:54646:11 [INFO] [stdout] | [INFO] [stdout] 54646 | pub const RDebugReasonType_R_DEBUG_REASON_DEAD: RDebugReasonType = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_DEAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_NONE` should have an upper case name [INFO] [stdout] --> src/lib.rs:54647:11 [INFO] [stdout] | [INFO] [stdout] 54647 | pub const RDebugReasonType_R_DEBUG_REASON_NONE: RDebugReasonType = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_SIGNAL` should have an upper case name [INFO] [stdout] --> src/lib.rs:54648:11 [INFO] [stdout] | [INFO] [stdout] 54648 | pub const RDebugReasonType_R_DEBUG_REASON_SIGNAL: RDebugReasonType = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_SIGNAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_BREAKPOINT` should have an upper case name [INFO] [stdout] --> src/lib.rs:54649:11 [INFO] [stdout] | [INFO] [stdout] 54649 | pub const RDebugReasonType_R_DEBUG_REASON_BREAKPOINT: RDebugReasonType = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_BREAKPOINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_TRACEPOINT` should have an upper case name [INFO] [stdout] --> src/lib.rs:54650:11 [INFO] [stdout] | [INFO] [stdout] 54650 | pub const RDebugReasonType_R_DEBUG_REASON_TRACEPOINT: RDebugReasonType = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_TRACEPOINT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_COND` should have an upper case name [INFO] [stdout] --> src/lib.rs:54651:11 [INFO] [stdout] | [INFO] [stdout] 54651 | pub const RDebugReasonType_R_DEBUG_REASON_COND: RDebugReasonType = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_COND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_READERR` should have an upper case name [INFO] [stdout] --> src/lib.rs:54652:11 [INFO] [stdout] | [INFO] [stdout] 54652 | pub const RDebugReasonType_R_DEBUG_REASON_READERR: RDebugReasonType = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_READERR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_STEP` should have an upper case name [INFO] [stdout] --> src/lib.rs:54653:11 [INFO] [stdout] | [INFO] [stdout] 54653 | pub const RDebugReasonType_R_DEBUG_REASON_STEP: RDebugReasonType = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_STEP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_ABORT` should have an upper case name [INFO] [stdout] --> src/lib.rs:54654:11 [INFO] [stdout] | [INFO] [stdout] 54654 | pub const RDebugReasonType_R_DEBUG_REASON_ABORT: RDebugReasonType = 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_ABORT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_WRITERR` should have an upper case name [INFO] [stdout] --> src/lib.rs:54655:11 [INFO] [stdout] | [INFO] [stdout] 54655 | pub const RDebugReasonType_R_DEBUG_REASON_WRITERR: RDebugReasonType = 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_WRITERR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_DIVBYZERO` should have an upper case name [INFO] [stdout] --> src/lib.rs:54656:11 [INFO] [stdout] | [INFO] [stdout] 54656 | pub const RDebugReasonType_R_DEBUG_REASON_DIVBYZERO: RDebugReasonType = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_DIVBYZERO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_ILLEGAL` should have an upper case name [INFO] [stdout] --> src/lib.rs:54657:11 [INFO] [stdout] | [INFO] [stdout] 54657 | pub const RDebugReasonType_R_DEBUG_REASON_ILLEGAL: RDebugReasonType = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_ILLEGAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_UNKNOWN` should have an upper case name [INFO] [stdout] --> src/lib.rs:54658:11 [INFO] [stdout] | [INFO] [stdout] 54658 | pub const RDebugReasonType_R_DEBUG_REASON_UNKNOWN: RDebugReasonType = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_UNKNOWN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_ERROR` should have an upper case name [INFO] [stdout] --> src/lib.rs:54659:11 [INFO] [stdout] | [INFO] [stdout] 54659 | pub const RDebugReasonType_R_DEBUG_REASON_ERROR: RDebugReasonType = 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_ERROR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_NEW_PID` should have an upper case name [INFO] [stdout] --> src/lib.rs:54660:11 [INFO] [stdout] | [INFO] [stdout] 54660 | pub const RDebugReasonType_R_DEBUG_REASON_NEW_PID: RDebugReasonType = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_NEW_PID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_NEW_TID` should have an upper case name [INFO] [stdout] --> src/lib.rs:54661:11 [INFO] [stdout] | [INFO] [stdout] 54661 | pub const RDebugReasonType_R_DEBUG_REASON_NEW_TID: RDebugReasonType = 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_NEW_TID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_NEW_LIB` should have an upper case name [INFO] [stdout] --> src/lib.rs:54662:11 [INFO] [stdout] | [INFO] [stdout] 54662 | pub const RDebugReasonType_R_DEBUG_REASON_NEW_LIB: RDebugReasonType = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_NEW_LIB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_EXIT_PID` should have an upper case name [INFO] [stdout] --> src/lib.rs:54663:11 [INFO] [stdout] | [INFO] [stdout] 54663 | pub const RDebugReasonType_R_DEBUG_REASON_EXIT_PID: RDebugReasonType = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_EXIT_PID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_EXIT_TID` should have an upper case name [INFO] [stdout] --> src/lib.rs:54664:11 [INFO] [stdout] | [INFO] [stdout] 54664 | pub const RDebugReasonType_R_DEBUG_REASON_EXIT_TID: RDebugReasonType = 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_EXIT_TID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_EXIT_LIB` should have an upper case name [INFO] [stdout] --> src/lib.rs:54665:11 [INFO] [stdout] | [INFO] [stdout] 54665 | pub const RDebugReasonType_R_DEBUG_REASON_EXIT_LIB: RDebugReasonType = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_EXIT_LIB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_TRAP` should have an upper case name [INFO] [stdout] --> src/lib.rs:54666:11 [INFO] [stdout] | [INFO] [stdout] 54666 | pub const RDebugReasonType_R_DEBUG_REASON_TRAP: RDebugReasonType = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_TRAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_SWI` should have an upper case name [INFO] [stdout] --> src/lib.rs:54667:11 [INFO] [stdout] | [INFO] [stdout] 54667 | pub const RDebugReasonType_R_DEBUG_REASON_SWI: RDebugReasonType = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_SWI` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_INT` should have an upper case name [INFO] [stdout] --> src/lib.rs:54668:11 [INFO] [stdout] | [INFO] [stdout] 54668 | pub const RDebugReasonType_R_DEBUG_REASON_INT: RDebugReasonType = 21; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_INT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_FPU` should have an upper case name [INFO] [stdout] --> src/lib.rs:54669:11 [INFO] [stdout] | [INFO] [stdout] 54669 | pub const RDebugReasonType_R_DEBUG_REASON_FPU: RDebugReasonType = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_FPU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_USERSUSP` should have an upper case name [INFO] [stdout] --> src/lib.rs:54670:11 [INFO] [stdout] | [INFO] [stdout] 54670 | pub const RDebugReasonType_R_DEBUG_REASON_USERSUSP: RDebugReasonType = 23; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_USERSUSP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_SEGFAULT` should have an upper case name [INFO] [stdout] --> src/lib.rs:54671:11 [INFO] [stdout] | [INFO] [stdout] 54671 | pub const RDebugReasonType_R_DEBUG_REASON_SEGFAULT: RDebugReasonType = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_SEGFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_STOPPED` should have an upper case name [INFO] [stdout] --> src/lib.rs:54672:11 [INFO] [stdout] | [INFO] [stdout] 54672 | pub const RDebugReasonType_R_DEBUG_REASON_STOPPED: RDebugReasonType = 25; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_STOPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RDebugReasonType_R_DEBUG_REASON_TERMINATED` should have an upper case name [INFO] [stdout] --> src/lib.rs:54673:11 [INFO] [stdout] | [INFO] [stdout] 54673 | pub const RDebugReasonType_R_DEBUG_REASON_TERMINATED: RDebugReasonType = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RDEBUG_REASON_TYPE_R_DEBUG_REASON_TERMINATED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RCoreVisualMode_R_CORE_VISUAL_MODE_PX` should have an upper case name [INFO] [stdout] --> src/lib.rs:58035:11 [INFO] [stdout] | [INFO] [stdout] 58035 | pub const RCoreVisualMode_R_CORE_VISUAL_MODE_PX: RCoreVisualMode = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCORE_VISUAL_MODE_R_CORE_VISUAL_MODE_PX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RCoreVisualMode_R_CORE_VISUAL_MODE_PD` should have an upper case name [INFO] [stdout] --> src/lib.rs:58036:11 [INFO] [stdout] | [INFO] [stdout] 58036 | pub const RCoreVisualMode_R_CORE_VISUAL_MODE_PD: RCoreVisualMode = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCORE_VISUAL_MODE_R_CORE_VISUAL_MODE_PD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RCoreVisualMode_R_CORE_VISUAL_MODE_DB` should have an upper case name [INFO] [stdout] --> src/lib.rs:58037:11 [INFO] [stdout] | [INFO] [stdout] 58037 | pub const RCoreVisualMode_R_CORE_VISUAL_MODE_DB: RCoreVisualMode = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCORE_VISUAL_MODE_R_CORE_VISUAL_MODE_DB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RCoreVisualMode_R_CORE_VISUAL_MODE_OV` should have an upper case name [INFO] [stdout] --> src/lib.rs:58038:11 [INFO] [stdout] | [INFO] [stdout] 58038 | pub const RCoreVisualMode_R_CORE_VISUAL_MODE_OV: RCoreVisualMode = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCORE_VISUAL_MODE_R_CORE_VISUAL_MODE_OV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RCoreVisualMode_R_CORE_VISUAL_MODE_CD` should have an upper case name [INFO] [stdout] --> src/lib.rs:58039:11 [INFO] [stdout] | [INFO] [stdout] 58039 | pub const RCoreVisualMode_R_CORE_VISUAL_MODE_CD: RCoreVisualMode = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RCORE_VISUAL_MODE_R_CORE_VISUAL_MODE_CD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pdu_condition_instruction` should have an upper case name [INFO] [stdout] --> src/lib.rs:61285:11 [INFO] [stdout] | [INFO] [stdout] 61285 | pub const pdu_condition_instruction: pdu_condition = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PDU_CONDITION_INSTRUCTION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `pdu_condition_opcode` should have an upper case name [INFO] [stdout] --> src/lib.rs:61286:11 [INFO] [stdout] | [INFO] [stdout] 61286 | pub const pdu_condition_opcode: pdu_condition = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PDU_CONDITION_OPCODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RTaskState_R_CORE_TASK_STATE_BEFORE_START` should have an upper case name [INFO] [stdout] --> src/lib.rs:62050:11 [INFO] [stdout] | [INFO] [stdout] 62050 | pub const RTaskState_R_CORE_TASK_STATE_BEFORE_START: RTaskState = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTASK_STATE_R_CORE_TASK_STATE_BEFORE_START` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RTaskState_R_CORE_TASK_STATE_RUNNING` should have an upper case name [INFO] [stdout] --> src/lib.rs:62051:11 [INFO] [stdout] | [INFO] [stdout] 62051 | pub const RTaskState_R_CORE_TASK_STATE_RUNNING: RTaskState = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTASK_STATE_R_CORE_TASK_STATE_RUNNING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RTaskState_R_CORE_TASK_STATE_SLEEPING` should have an upper case name [INFO] [stdout] --> src/lib.rs:62052:11 [INFO] [stdout] | [INFO] [stdout] 62052 | pub const RTaskState_R_CORE_TASK_STATE_SLEEPING: RTaskState = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTASK_STATE_R_CORE_TASK_STATE_SLEEPING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `RTaskState_R_CORE_TASK_STATE_DONE` should have an upper case name [INFO] [stdout] --> src/lib.rs:62053:11 [INFO] [stdout] | [INFO] [stdout] 62053 | pub const RTaskState_R_CORE_TASK_STATE_DONE: RTaskState = 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RTASK_STATE_R_CORE_TASK_STATE_DONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 496 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/bin/example.rs:19:51 [INFO] [stdout] | [INFO] [stdout] 19 | r_core_cmd0(c, CString::new("b").unwrap().as_ptr()); [INFO] [stdout] | -------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.example.7ef7808e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2.4rcghsdu11j12stj.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libr2api-cd0795a45c96e015.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lr_io" "-lr_asm" "-lr_anal" "-lr_search" "-lr_util" "-lr_reg" "-lr_debug" "-lr_lang" "-lr_bin" "-lr_syscall" "-lr_core" "-lr_socket" "-lr_fs" "-lr_cons" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/example-e6397cd89c6fd2b2" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lr_io [INFO] [stdout] /usr/bin/ld: cannot find -lr_asm [INFO] [stdout] /usr/bin/ld: cannot find -lr_anal [INFO] [stdout] /usr/bin/ld: cannot find -lr_search [INFO] [stdout] /usr/bin/ld: cannot find -lr_util [INFO] [stdout] /usr/bin/ld: cannot find -lr_reg [INFO] [stdout] /usr/bin/ld: cannot find -lr_debug [INFO] [stdout] /usr/bin/ld: cannot find -lr_lang [INFO] [stdout] /usr/bin/ld: cannot find -lr_bin [INFO] [stdout] /usr/bin/ld: cannot find -lr_syscall [INFO] [stdout] /usr/bin/ld: cannot find -lr_core [INFO] [stdout] /usr/bin/ld: cannot find -lr_socket [INFO] [stdout] /usr/bin/ld: cannot find -lr_fs [INFO] [stdout] /usr/bin/ld: cannot find -lr_cons [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `r2api` due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "08e1d610ddacbe3254a03de281f516216d393a809214e8913a403f49b4f0006f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08e1d610ddacbe3254a03de281f516216d393a809214e8913a403f49b4f0006f", kill_on_drop: false }` [INFO] [stdout] 08e1d610ddacbe3254a03de281f516216d393a809214e8913a403f49b4f0006f