[INFO] fetching crate nsf-imgui-raw 0.1.0... [INFO] checking nsf-imgui-raw-0.1.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate nsf-imgui-raw 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate nsf-imgui-raw 0.1.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nsf-imgui-raw 0.1.0 [INFO] finished tweaking crates.io crate nsf-imgui-raw 0.1.0 [INFO] tweaked toml for crates.io crate nsf-imgui-raw 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 52a940f6baf96ed8c13608b84ce038541d8f45a70604472e7e210303fad954b2 [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" "52a940f6baf96ed8c13608b84ce038541d8f45a70604472e7e210303fad954b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52a940f6baf96ed8c13608b84ce038541d8f45a70604472e7e210303fad954b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52a940f6baf96ed8c13608b84ce038541d8f45a70604472e7e210303fad954b2", kill_on_drop: false }` [INFO] [stdout] 52a940f6baf96ed8c13608b84ce038541d8f45a70604472e7e210303fad954b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 979ee903e53fd664219f9b2d5a23b998085f10976521b2772aa5ce895daa9fcb [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" "979ee903e53fd664219f9b2d5a23b998085f10976521b2772aa5ce895daa9fcb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling nsf-imgui-raw v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: In file included from third-party/cimgui.cpp:7: [INFO] [stderr] warning: third-party/./imgui/imgui_internal.h: In constructor 'ImGuiInputTextState::ImGuiInputTextState()': [INFO] [stderr] warning: third-party/./imgui/imgui_internal.h:503:84: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct ImGuiInputTextState' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 503 | ImGuiInputTextState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/./imgui/imgui_internal.h:484:18: note: 'struct ImGuiInputTextState' declared here [INFO] [stderr] warning: 484 | struct IMGUI_API ImGuiInputTextState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/imgui/imgui.cpp:857: [INFO] [stderr] warning: third-party/imgui/imgui_internal.h: In constructor 'ImGuiInputTextState::ImGuiInputTextState()': [INFO] [stderr] warning: third-party/imgui/imgui_internal.h:503:84: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct ImGuiInputTextState' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 503 | ImGuiInputTextState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/imgui/imgui_internal.h:484:18: note: 'struct ImGuiInputTextState' declared here [INFO] [stderr] warning: 484 | struct IMGUI_API ImGuiInputTextState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/imgui/imgui_draw.cpp:31: [INFO] [stderr] warning: third-party/imgui/imgui_internal.h: In constructor 'ImGuiInputTextState::ImGuiInputTextState()': [INFO] [stderr] warning: third-party/imgui/imgui_internal.h:503:84: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct ImGuiInputTextState' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 503 | ImGuiInputTextState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/imgui/imgui_internal.h:484:18: note: 'struct ImGuiInputTextState' declared here [INFO] [stderr] warning: 484 | struct IMGUI_API ImGuiInputTextState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/imgui/imgui_widgets.cpp:36: [INFO] [stderr] warning: third-party/imgui/imgui_internal.h: In constructor 'ImGuiInputTextState::ImGuiInputTextState()': [INFO] [stderr] warning: third-party/imgui/imgui_internal.h:503:84: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'struct ImGuiInputTextState' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 503 | ImGuiInputTextState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/imgui/imgui_internal.h:484:18: note: 'struct ImGuiInputTextState' declared here [INFO] [stderr] warning: 484 | struct IMGUI_API ImGuiInputTextState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~ [INFO] [stdout] warning: associated constant `TopLeft` should have an upper case name [INFO] [stdout] --> imguiraw.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | const TopLeft = 1 << 0; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `TOP_LEFT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TopRight` should have an upper case name [INFO] [stdout] --> imguiraw.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | const TopRight = 1 << 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `TOP_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `BotLeft` should have an upper case name [INFO] [stdout] --> imguiraw.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | const BotLeft = 1 << 2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `BOT_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `BotRight` should have an upper case name [INFO] [stdout] --> imguiraw.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | const BotRight = 1 << 3; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `BOT_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Top` should have an upper case name [INFO] [stdout] --> imguiraw.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | const Top = Self::TopLeft.bits | Self::TopRight.bits; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `TOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Bot` should have an upper case name [INFO] [stdout] --> imguiraw.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | const Bot = Self::BotLeft.bits | Self::BotRight.bits; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `BOT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Left` should have an upper case name [INFO] [stdout] --> imguiraw.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | const Left = Self::TopLeft.bits | Self::BotLeft.bits; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Right` should have an upper case name [INFO] [stdout] --> imguiraw.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | const Right = Self::TopRight.bits | Self::BotRight.bits; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `All` should have an upper case name [INFO] [stdout] --> imguiraw.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | const All = 0xF; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `ALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TopLeft` should have an upper case name [INFO] [stdout] --> imguiraw.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | const TopLeft = 1 << 0; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `TOP_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AntiAliasedLines` should have an upper case name [INFO] [stdout] --> imguiraw.rs:70:13 [INFO] [stdout] | [INFO] [stdout] 70 | const AntiAliasedLines = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANTI_ALIASED_LINES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AntiAliasedFill` should have an upper case name [INFO] [stdout] --> imguiraw.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | const AntiAliasedFill = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANTI_ALIASED_FILL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoPowerOfTwoHeight` should have an upper case name [INFO] [stdout] --> imguiraw.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | const NoPowerOfTwoHeight = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_POWER_OF_TWO_HEIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoMouseCursors` should have an upper case name [INFO] [stdout] --> imguiraw.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | const NoMouseCursors = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_MOUSE_CURSORS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HasGamepad` should have an upper case name [INFO] [stdout] --> imguiraw.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | const HasGamepad = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `HAS_GAMEPAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HasMouseCursors` should have an upper case name [INFO] [stdout] --> imguiraw.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | const HasMouseCursors = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HAS_MOUSE_CURSORS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HasSetMousePos` should have an upper case name [INFO] [stdout] --> imguiraw.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | const HasSetMousePos = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HAS_SET_MOUSE_POS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoAlpha` should have an upper case name [INFO] [stdout] --> imguiraw.rs:147:13 [INFO] [stdout] | [INFO] [stdout] 147 | const NoAlpha = 1 << 1; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `NO_ALPHA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoPicker` should have an upper case name [INFO] [stdout] --> imguiraw.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | const NoPicker = 1 << 2; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `NO_PICKER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoOptions` should have an upper case name [INFO] [stdout] --> imguiraw.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | const NoOptions = 1 << 3; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `NO_OPTIONS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoSmallPreview` should have an upper case name [INFO] [stdout] --> imguiraw.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | const NoSmallPreview = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_SMALL_PREVIEW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoInputs` should have an upper case name [INFO] [stdout] --> imguiraw.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | const NoInputs = 1 << 5; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `NO_INPUTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoTooltip` should have an upper case name [INFO] [stdout] --> imguiraw.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 152 | const NoTooltip = 1 << 6; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `NO_TOOLTIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoLabel` should have an upper case name [INFO] [stdout] --> imguiraw.rs:153:13 [INFO] [stdout] | [INFO] [stdout] 153 | const NoLabel = 1 << 7; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `NO_LABEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoSidePreview` should have an upper case name [INFO] [stdout] --> imguiraw.rs:154:13 [INFO] [stdout] | [INFO] [stdout] 154 | const NoSidePreview = 1 << 8; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_SIDE_PREVIEW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoDragDrop` should have an upper case name [INFO] [stdout] --> imguiraw.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | const NoDragDrop = 1 << 9; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `NO_DRAG_DROP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlphaBar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | const AlphaBar = 1 << 16; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ALPHA_BAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlphaPreview` should have an upper case name [INFO] [stdout] --> imguiraw.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | const AlphaPreview = 1 << 17; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `ALPHA_PREVIEW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlphaPreviewHalf` should have an upper case name [INFO] [stdout] --> imguiraw.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | const AlphaPreviewHalf = 1 << 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALPHA_PREVIEW_HALF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Uint8` should have an upper case name [INFO] [stdout] --> imguiraw.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | const Uint8 = 1 << 23; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `UINT8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Float` should have an upper case name [INFO] [stdout] --> imguiraw.rs:164:13 [INFO] [stdout] | [INFO] [stdout] 164 | const Float = 1 << 24; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `FLOAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PickerHueBar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | const PickerHueBar = 1 << 25; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `PICKER_HUE_BAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PickerHueWheel` should have an upper case name [INFO] [stdout] --> imguiraw.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | const PickerHueWheel = 1 << 26; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PICKER_HUE_WHEEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `_InputsMask` should have an upper case name [INFO] [stdout] --> imguiraw.rs:167:13 [INFO] [stdout] | [INFO] [stdout] 167 | const _InputsMask = Self::RGB.bits|Self::HSV.bits|Self::HEX.bits; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `_INPUTS_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `_DataTypeMask` should have an upper case name [INFO] [stdout] --> imguiraw.rs:168:13 [INFO] [stdout] | [INFO] [stdout] 168 | const _DataTypeMask = Self::Uint8.bits|Self::Float.bits; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `_DATA_TYPE_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `_PickerMask` should have an upper case name [INFO] [stdout] --> imguiraw.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | const _PickerMask = Self::PickerHueWheel.bits|Self::PickerHueBar.bits; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `_PICKER_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `_OptionsDefault` should have an upper case name [INFO] [stdout] --> imguiraw.rs:170:13 [INFO] [stdout] | [INFO] [stdout] 170 | const _OptionsDefault = Self::Uint8.bits|Self::RGB.bits|Self::PickerHueBar.bits; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_OPTIONS_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PopupAlignLeft` should have an upper case name [INFO] [stdout] --> imguiraw.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | const PopupAlignLeft = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `POPUP_ALIGN_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HeightSmall` should have an upper case name [INFO] [stdout] --> imguiraw.rs:179:13 [INFO] [stdout] | [INFO] [stdout] 179 | const HeightSmall = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `HEIGHT_SMALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HeightRegular` should have an upper case name [INFO] [stdout] --> imguiraw.rs:180:13 [INFO] [stdout] | [INFO] [stdout] 180 | const HeightRegular = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `HEIGHT_REGULAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HeightLarge` should have an upper case name [INFO] [stdout] --> imguiraw.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | const HeightLarge = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `HEIGHT_LARGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HeightLargest` should have an upper case name [INFO] [stdout] --> imguiraw.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | const HeightLargest = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `HEIGHT_LARGEST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoArrowButton` should have an upper case name [INFO] [stdout] --> imguiraw.rs:183:13 [INFO] [stdout] | [INFO] [stdout] 183 | const NoArrowButton = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_ARROW_BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoPreview` should have an upper case name [INFO] [stdout] --> imguiraw.rs:184:13 [INFO] [stdout] | [INFO] [stdout] 184 | const NoPreview = 1 << 6; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `NO_PREVIEW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HeightMask_` should have an upper case name [INFO] [stdout] --> imguiraw.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | const HeightMask_ = Self::HeightSmall.bits | Self::HeightRegular.bits | Self::HeightLarge.bits | Self::HeightLargest.bits; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `HEIGHT_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Always` should have an upper case name [INFO] [stdout] --> imguiraw.rs:192:13 [INFO] [stdout] | [INFO] [stdout] 192 | const Always = 1 << 0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `ALWAYS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Once` should have an upper case name [INFO] [stdout] --> imguiraw.rs:193:13 [INFO] [stdout] | [INFO] [stdout] 193 | const Once = 1 << 1; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `ONCE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `FirstUseEver` should have an upper case name [INFO] [stdout] --> imguiraw.rs:194:13 [INFO] [stdout] | [INFO] [stdout] 194 | const FirstUseEver = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `FIRST_USE_EVER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Appearing` should have an upper case name [INFO] [stdout] --> imguiraw.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | const Appearing = 1 << 3; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `APPEARING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:202:13 [INFO] [stdout] | [INFO] [stdout] 202 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavEnableKeyboard` should have an upper case name [INFO] [stdout] --> imguiraw.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const NavEnableKeyboard = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_ENABLE_KEYBOARD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavEnableGamepad` should have an upper case name [INFO] [stdout] --> imguiraw.rs:204:13 [INFO] [stdout] | [INFO] [stdout] 204 | const NavEnableGamepad = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_ENABLE_GAMEPAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavEnableSetMousePos` should have an upper case name [INFO] [stdout] --> imguiraw.rs:205:13 [INFO] [stdout] | [INFO] [stdout] 205 | const NavEnableSetMousePos = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_ENABLE_SET_MOUSE_POS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavNoCaptureKeyboard` should have an upper case name [INFO] [stdout] --> imguiraw.rs:206:13 [INFO] [stdout] | [INFO] [stdout] 206 | const NavNoCaptureKeyboard = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_NO_CAPTURE_KEYBOARD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoMouse` should have an upper case name [INFO] [stdout] --> imguiraw.rs:207:13 [INFO] [stdout] | [INFO] [stdout] 207 | const NoMouse = 1 << 4; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `NO_MOUSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoMouseCursorChange` should have an upper case name [INFO] [stdout] --> imguiraw.rs:208:13 [INFO] [stdout] | [INFO] [stdout] 208 | const NoMouseCursorChange = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_MOUSE_CURSOR_CHANGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `IsSRGB` should have an upper case name [INFO] [stdout] --> imguiraw.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 209 | const IsSRGB = 1 << 20; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `IS_SRGB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `IsTouchScreen` should have an upper case name [INFO] [stdout] --> imguiraw.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | const IsTouchScreen = 1 << 21; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `IS_TOUCH_SCREEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:240:13 [INFO] [stdout] | [INFO] [stdout] 240 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceNoPreviewTooltip` should have an upper case name [INFO] [stdout] --> imguiraw.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | const SourceNoPreviewTooltip = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_NO_PREVIEW_TOOLTIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceNoDisableHover` should have an upper case name [INFO] [stdout] --> imguiraw.rs:242:13 [INFO] [stdout] | [INFO] [stdout] 242 | const SourceNoDisableHover = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_NO_DISABLE_HOVER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceNoHoldToOpenOthers` should have an upper case name [INFO] [stdout] --> imguiraw.rs:243:13 [INFO] [stdout] | [INFO] [stdout] 243 | const SourceNoHoldToOpenOthers = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_NO_HOLD_TO_OPEN_OTHERS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceAllowNullID` should have an upper case name [INFO] [stdout] --> imguiraw.rs:244:13 [INFO] [stdout] | [INFO] [stdout] 244 | const SourceAllowNullID = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_ALLOW_NULL_ID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceExtern` should have an upper case name [INFO] [stdout] --> imguiraw.rs:245:13 [INFO] [stdout] | [INFO] [stdout] 245 | const SourceExtern = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_EXTERN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceAutoExpirePayload` should have an upper case name [INFO] [stdout] --> imguiraw.rs:246:13 [INFO] [stdout] | [INFO] [stdout] 246 | const SourceAutoExpirePayload = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_AUTO_EXPIRE_PAYLOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AcceptBeforeDelivery` should have an upper case name [INFO] [stdout] --> imguiraw.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 247 | const AcceptBeforeDelivery = 1 << 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ACCEPT_BEFORE_DELIVERY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AcceptNoDrawDefaultRect` should have an upper case name [INFO] [stdout] --> imguiraw.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | const AcceptNoDrawDefaultRect = 1 << 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ACCEPT_NO_DRAW_DEFAULT_RECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AcceptNoPreviewTooltip` should have an upper case name [INFO] [stdout] --> imguiraw.rs:249:13 [INFO] [stdout] | [INFO] [stdout] 249 | const AcceptNoPreviewTooltip = 1 << 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ACCEPT_NO_PREVIEW_TOOLTIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AcceptPeekOnly` should have an upper case name [INFO] [stdout] --> imguiraw.rs:250:13 [INFO] [stdout] | [INFO] [stdout] 250 | const AcceptPeekOnly = Self::AcceptBeforeDelivery.bits | Self::AcceptNoDrawDefaultRect.bits; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ACCEPT_PEEK_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:257:13 [INFO] [stdout] | [INFO] [stdout] 257 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ChildWindows` should have an upper case name [INFO] [stdout] --> imguiraw.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | const ChildWindows = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `CHILD_WINDOWS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RootWindow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:259:13 [INFO] [stdout] | [INFO] [stdout] 259 | const RootWindow = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `ROOT_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AnyWindow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:260:13 [INFO] [stdout] | [INFO] [stdout] 260 | const AnyWindow = 1 << 2; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `ANY_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RootAndChildWindows` should have an upper case name [INFO] [stdout] --> imguiraw.rs:261:13 [INFO] [stdout] | [INFO] [stdout] 261 | const RootAndChildWindows = Self::RootWindow.bits | Self::ChildWindows.bits; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ROOT_AND_CHILD_WINDOWS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:268:13 [INFO] [stdout] | [INFO] [stdout] 268 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ChildWindows` should have an upper case name [INFO] [stdout] --> imguiraw.rs:269:13 [INFO] [stdout] | [INFO] [stdout] 269 | const ChildWindows = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `CHILD_WINDOWS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RootWindow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | const RootWindow = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `ROOT_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AnyWindow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | const AnyWindow = 1 << 2; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `ANY_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowWhenBlockedByPopup` should have an upper case name [INFO] [stdout] --> imguiraw.rs:272:13 [INFO] [stdout] | [INFO] [stdout] 272 | const AllowWhenBlockedByPopup = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_WHEN_BLOCKED_BY_POPUP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowWhenBlockedByActiveItem` should have an upper case name [INFO] [stdout] --> imguiraw.rs:273:13 [INFO] [stdout] | [INFO] [stdout] 273 | const AllowWhenBlockedByActiveItem = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_WHEN_BLOCKED_BY_ACTIVE_ITEM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowWhenOverlapped` should have an upper case name [INFO] [stdout] --> imguiraw.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | const AllowWhenOverlapped = 1 << 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_WHEN_OVERLAPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowWhenDisabled` should have an upper case name [INFO] [stdout] --> imguiraw.rs:275:13 [INFO] [stdout] | [INFO] [stdout] 275 | const AllowWhenDisabled = 1 << 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_WHEN_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RectOnly` should have an upper case name [INFO] [stdout] --> imguiraw.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 276 | const RectOnly = Self::AllowWhenBlockedByPopup.bits | Self::AllowWhenBlockedByActiveItem.bits | Self::AllowWhenOverlapped.bits; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RECT_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RootAndChildWindows` should have an upper case name [INFO] [stdout] --> imguiraw.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | const RootAndChildWindows = Self::RootWindow.bits | Self::ChildWindows.bits; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ROOT_AND_CHILD_WINDOWS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:284:13 [INFO] [stdout] | [INFO] [stdout] 284 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CharsDecimal` should have an upper case name [INFO] [stdout] --> imguiraw.rs:285:13 [INFO] [stdout] | [INFO] [stdout] 285 | const CharsDecimal = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARS_DECIMAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CharsHexadecimal` should have an upper case name [INFO] [stdout] --> imguiraw.rs:286:13 [INFO] [stdout] | [INFO] [stdout] 286 | const CharsHexadecimal = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARS_HEXADECIMAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CharsUppercase` should have an upper case name [INFO] [stdout] --> imguiraw.rs:287:13 [INFO] [stdout] | [INFO] [stdout] 287 | const CharsUppercase = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARS_UPPERCASE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CharsNoBlank` should have an upper case name [INFO] [stdout] --> imguiraw.rs:288:13 [INFO] [stdout] | [INFO] [stdout] 288 | const CharsNoBlank = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARS_NO_BLANK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AutoSelectAll` should have an upper case name [INFO] [stdout] --> imguiraw.rs:289:13 [INFO] [stdout] | [INFO] [stdout] 289 | const AutoSelectAll = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `AUTO_SELECT_ALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `EnterReturnsTrue` should have an upper case name [INFO] [stdout] --> imguiraw.rs:290:13 [INFO] [stdout] | [INFO] [stdout] 290 | const EnterReturnsTrue = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ENTER_RETURNS_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CallbackCompletion` should have an upper case name [INFO] [stdout] --> imguiraw.rs:291:13 [INFO] [stdout] | [INFO] [stdout] 291 | const CallbackCompletion = 1 << 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CALLBACK_COMPLETION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CallbackHistory` should have an upper case name [INFO] [stdout] --> imguiraw.rs:292:13 [INFO] [stdout] | [INFO] [stdout] 292 | const CallbackHistory = 1 << 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CALLBACK_HISTORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CallbackAlways` should have an upper case name [INFO] [stdout] --> imguiraw.rs:293:13 [INFO] [stdout] | [INFO] [stdout] 293 | const CallbackAlways = 1 << 8; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CALLBACK_ALWAYS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CallbackCharFilter` should have an upper case name [INFO] [stdout] --> imguiraw.rs:294:13 [INFO] [stdout] | [INFO] [stdout] 294 | const CallbackCharFilter = 1 << 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CALLBACK_CHAR_FILTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowTabInput` should have an upper case name [INFO] [stdout] --> imguiraw.rs:295:13 [INFO] [stdout] | [INFO] [stdout] 295 | const AllowTabInput = 1 << 10; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_TAB_INPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CtrlEnterForNewLine` should have an upper case name [INFO] [stdout] --> imguiraw.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | const CtrlEnterForNewLine = 1 << 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CTRL_ENTER_FOR_NEW_LINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoHorizontalScroll` should have an upper case name [INFO] [stdout] --> imguiraw.rs:297:13 [INFO] [stdout] | [INFO] [stdout] 297 | const NoHorizontalScroll = 1 << 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_HORIZONTAL_SCROLL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlwaysInsertMode` should have an upper case name [INFO] [stdout] --> imguiraw.rs:298:13 [INFO] [stdout] | [INFO] [stdout] 298 | const AlwaysInsertMode = 1 << 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALWAYS_INSERT_MODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ReadOnly` should have an upper case name [INFO] [stdout] --> imguiraw.rs:299:13 [INFO] [stdout] | [INFO] [stdout] 299 | const ReadOnly = 1 << 14; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `READ_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Password` should have an upper case name [INFO] [stdout] --> imguiraw.rs:300:13 [INFO] [stdout] | [INFO] [stdout] 300 | const Password = 1 << 15; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `PASSWORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoUndoRedo` should have an upper case name [INFO] [stdout] --> imguiraw.rs:301:13 [INFO] [stdout] | [INFO] [stdout] 301 | const NoUndoRedo = 1 << 16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `NO_UNDO_REDO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CharsScientific` should have an upper case name [INFO] [stdout] --> imguiraw.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | const CharsScientific = 1 << 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARS_SCIENTIFIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CallbackResize` should have an upper case name [INFO] [stdout] --> imguiraw.rs:303:13 [INFO] [stdout] | [INFO] [stdout] 303 | const CallbackResize = 1 << 18; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CALLBACK_RESIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Multiline` should have an upper case name [INFO] [stdout] --> imguiraw.rs:304:13 [INFO] [stdout] | [INFO] [stdout] 304 | const Multiline = 1 << 20; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `MULTILINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:380:13 [INFO] [stdout] | [INFO] [stdout] 380 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DontClosePopups` should have an upper case name [INFO] [stdout] --> imguiraw.rs:381:13 [INFO] [stdout] | [INFO] [stdout] 381 | const DontClosePopups = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DONT_CLOSE_POPUPS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SpanAllColumns` should have an upper case name [INFO] [stdout] --> imguiraw.rs:382:13 [INFO] [stdout] | [INFO] [stdout] 382 | const SpanAllColumns = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SPAN_ALL_COLUMNS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowDoubleClick` should have an upper case name [INFO] [stdout] --> imguiraw.rs:383:13 [INFO] [stdout] | [INFO] [stdout] 383 | const AllowDoubleClick = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_DOUBLE_CLICK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Disabled` should have an upper case name [INFO] [stdout] --> imguiraw.rs:384:13 [INFO] [stdout] | [INFO] [stdout] 384 | const Disabled = 1 << 3; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:418:13 [INFO] [stdout] | [INFO] [stdout] 418 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Selected` should have an upper case name [INFO] [stdout] --> imguiraw.rs:419:13 [INFO] [stdout] | [INFO] [stdout] 419 | const Selected = 1 << 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SELECTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Framed` should have an upper case name [INFO] [stdout] --> imguiraw.rs:420:13 [INFO] [stdout] | [INFO] [stdout] 420 | const Framed = 1 << 1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FRAMED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowItemOverlap` should have an upper case name [INFO] [stdout] --> imguiraw.rs:421:13 [INFO] [stdout] | [INFO] [stdout] 421 | const AllowItemOverlap = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_ITEM_OVERLAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoTreePushOnOpen` should have an upper case name [INFO] [stdout] --> imguiraw.rs:422:13 [INFO] [stdout] | [INFO] [stdout] 422 | const NoTreePushOnOpen = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_TREE_PUSH_ON_OPEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoAutoOpenOnLog` should have an upper case name [INFO] [stdout] --> imguiraw.rs:423:13 [INFO] [stdout] | [INFO] [stdout] 423 | const NoAutoOpenOnLog = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_AUTO_OPEN_ON_LOG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DefaultOpen` should have an upper case name [INFO] [stdout] --> imguiraw.rs:424:13 [INFO] [stdout] | [INFO] [stdout] 424 | const DefaultOpen = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `DEFAULT_OPEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `OpenOnDoubleClick` should have an upper case name [INFO] [stdout] --> imguiraw.rs:425:13 [INFO] [stdout] | [INFO] [stdout] 425 | const OpenOnDoubleClick = 1 << 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_ON_DOUBLE_CLICK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `OpenOnArrow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:426:13 [INFO] [stdout] | [INFO] [stdout] 426 | const OpenOnArrow = 1 << 7; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_ON_ARROW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Leaf` should have an upper case name [INFO] [stdout] --> imguiraw.rs:427:13 [INFO] [stdout] | [INFO] [stdout] 427 | const Leaf = 1 << 8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `LEAF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Bullet` should have an upper case name [INFO] [stdout] --> imguiraw.rs:428:13 [INFO] [stdout] | [INFO] [stdout] 428 | const Bullet = 1 << 9; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `BULLET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `FramePadding` should have an upper case name [INFO] [stdout] --> imguiraw.rs:429:13 [INFO] [stdout] | [INFO] [stdout] 429 | const FramePadding = 1 << 10; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `FRAME_PADDING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavLeftJumpsBackHere` should have an upper case name [INFO] [stdout] --> imguiraw.rs:430:13 [INFO] [stdout] | [INFO] [stdout] 430 | const NavLeftJumpsBackHere = 1 << 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_LEFT_JUMPS_BACK_HERE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CollapsingHeader` should have an upper case name [INFO] [stdout] --> imguiraw.rs:431:13 [INFO] [stdout] | [INFO] [stdout] 431 | const CollapsingHeader = Self::Framed.bits | Self::NoTreePushOnOpen.bits | Self::NoAutoOpenOnLog.bits; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COLLAPSING_HEADER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:438:13 [INFO] [stdout] | [INFO] [stdout] 438 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoTitleBar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:439:13 [INFO] [stdout] | [INFO] [stdout] 439 | const NoTitleBar = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `NO_TITLE_BAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoResize` should have an upper case name [INFO] [stdout] --> imguiraw.rs:440:13 [INFO] [stdout] | [INFO] [stdout] 440 | const NoResize = 1 << 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `NO_RESIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoMove` should have an upper case name [INFO] [stdout] --> imguiraw.rs:441:13 [INFO] [stdout] | [INFO] [stdout] 441 | const NoMove = 1 << 2; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `NO_MOVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoScrollbar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:442:13 [INFO] [stdout] | [INFO] [stdout] 442 | const NoScrollbar = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NO_SCROLLBAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoScrollWithMouse` should have an upper case name [INFO] [stdout] --> imguiraw.rs:443:13 [INFO] [stdout] | [INFO] [stdout] 443 | const NoScrollWithMouse = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_SCROLL_WITH_MOUSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoCollapse` should have an upper case name [INFO] [stdout] --> imguiraw.rs:444:13 [INFO] [stdout] | [INFO] [stdout] 444 | const NoCollapse = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `NO_COLLAPSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlwaysAutoResize` should have an upper case name [INFO] [stdout] --> imguiraw.rs:445:13 [INFO] [stdout] | [INFO] [stdout] 445 | const AlwaysAutoResize = 1 << 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALWAYS_AUTO_RESIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoBackground` should have an upper case name [INFO] [stdout] --> imguiraw.rs:446:13 [INFO] [stdout] | [INFO] [stdout] 446 | const NoBackground = 1 << 7; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_BACKGROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoSavedSettings` should have an upper case name [INFO] [stdout] --> imguiraw.rs:447:13 [INFO] [stdout] | [INFO] [stdout] 447 | const NoSavedSettings = 1 << 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_SAVED_SETTINGS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoMouseInputs` should have an upper case name [INFO] [stdout] --> imguiraw.rs:448:13 [INFO] [stdout] | [INFO] [stdout] 448 | const NoMouseInputs = 1 << 9; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_MOUSE_INPUTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MenuBar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | const MenuBar = 1 << 10; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `MENU_BAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HorizontalScrollbar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:450:13 [INFO] [stdout] | [INFO] [stdout] 450 | const HorizontalScrollbar = 1 << 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HORIZONTAL_SCROLLBAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoFocusOnAppearing` should have an upper case name [INFO] [stdout] --> imguiraw.rs:451:13 [INFO] [stdout] | [INFO] [stdout] 451 | const NoFocusOnAppearing = 1 << 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_FOCUS_ON_APPEARING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoBringToFrontOnFocus` should have an upper case name [INFO] [stdout] --> imguiraw.rs:452:13 [INFO] [stdout] | [INFO] [stdout] 452 | const NoBringToFrontOnFocus = 1 << 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_BRING_TO_FRONT_ON_FOCUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlwaysVerticalScrollbar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:453:13 [INFO] [stdout] | [INFO] [stdout] 453 | const AlwaysVerticalScrollbar = 1 << 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALWAYS_VERTICAL_SCROLLBAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlwaysHorizontalScrollbar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:454:13 [INFO] [stdout] | [INFO] [stdout] 454 | const AlwaysHorizontalScrollbar = 1<< 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALWAYS_HORIZONTAL_SCROLLBAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlwaysUseWindowPadding` should have an upper case name [INFO] [stdout] --> imguiraw.rs:455:13 [INFO] [stdout] | [INFO] [stdout] 455 | const AlwaysUseWindowPadding = 1 << 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALWAYS_USE_WINDOW_PADDING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoNavInputs` should have an upper case name [INFO] [stdout] --> imguiraw.rs:456:13 [INFO] [stdout] | [INFO] [stdout] 456 | const NoNavInputs = 1 << 18; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NO_NAV_INPUTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoNavFocus` should have an upper case name [INFO] [stdout] --> imguiraw.rs:457:13 [INFO] [stdout] | [INFO] [stdout] 457 | const NoNavFocus = 1 << 19; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `NO_NAV_FOCUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoNav` should have an upper case name [INFO] [stdout] --> imguiraw.rs:458:13 [INFO] [stdout] | [INFO] [stdout] 458 | const NoNav = Self::NoNavInputs.bits | Self::NoNavFocus.bits; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `NO_NAV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoDecoration` should have an upper case name [INFO] [stdout] --> imguiraw.rs:459:13 [INFO] [stdout] | [INFO] [stdout] 459 | const NoDecoration = Self::NoTitleBar.bits | Self::NoResize.bits | Self::NoScrollbar.bits | Self::NoCollapse.bits; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_DECORATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoInputs` should have an upper case name [INFO] [stdout] --> imguiraw.rs:460:13 [INFO] [stdout] | [INFO] [stdout] 460 | const NoInputs = Self::NoMouseInputs.bits | Self::NoNavInputs.bits | Self::NoNavFocus.bits; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `NO_INPUTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavFlattened` should have an upper case name [INFO] [stdout] --> imguiraw.rs:461:13 [INFO] [stdout] | [INFO] [stdout] 461 | const NavFlattened = 1 << 23; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_FLATTENED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ChildWindow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:462:13 [INFO] [stdout] | [INFO] [stdout] 462 | const ChildWindow = 1 << 24; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `CHILD_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Tooltip` should have an upper case name [INFO] [stdout] --> imguiraw.rs:463:13 [INFO] [stdout] | [INFO] [stdout] 463 | const Tooltip = 1 << 25; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `TOOLTIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Popup` should have an upper case name [INFO] [stdout] --> imguiraw.rs:464:13 [INFO] [stdout] | [INFO] [stdout] 464 | const Popup = 1 << 26; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `POPUP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Modal` should have an upper case name [INFO] [stdout] --> imguiraw.rs:465:13 [INFO] [stdout] | [INFO] [stdout] 465 | const Modal = 1 << 27; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `MODAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TopLeft` should have an upper case name [INFO] [stdout] --> imguiraw.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | const TopLeft = 1 << 0; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `TOP_LEFT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TopRight` should have an upper case name [INFO] [stdout] --> imguiraw.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | const TopRight = 1 << 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `TOP_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `BotLeft` should have an upper case name [INFO] [stdout] --> imguiraw.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | const BotLeft = 1 << 2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `BOT_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `BotRight` should have an upper case name [INFO] [stdout] --> imguiraw.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | const BotRight = 1 << 3; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `BOT_RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Top` should have an upper case name [INFO] [stdout] --> imguiraw.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | const Top = Self::TopLeft.bits | Self::TopRight.bits; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `TOP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Bot` should have an upper case name [INFO] [stdout] --> imguiraw.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | const Bot = Self::BotLeft.bits | Self::BotRight.bits; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `BOT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Left` should have an upper case name [INFO] [stdout] --> imguiraw.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | const Left = Self::TopLeft.bits | Self::BotLeft.bits; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Right` should have an upper case name [INFO] [stdout] --> imguiraw.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | const Right = Self::TopRight.bits | Self::BotRight.bits; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `RIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `All` should have an upper case name [INFO] [stdout] --> imguiraw.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | const All = 0xF; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `ALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `TopLeft` should have an upper case name [INFO] [stdout] --> imguiraw.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | const TopLeft = 1 << 0; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `TOP_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AntiAliasedLines` should have an upper case name [INFO] [stdout] --> imguiraw.rs:70:13 [INFO] [stdout] | [INFO] [stdout] 70 | const AntiAliasedLines = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANTI_ALIASED_LINES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AntiAliasedFill` should have an upper case name [INFO] [stdout] --> imguiraw.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | const AntiAliasedFill = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ANTI_ALIASED_FILL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ChildMenu` should have an upper case name [INFO] [stdout] --> imguiraw.rs:466:13 [INFO] [stdout] | [INFO] [stdout] 466 | const ChildMenu = 1 << 28; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CHILD_MENU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoPowerOfTwoHeight` should have an upper case name [INFO] [stdout] --> imguiraw.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | const NoPowerOfTwoHeight = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_POWER_OF_TWO_HEIGHT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoMouseCursors` should have an upper case name [INFO] [stdout] --> imguiraw.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | const NoMouseCursors = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_MOUSE_CURSORS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HasGamepad` should have an upper case name [INFO] [stdout] --> imguiraw.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | const HasGamepad = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `HAS_GAMEPAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HasMouseCursors` should have an upper case name [INFO] [stdout] --> imguiraw.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | const HasMouseCursors = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HAS_MOUSE_CURSORS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HasSetMousePos` should have an upper case name [INFO] [stdout] --> imguiraw.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 90 | const HasSetMousePos = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HAS_SET_MOUSE_POS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoAlpha` should have an upper case name [INFO] [stdout] --> imguiraw.rs:147:13 [INFO] [stdout] | [INFO] [stdout] 147 | const NoAlpha = 1 << 1; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `NO_ALPHA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoPicker` should have an upper case name [INFO] [stdout] --> imguiraw.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | const NoPicker = 1 << 2; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `NO_PICKER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoOptions` should have an upper case name [INFO] [stdout] --> imguiraw.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | const NoOptions = 1 << 3; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `NO_OPTIONS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoSmallPreview` should have an upper case name [INFO] [stdout] --> imguiraw.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | const NoSmallPreview = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_SMALL_PREVIEW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoInputs` should have an upper case name [INFO] [stdout] --> imguiraw.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | const NoInputs = 1 << 5; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `NO_INPUTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoTooltip` should have an upper case name [INFO] [stdout] --> imguiraw.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 152 | const NoTooltip = 1 << 6; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `NO_TOOLTIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoLabel` should have an upper case name [INFO] [stdout] --> imguiraw.rs:153:13 [INFO] [stdout] | [INFO] [stdout] 153 | const NoLabel = 1 << 7; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `NO_LABEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoSidePreview` should have an upper case name [INFO] [stdout] --> imguiraw.rs:154:13 [INFO] [stdout] | [INFO] [stdout] 154 | const NoSidePreview = 1 << 8; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_SIDE_PREVIEW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoDragDrop` should have an upper case name [INFO] [stdout] --> imguiraw.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | const NoDragDrop = 1 << 9; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `NO_DRAG_DROP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlphaBar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | const AlphaBar = 1 << 16; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `ALPHA_BAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlphaPreview` should have an upper case name [INFO] [stdout] --> imguiraw.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | const AlphaPreview = 1 << 17; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `ALPHA_PREVIEW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlphaPreviewHalf` should have an upper case name [INFO] [stdout] --> imguiraw.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | const AlphaPreviewHalf = 1 << 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALPHA_PREVIEW_HALF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Uint8` should have an upper case name [INFO] [stdout] --> imguiraw.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | const Uint8 = 1 << 23; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `UINT8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Float` should have an upper case name [INFO] [stdout] --> imguiraw.rs:164:13 [INFO] [stdout] | [INFO] [stdout] 164 | const Float = 1 << 24; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `FLOAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PickerHueBar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | const PickerHueBar = 1 << 25; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `PICKER_HUE_BAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PickerHueWheel` should have an upper case name [INFO] [stdout] --> imguiraw.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | const PickerHueWheel = 1 << 26; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PICKER_HUE_WHEEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `_InputsMask` should have an upper case name [INFO] [stdout] --> imguiraw.rs:167:13 [INFO] [stdout] | [INFO] [stdout] 167 | const _InputsMask = Self::RGB.bits|Self::HSV.bits|Self::HEX.bits; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `_INPUTS_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `_DataTypeMask` should have an upper case name [INFO] [stdout] --> imguiraw.rs:168:13 [INFO] [stdout] | [INFO] [stdout] 168 | const _DataTypeMask = Self::Uint8.bits|Self::Float.bits; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `_DATA_TYPE_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `_PickerMask` should have an upper case name [INFO] [stdout] --> imguiraw.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | const _PickerMask = Self::PickerHueWheel.bits|Self::PickerHueBar.bits; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `_PICKER_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `_OptionsDefault` should have an upper case name [INFO] [stdout] --> imguiraw.rs:170:13 [INFO] [stdout] | [INFO] [stdout] 170 | const _OptionsDefault = Self::Uint8.bits|Self::RGB.bits|Self::PickerHueBar.bits; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `_OPTIONS_DEFAULT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `PopupAlignLeft` should have an upper case name [INFO] [stdout] --> imguiraw.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | const PopupAlignLeft = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `POPUP_ALIGN_LEFT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HeightSmall` should have an upper case name [INFO] [stdout] --> imguiraw.rs:179:13 [INFO] [stdout] | [INFO] [stdout] 179 | const HeightSmall = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `HEIGHT_SMALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HeightRegular` should have an upper case name [INFO] [stdout] --> imguiraw.rs:180:13 [INFO] [stdout] | [INFO] [stdout] 180 | const HeightRegular = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `HEIGHT_REGULAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HeightLarge` should have an upper case name [INFO] [stdout] --> imguiraw.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | const HeightLarge = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `HEIGHT_LARGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HeightLargest` should have an upper case name [INFO] [stdout] --> imguiraw.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | const HeightLargest = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `HEIGHT_LARGEST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoArrowButton` should have an upper case name [INFO] [stdout] --> imguiraw.rs:183:13 [INFO] [stdout] | [INFO] [stdout] 183 | const NoArrowButton = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_ARROW_BUTTON` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoPreview` should have an upper case name [INFO] [stdout] --> imguiraw.rs:184:13 [INFO] [stdout] | [INFO] [stdout] 184 | const NoPreview = 1 << 6; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `NO_PREVIEW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HeightMask_` should have an upper case name [INFO] [stdout] --> imguiraw.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | const HeightMask_ = Self::HeightSmall.bits | Self::HeightRegular.bits | Self::HeightLarge.bits | Self::HeightLargest.bits; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `HEIGHT_MASK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Always` should have an upper case name [INFO] [stdout] --> imguiraw.rs:192:13 [INFO] [stdout] | [INFO] [stdout] 192 | const Always = 1 << 0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `ALWAYS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Once` should have an upper case name [INFO] [stdout] --> imguiraw.rs:193:13 [INFO] [stdout] | [INFO] [stdout] 193 | const Once = 1 << 1; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `ONCE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `FirstUseEver` should have an upper case name [INFO] [stdout] --> imguiraw.rs:194:13 [INFO] [stdout] | [INFO] [stdout] 194 | const FirstUseEver = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `FIRST_USE_EVER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Appearing` should have an upper case name [INFO] [stdout] --> imguiraw.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | const Appearing = 1 << 3; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `APPEARING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:202:13 [INFO] [stdout] | [INFO] [stdout] 202 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavEnableKeyboard` should have an upper case name [INFO] [stdout] --> imguiraw.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const NavEnableKeyboard = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_ENABLE_KEYBOARD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavEnableGamepad` should have an upper case name [INFO] [stdout] --> imguiraw.rs:204:13 [INFO] [stdout] | [INFO] [stdout] 204 | const NavEnableGamepad = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_ENABLE_GAMEPAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavEnableSetMousePos` should have an upper case name [INFO] [stdout] --> imguiraw.rs:205:13 [INFO] [stdout] | [INFO] [stdout] 205 | const NavEnableSetMousePos = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_ENABLE_SET_MOUSE_POS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavNoCaptureKeyboard` should have an upper case name [INFO] [stdout] --> imguiraw.rs:206:13 [INFO] [stdout] | [INFO] [stdout] 206 | const NavNoCaptureKeyboard = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_NO_CAPTURE_KEYBOARD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoMouse` should have an upper case name [INFO] [stdout] --> imguiraw.rs:207:13 [INFO] [stdout] | [INFO] [stdout] 207 | const NoMouse = 1 << 4; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `NO_MOUSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoMouseCursorChange` should have an upper case name [INFO] [stdout] --> imguiraw.rs:208:13 [INFO] [stdout] | [INFO] [stdout] 208 | const NoMouseCursorChange = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_MOUSE_CURSOR_CHANGE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `IsSRGB` should have an upper case name [INFO] [stdout] --> imguiraw.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 209 | const IsSRGB = 1 << 20; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `IS_SRGB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `IsTouchScreen` should have an upper case name [INFO] [stdout] --> imguiraw.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | const IsTouchScreen = 1 << 21; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `IS_TOUCH_SCREEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:240:13 [INFO] [stdout] | [INFO] [stdout] 240 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceNoPreviewTooltip` should have an upper case name [INFO] [stdout] --> imguiraw.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | const SourceNoPreviewTooltip = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_NO_PREVIEW_TOOLTIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceNoDisableHover` should have an upper case name [INFO] [stdout] --> imguiraw.rs:242:13 [INFO] [stdout] | [INFO] [stdout] 242 | const SourceNoDisableHover = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_NO_DISABLE_HOVER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceNoHoldToOpenOthers` should have an upper case name [INFO] [stdout] --> imguiraw.rs:243:13 [INFO] [stdout] | [INFO] [stdout] 243 | const SourceNoHoldToOpenOthers = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_NO_HOLD_TO_OPEN_OTHERS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceAllowNullID` should have an upper case name [INFO] [stdout] --> imguiraw.rs:244:13 [INFO] [stdout] | [INFO] [stdout] 244 | const SourceAllowNullID = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_ALLOW_NULL_ID` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceExtern` should have an upper case name [INFO] [stdout] --> imguiraw.rs:245:13 [INFO] [stdout] | [INFO] [stdout] 245 | const SourceExtern = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_EXTERN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SourceAutoExpirePayload` should have an upper case name [INFO] [stdout] --> imguiraw.rs:246:13 [INFO] [stdout] | [INFO] [stdout] 246 | const SourceAutoExpirePayload = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SOURCE_AUTO_EXPIRE_PAYLOAD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AcceptBeforeDelivery` should have an upper case name [INFO] [stdout] --> imguiraw.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 247 | const AcceptBeforeDelivery = 1 << 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ACCEPT_BEFORE_DELIVERY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AcceptNoDrawDefaultRect` should have an upper case name [INFO] [stdout] --> imguiraw.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | const AcceptNoDrawDefaultRect = 1 << 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ACCEPT_NO_DRAW_DEFAULT_RECT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AcceptNoPreviewTooltip` should have an upper case name [INFO] [stdout] --> imguiraw.rs:249:13 [INFO] [stdout] | [INFO] [stdout] 249 | const AcceptNoPreviewTooltip = 1 << 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ACCEPT_NO_PREVIEW_TOOLTIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AcceptPeekOnly` should have an upper case name [INFO] [stdout] --> imguiraw.rs:250:13 [INFO] [stdout] | [INFO] [stdout] 250 | const AcceptPeekOnly = Self::AcceptBeforeDelivery.bits | Self::AcceptNoDrawDefaultRect.bits; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ACCEPT_PEEK_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:257:13 [INFO] [stdout] | [INFO] [stdout] 257 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ChildWindows` should have an upper case name [INFO] [stdout] --> imguiraw.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | const ChildWindows = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `CHILD_WINDOWS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RootWindow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:259:13 [INFO] [stdout] | [INFO] [stdout] 259 | const RootWindow = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `ROOT_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AnyWindow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:260:13 [INFO] [stdout] | [INFO] [stdout] 260 | const AnyWindow = 1 << 2; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `ANY_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RootAndChildWindows` should have an upper case name [INFO] [stdout] --> imguiraw.rs:261:13 [INFO] [stdout] | [INFO] [stdout] 261 | const RootAndChildWindows = Self::RootWindow.bits | Self::ChildWindows.bits; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ROOT_AND_CHILD_WINDOWS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:268:13 [INFO] [stdout] | [INFO] [stdout] 268 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ChildWindows` should have an upper case name [INFO] [stdout] --> imguiraw.rs:269:13 [INFO] [stdout] | [INFO] [stdout] 269 | const ChildWindows = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `CHILD_WINDOWS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RootWindow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | const RootWindow = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `ROOT_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AnyWindow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | const AnyWindow = 1 << 2; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `ANY_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowWhenBlockedByPopup` should have an upper case name [INFO] [stdout] --> imguiraw.rs:272:13 [INFO] [stdout] | [INFO] [stdout] 272 | const AllowWhenBlockedByPopup = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_WHEN_BLOCKED_BY_POPUP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowWhenBlockedByActiveItem` should have an upper case name [INFO] [stdout] --> imguiraw.rs:273:13 [INFO] [stdout] | [INFO] [stdout] 273 | const AllowWhenBlockedByActiveItem = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_WHEN_BLOCKED_BY_ACTIVE_ITEM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowWhenOverlapped` should have an upper case name [INFO] [stdout] --> imguiraw.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | const AllowWhenOverlapped = 1 << 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_WHEN_OVERLAPPED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowWhenDisabled` should have an upper case name [INFO] [stdout] --> imguiraw.rs:275:13 [INFO] [stdout] | [INFO] [stdout] 275 | const AllowWhenDisabled = 1 << 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_WHEN_DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RectOnly` should have an upper case name [INFO] [stdout] --> imguiraw.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 276 | const RectOnly = Self::AllowWhenBlockedByPopup.bits | Self::AllowWhenBlockedByActiveItem.bits | Self::AllowWhenOverlapped.bits; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `RECT_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `RootAndChildWindows` should have an upper case name [INFO] [stdout] --> imguiraw.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | const RootAndChildWindows = Self::RootWindow.bits | Self::ChildWindows.bits; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ROOT_AND_CHILD_WINDOWS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:284:13 [INFO] [stdout] | [INFO] [stdout] 284 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CharsDecimal` should have an upper case name [INFO] [stdout] --> imguiraw.rs:285:13 [INFO] [stdout] | [INFO] [stdout] 285 | const CharsDecimal = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARS_DECIMAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CharsHexadecimal` should have an upper case name [INFO] [stdout] --> imguiraw.rs:286:13 [INFO] [stdout] | [INFO] [stdout] 286 | const CharsHexadecimal = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARS_HEXADECIMAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CharsUppercase` should have an upper case name [INFO] [stdout] --> imguiraw.rs:287:13 [INFO] [stdout] | [INFO] [stdout] 287 | const CharsUppercase = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARS_UPPERCASE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CharsNoBlank` should have an upper case name [INFO] [stdout] --> imguiraw.rs:288:13 [INFO] [stdout] | [INFO] [stdout] 288 | const CharsNoBlank = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARS_NO_BLANK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AutoSelectAll` should have an upper case name [INFO] [stdout] --> imguiraw.rs:289:13 [INFO] [stdout] | [INFO] [stdout] 289 | const AutoSelectAll = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `AUTO_SELECT_ALL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `EnterReturnsTrue` should have an upper case name [INFO] [stdout] --> imguiraw.rs:290:13 [INFO] [stdout] | [INFO] [stdout] 290 | const EnterReturnsTrue = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ENTER_RETURNS_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CallbackCompletion` should have an upper case name [INFO] [stdout] --> imguiraw.rs:291:13 [INFO] [stdout] | [INFO] [stdout] 291 | const CallbackCompletion = 1 << 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CALLBACK_COMPLETION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CallbackHistory` should have an upper case name [INFO] [stdout] --> imguiraw.rs:292:13 [INFO] [stdout] | [INFO] [stdout] 292 | const CallbackHistory = 1 << 7; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CALLBACK_HISTORY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CallbackAlways` should have an upper case name [INFO] [stdout] --> imguiraw.rs:293:13 [INFO] [stdout] | [INFO] [stdout] 293 | const CallbackAlways = 1 << 8; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CALLBACK_ALWAYS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CallbackCharFilter` should have an upper case name [INFO] [stdout] --> imguiraw.rs:294:13 [INFO] [stdout] | [INFO] [stdout] 294 | const CallbackCharFilter = 1 << 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CALLBACK_CHAR_FILTER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowTabInput` should have an upper case name [INFO] [stdout] --> imguiraw.rs:295:13 [INFO] [stdout] | [INFO] [stdout] 295 | const AllowTabInput = 1 << 10; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_TAB_INPUT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CtrlEnterForNewLine` should have an upper case name [INFO] [stdout] --> imguiraw.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | const CtrlEnterForNewLine = 1 << 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CTRL_ENTER_FOR_NEW_LINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoHorizontalScroll` should have an upper case name [INFO] [stdout] --> imguiraw.rs:297:13 [INFO] [stdout] | [INFO] [stdout] 297 | const NoHorizontalScroll = 1 << 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_HORIZONTAL_SCROLL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlwaysInsertMode` should have an upper case name [INFO] [stdout] --> imguiraw.rs:298:13 [INFO] [stdout] | [INFO] [stdout] 298 | const AlwaysInsertMode = 1 << 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALWAYS_INSERT_MODE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ReadOnly` should have an upper case name [INFO] [stdout] --> imguiraw.rs:299:13 [INFO] [stdout] | [INFO] [stdout] 299 | const ReadOnly = 1 << 14; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `READ_ONLY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Password` should have an upper case name [INFO] [stdout] --> imguiraw.rs:300:13 [INFO] [stdout] | [INFO] [stdout] 300 | const Password = 1 << 15; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `PASSWORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoUndoRedo` should have an upper case name [INFO] [stdout] --> imguiraw.rs:301:13 [INFO] [stdout] | [INFO] [stdout] 301 | const NoUndoRedo = 1 << 16; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `NO_UNDO_REDO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CharsScientific` should have an upper case name [INFO] [stdout] --> imguiraw.rs:302:13 [INFO] [stdout] | [INFO] [stdout] 302 | const CharsScientific = 1 << 17; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CHARS_SCIENTIFIC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CallbackResize` should have an upper case name [INFO] [stdout] --> imguiraw.rs:303:13 [INFO] [stdout] | [INFO] [stdout] 303 | const CallbackResize = 1 << 18; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CALLBACK_RESIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Multiline` should have an upper case name [INFO] [stdout] --> imguiraw.rs:304:13 [INFO] [stdout] | [INFO] [stdout] 304 | const Multiline = 1 << 20; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `MULTILINE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:380:13 [INFO] [stdout] | [INFO] [stdout] 380 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DontClosePopups` should have an upper case name [INFO] [stdout] --> imguiraw.rs:381:13 [INFO] [stdout] | [INFO] [stdout] 381 | const DontClosePopups = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `DONT_CLOSE_POPUPS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `SpanAllColumns` should have an upper case name [INFO] [stdout] --> imguiraw.rs:382:13 [INFO] [stdout] | [INFO] [stdout] 382 | const SpanAllColumns = 1 << 1; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SPAN_ALL_COLUMNS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowDoubleClick` should have an upper case name [INFO] [stdout] --> imguiraw.rs:383:13 [INFO] [stdout] | [INFO] [stdout] 383 | const AllowDoubleClick = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_DOUBLE_CLICK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Disabled` should have an upper case name [INFO] [stdout] --> imguiraw.rs:384:13 [INFO] [stdout] | [INFO] [stdout] 384 | const Disabled = 1 << 3; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DISABLED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:418:13 [INFO] [stdout] | [INFO] [stdout] 418 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Selected` should have an upper case name [INFO] [stdout] --> imguiraw.rs:419:13 [INFO] [stdout] | [INFO] [stdout] 419 | const Selected = 1 << 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `SELECTED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Framed` should have an upper case name [INFO] [stdout] --> imguiraw.rs:420:13 [INFO] [stdout] | [INFO] [stdout] 420 | const Framed = 1 << 1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FRAMED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AllowItemOverlap` should have an upper case name [INFO] [stdout] --> imguiraw.rs:421:13 [INFO] [stdout] | [INFO] [stdout] 421 | const AllowItemOverlap = 1 << 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALLOW_ITEM_OVERLAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoTreePushOnOpen` should have an upper case name [INFO] [stdout] --> imguiraw.rs:422:13 [INFO] [stdout] | [INFO] [stdout] 422 | const NoTreePushOnOpen = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_TREE_PUSH_ON_OPEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoAutoOpenOnLog` should have an upper case name [INFO] [stdout] --> imguiraw.rs:423:13 [INFO] [stdout] | [INFO] [stdout] 423 | const NoAutoOpenOnLog = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_AUTO_OPEN_ON_LOG` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `DefaultOpen` should have an upper case name [INFO] [stdout] --> imguiraw.rs:424:13 [INFO] [stdout] | [INFO] [stdout] 424 | const DefaultOpen = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `DEFAULT_OPEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `OpenOnDoubleClick` should have an upper case name [INFO] [stdout] --> imguiraw.rs:425:13 [INFO] [stdout] | [INFO] [stdout] 425 | const OpenOnDoubleClick = 1 << 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_ON_DOUBLE_CLICK` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `OpenOnArrow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:426:13 [INFO] [stdout] | [INFO] [stdout] 426 | const OpenOnArrow = 1 << 7; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `OPEN_ON_ARROW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Leaf` should have an upper case name [INFO] [stdout] --> imguiraw.rs:427:13 [INFO] [stdout] | [INFO] [stdout] 427 | const Leaf = 1 << 8; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `LEAF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Bullet` should have an upper case name [INFO] [stdout] --> imguiraw.rs:428:13 [INFO] [stdout] | [INFO] [stdout] 428 | const Bullet = 1 << 9; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `BULLET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `FramePadding` should have an upper case name [INFO] [stdout] --> imguiraw.rs:429:13 [INFO] [stdout] | [INFO] [stdout] 429 | const FramePadding = 1 << 10; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `FRAME_PADDING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavLeftJumpsBackHere` should have an upper case name [INFO] [stdout] --> imguiraw.rs:430:13 [INFO] [stdout] | [INFO] [stdout] 430 | const NavLeftJumpsBackHere = 1 << 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_LEFT_JUMPS_BACK_HERE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `CollapsingHeader` should have an upper case name [INFO] [stdout] --> imguiraw.rs:431:13 [INFO] [stdout] | [INFO] [stdout] 431 | const CollapsingHeader = Self::Framed.bits | Self::NoTreePushOnOpen.bits | Self::NoAutoOpenOnLog.bits; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `COLLAPSING_HEADER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `None` should have an upper case name [INFO] [stdout] --> imguiraw.rs:438:13 [INFO] [stdout] | [INFO] [stdout] 438 | const None = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NONE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoTitleBar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:439:13 [INFO] [stdout] | [INFO] [stdout] 439 | const NoTitleBar = 1 << 0; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `NO_TITLE_BAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoResize` should have an upper case name [INFO] [stdout] --> imguiraw.rs:440:13 [INFO] [stdout] | [INFO] [stdout] 440 | const NoResize = 1 << 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `NO_RESIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoMove` should have an upper case name [INFO] [stdout] --> imguiraw.rs:441:13 [INFO] [stdout] | [INFO] [stdout] 441 | const NoMove = 1 << 2; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `NO_MOVE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoScrollbar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:442:13 [INFO] [stdout] | [INFO] [stdout] 442 | const NoScrollbar = 1 << 3; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NO_SCROLLBAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoScrollWithMouse` should have an upper case name [INFO] [stdout] --> imguiraw.rs:443:13 [INFO] [stdout] | [INFO] [stdout] 443 | const NoScrollWithMouse = 1 << 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_SCROLL_WITH_MOUSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoCollapse` should have an upper case name [INFO] [stdout] --> imguiraw.rs:444:13 [INFO] [stdout] | [INFO] [stdout] 444 | const NoCollapse = 1 << 5; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `NO_COLLAPSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlwaysAutoResize` should have an upper case name [INFO] [stdout] --> imguiraw.rs:445:13 [INFO] [stdout] | [INFO] [stdout] 445 | const AlwaysAutoResize = 1 << 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALWAYS_AUTO_RESIZE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoBackground` should have an upper case name [INFO] [stdout] --> imguiraw.rs:446:13 [INFO] [stdout] | [INFO] [stdout] 446 | const NoBackground = 1 << 7; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_BACKGROUND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoSavedSettings` should have an upper case name [INFO] [stdout] --> imguiraw.rs:447:13 [INFO] [stdout] | [INFO] [stdout] 447 | const NoSavedSettings = 1 << 8; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_SAVED_SETTINGS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoMouseInputs` should have an upper case name [INFO] [stdout] --> imguiraw.rs:448:13 [INFO] [stdout] | [INFO] [stdout] 448 | const NoMouseInputs = 1 << 9; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_MOUSE_INPUTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MenuBar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:449:13 [INFO] [stdout] | [INFO] [stdout] 449 | const MenuBar = 1 << 10; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `MENU_BAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `HorizontalScrollbar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:450:13 [INFO] [stdout] | [INFO] [stdout] 450 | const HorizontalScrollbar = 1 << 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `HORIZONTAL_SCROLLBAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoFocusOnAppearing` should have an upper case name [INFO] [stdout] --> imguiraw.rs:451:13 [INFO] [stdout] | [INFO] [stdout] 451 | const NoFocusOnAppearing = 1 << 12; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_FOCUS_ON_APPEARING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoBringToFrontOnFocus` should have an upper case name [INFO] [stdout] --> imguiraw.rs:452:13 [INFO] [stdout] | [INFO] [stdout] 452 | const NoBringToFrontOnFocus = 1 << 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_BRING_TO_FRONT_ON_FOCUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlwaysVerticalScrollbar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:453:13 [INFO] [stdout] | [INFO] [stdout] 453 | const AlwaysVerticalScrollbar = 1 << 14; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALWAYS_VERTICAL_SCROLLBAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlwaysHorizontalScrollbar` should have an upper case name [INFO] [stdout] --> imguiraw.rs:454:13 [INFO] [stdout] | [INFO] [stdout] 454 | const AlwaysHorizontalScrollbar = 1<< 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALWAYS_HORIZONTAL_SCROLLBAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `AlwaysUseWindowPadding` should have an upper case name [INFO] [stdout] --> imguiraw.rs:455:13 [INFO] [stdout] | [INFO] [stdout] 455 | const AlwaysUseWindowPadding = 1 << 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `ALWAYS_USE_WINDOW_PADDING` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoNavInputs` should have an upper case name [INFO] [stdout] --> imguiraw.rs:456:13 [INFO] [stdout] | [INFO] [stdout] 456 | const NoNavInputs = 1 << 18; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NO_NAV_INPUTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoNavFocus` should have an upper case name [INFO] [stdout] --> imguiraw.rs:457:13 [INFO] [stdout] | [INFO] [stdout] 457 | const NoNavFocus = 1 << 19; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `NO_NAV_FOCUS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoNav` should have an upper case name [INFO] [stdout] --> imguiraw.rs:458:13 [INFO] [stdout] | [INFO] [stdout] 458 | const NoNav = Self::NoNavInputs.bits | Self::NoNavFocus.bits; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `NO_NAV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoDecoration` should have an upper case name [INFO] [stdout] --> imguiraw.rs:459:13 [INFO] [stdout] | [INFO] [stdout] 459 | const NoDecoration = Self::NoTitleBar.bits | Self::NoResize.bits | Self::NoScrollbar.bits | Self::NoCollapse.bits; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_DECORATION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NoInputs` should have an upper case name [INFO] [stdout] --> imguiraw.rs:460:13 [INFO] [stdout] | [INFO] [stdout] 460 | const NoInputs = Self::NoMouseInputs.bits | Self::NoNavInputs.bits | Self::NoNavFocus.bits; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `NO_INPUTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `NavFlattened` should have an upper case name [INFO] [stdout] --> imguiraw.rs:461:13 [INFO] [stdout] | [INFO] [stdout] 461 | const NavFlattened = 1 << 23; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `NAV_FLATTENED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ChildWindow` should have an upper case name [INFO] [stdout] --> imguiraw.rs:462:13 [INFO] [stdout] | [INFO] [stdout] 462 | const ChildWindow = 1 << 24; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `CHILD_WINDOW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Tooltip` should have an upper case name [INFO] [stdout] --> imguiraw.rs:463:13 [INFO] [stdout] | [INFO] [stdout] 463 | const Tooltip = 1 << 25; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `TOOLTIP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Popup` should have an upper case name [INFO] [stdout] --> imguiraw.rs:464:13 [INFO] [stdout] | [INFO] [stdout] 464 | const Popup = 1 << 26; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `POPUP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `Modal` should have an upper case name [INFO] [stdout] --> imguiraw.rs:465:13 [INFO] [stdout] | [INFO] [stdout] 465 | const Modal = 1 << 27; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `MODAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `ChildMenu` should have an upper case name [INFO] [stdout] --> imguiraw.rs:466:13 [INFO] [stdout] | [INFO] [stdout] 466 | const ChildMenu = 1 << 28; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `CHILD_MENU` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 158 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 158 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 27.62s [INFO] running `Command { std: "docker" "inspect" "979ee903e53fd664219f9b2d5a23b998085f10976521b2772aa5ce895daa9fcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "979ee903e53fd664219f9b2d5a23b998085f10976521b2772aa5ce895daa9fcb", kill_on_drop: false }` [INFO] [stdout] 979ee903e53fd664219f9b2d5a23b998085f10976521b2772aa5ce895daa9fcb