[INFO] fetching crate spirv-utils 0.2.1... [INFO] checking spirv-utils-0.2.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate spirv-utils 0.2.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate spirv-utils 0.2.1 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 spirv-utils 0.2.1 [INFO] finished tweaking crates.io crate spirv-utils 0.2.1 [INFO] tweaked toml for crates.io crate spirv-utils 0.2.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lalrpop-util v0.11.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 33f8497b281ca56555364f50f5b91e5ddfda1cefc1f61bd57647841e0e3e3699 [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" "33f8497b281ca56555364f50f5b91e5ddfda1cefc1f61bd57647841e0e3e3699", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33f8497b281ca56555364f50f5b91e5ddfda1cefc1f61bd57647841e0e3e3699", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33f8497b281ca56555364f50f5b91e5ddfda1cefc1f61bd57647841e0e3e3699", kill_on_drop: false }` [INFO] [stdout] 33f8497b281ca56555364f50f5b91e5ddfda1cefc1f61bd57647841e0e3e3699 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] a35295ee0f33f90b1571a2340c093c40d77399679409fcfd04fa48293b65cc8b [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" "a35295ee0f33f90b1571a2340c093c40d77399679409fcfd04fa48293b65cc8b", kill_on_drop: false }` [INFO] [stderr] Compiling lalrpop-util v0.11.0 [INFO] [stderr] Compiling spirv-utils v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `BufRead`, `BufReader` [INFO] [stdout] --> build.rs:14:23 [INFO] [stdout] | [INFO] [stdout] 14 | use std::io::{Result, BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `lalrpop_util::ParseError` [INFO] [stdout] --> build.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use lalrpop_util::ParseError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/codegen.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | try!(self.write_line(text)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/codegen.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | try!(self.write_line(text)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/codegen.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | try!(self.write_line(text)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/codegen.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | try!(self.file.write_all(text.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/codegen.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | try!(self.file.write_all(b"\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/codegen.rs:73:17 [INFO] [stdout] | [INFO] [stdout] 73 | try!(self.file.write_all(b" ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | match try!(__state0(input, &mut __tokens, __lookahead)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:81:28 [INFO] [stdout] | [INFO] [stdout] 81 | __result = try!(__state4(input, __tokens, __sym0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:106:32 [INFO] [stdout] | [INFO] [stdout] 106 | __result = try!(__state1(input, __tokens, __lookahead, __sym0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:110:32 [INFO] [stdout] | [INFO] [stdout] 110 | __result = try!(__state2(input, __tokens, __lookahead, __sym0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:114:32 [INFO] [stdout] | [INFO] [stdout] 114 | __result = try!(__state3(input, __tokens, __lookahead, __sym0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:204:28 [INFO] [stdout] | [INFO] [stdout] 204 | __result = try!(__state4(input, __tokens, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:230:32 [INFO] [stdout] | [INFO] [stdout] 230 | __result = try!(__state5(input, __tokens, __lookahead, __sym0, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:258:28 [INFO] [stdout] | [INFO] [stdout] 258 | __result = try!(__state7(input, __tokens, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:272:32 [INFO] [stdout] | [INFO] [stdout] 272 | __result = try!(__state6(input, __tokens, __lookahead, __sym0, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | __result = try!(__state8(input, __tokens, __sym0, __sym1, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:407:28 [INFO] [stdout] | [INFO] [stdout] 407 | __result = try!(__state12(input, __tokens, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:436:32 [INFO] [stdout] | [INFO] [stdout] 436 | __result = try!(__state9(input, __tokens, __lookahead, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:440:32 [INFO] [stdout] | [INFO] [stdout] 440 | __result = try!(__state10(input, __tokens, __lookahead, __sym0, __sym1, __sym2, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:444:32 [INFO] [stdout] | [INFO] [stdout] 444 | __result = try!(__state11(input, __tokens, __lookahead, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | __result = try!(__state12(input, __tokens, __sym4)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:536:32 [INFO] [stdout] | [INFO] [stdout] 536 | __result = try!(__state13(input, __tokens, __lookahead, __sym3, __sym4)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:540:32 [INFO] [stdout] | [INFO] [stdout] 540 | __result = try!(__state11(input, __tokens, __lookahead, __sym4)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:564:28 [INFO] [stdout] | [INFO] [stdout] 564 | __result = try!(__state7(input, __tokens, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:578:32 [INFO] [stdout] | [INFO] [stdout] 578 | __result = try!(__state14(input, __tokens, __lookahead, __sym0, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:677:28 [INFO] [stdout] | [INFO] [stdout] 677 | __result = try!(__state18(input, __tokens, __sym0, __sym1, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:681:28 [INFO] [stdout] | [INFO] [stdout] 681 | __result = try!(__state19(input, __tokens, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:685:28 [INFO] [stdout] | [INFO] [stdout] 685 | __result = try!(__state7(input, __tokens, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:699:32 [INFO] [stdout] | [INFO] [stdout] 699 | __result = try!(__state15(input, __tokens, __lookahead, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:703:32 [INFO] [stdout] | [INFO] [stdout] 703 | __result = try!(__state16(input, __tokens, __lookahead, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:707:32 [INFO] [stdout] | [INFO] [stdout] 707 | __result = try!(__state17(input, __tokens, __lookahead, __sym0, __sym1, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:731:28 [INFO] [stdout] | [INFO] [stdout] 731 | __result = try!(__state20(input, __tokens, __sym0, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:735:28 [INFO] [stdout] | [INFO] [stdout] 735 | __result = try!(__state21(input, __tokens, __sym0, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:812:28 [INFO] [stdout] | [INFO] [stdout] 812 | __result = try!(__state23(input, __tokens, __sym0, __sym1, __sym2, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:816:28 [INFO] [stdout] | [INFO] [stdout] 816 | __result = try!(__state19(input, __tokens, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:820:28 [INFO] [stdout] | [INFO] [stdout] 820 | __result = try!(__state7(input, __tokens, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:834:32 [INFO] [stdout] | [INFO] [stdout] 834 | __result = try!(__state15(input, __tokens, __lookahead, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:838:32 [INFO] [stdout] | [INFO] [stdout] 838 | __result = try!(__state22(input, __tokens, __lookahead, __sym2, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:909:28 [INFO] [stdout] | [INFO] [stdout] 909 | __result = try!(__state24(input, __tokens, __sym0, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:913:28 [INFO] [stdout] | [INFO] [stdout] 913 | __result = try!(__state25(input, __tokens, __sym0, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:958:28 [INFO] [stdout] | [INFO] [stdout] 958 | __result = try!(__state29(input, __tokens, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:962:28 [INFO] [stdout] | [INFO] [stdout] 962 | __result = try!(__state7(input, __tokens, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:976:32 [INFO] [stdout] | [INFO] [stdout] 976 | __result = try!(__state26(input, __tokens, __lookahead, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:980:32 [INFO] [stdout] | [INFO] [stdout] 980 | __result = try!(__state27(input, __tokens, __lookahead, __sym0, __sym1, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:984:32 [INFO] [stdout] | [INFO] [stdout] 984 | __result = try!(__state28(input, __tokens, __lookahead, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1136:28 [INFO] [stdout] | [INFO] [stdout] 1136 | __result = try!(__state29(input, __tokens, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1140:28 [INFO] [stdout] | [INFO] [stdout] 1140 | __result = try!(__state7(input, __tokens, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1154:32 [INFO] [stdout] | [INFO] [stdout] 1154 | __result = try!(__state26(input, __tokens, __lookahead, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1158:32 [INFO] [stdout] | [INFO] [stdout] 1158 | __result = try!(__state30(input, __tokens, __lookahead, __sym0, __sym1, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1162:32 [INFO] [stdout] | [INFO] [stdout] 1162 | __result = try!(__state28(input, __tokens, __lookahead, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1303:28 [INFO] [stdout] | [INFO] [stdout] 1303 | __result = try!(__state31(input, __tokens, __sym0, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1347:28 [INFO] [stdout] | [INFO] [stdout] 1347 | __result = try!(__state7(input, __tokens, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1361:32 [INFO] [stdout] | [INFO] [stdout] 1361 | __result = try!(__state26(input, __tokens, __lookahead, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1365:32 [INFO] [stdout] | [INFO] [stdout] 1365 | __result = try!(__state32(input, __tokens, __lookahead, __sym0, __sym1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1470:28 [INFO] [stdout] | [INFO] [stdout] 1470 | __result = try!(__state35(input, __tokens, __sym0, __sym1, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1474:28 [INFO] [stdout] | [INFO] [stdout] 1474 | __result = try!(__state7(input, __tokens, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1488:32 [INFO] [stdout] | [INFO] [stdout] 1488 | __result = try!(__state26(input, __tokens, __lookahead, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1492:32 [INFO] [stdout] | [INFO] [stdout] 1492 | __result = try!(__state33(input, __tokens, __lookahead, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1496:32 [INFO] [stdout] | [INFO] [stdout] 1496 | __result = try!(__state34(input, __tokens, __lookahead, __sym0, __sym1, __sym2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1556:28 [INFO] [stdout] | [INFO] [stdout] 1556 | __result = try!(__state37(input, __tokens, __sym0, __sym1, __sym2, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1560:28 [INFO] [stdout] | [INFO] [stdout] 1560 | __result = try!(__state7(input, __tokens, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1574:32 [INFO] [stdout] | [INFO] [stdout] 1574 | __result = try!(__state26(input, __tokens, __lookahead, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> util/parser.rs:1578:32 [INFO] [stdout] | [INFO] [stdout] 1578 | __result = try!(__state36(input, __tokens, __lookahead, __sym2, __sym3)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1730:28 [INFO] [stdout] | [INFO] [stdout] 1730 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1750:28 [INFO] [stdout] | [INFO] [stdout] 1750 | 65 ... 90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1770:28 [INFO] [stdout] | [INFO] [stdout] 1770 | 97 ... 102 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1780:29 [INFO] [stdout] | [INFO] [stdout] 1780 | 104 ... 122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1793:28 [INFO] [stdout] | [INFO] [stdout] 1793 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1835:28 [INFO] [stdout] | [INFO] [stdout] 1835 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1840:28 [INFO] [stdout] | [INFO] [stdout] 1840 | 65 ... 90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1850:28 [INFO] [stdout] | [INFO] [stdout] 1850 | 97 ... 122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1884:28 [INFO] [stdout] | [INFO] [stdout] 1884 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1889:28 [INFO] [stdout] | [INFO] [stdout] 1889 | 65 ... 90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1899:28 [INFO] [stdout] | [INFO] [stdout] 1899 | 97 ... 113 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1909:29 [INFO] [stdout] | [INFO] [stdout] 1909 | 115 ... 122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1930:28 [INFO] [stdout] | [INFO] [stdout] 1930 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1948:28 [INFO] [stdout] | [INFO] [stdout] 1948 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1953:28 [INFO] [stdout] | [INFO] [stdout] 1953 | 65 ... 90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1963:28 [INFO] [stdout] | [INFO] [stdout] 1963 | 97 ... 122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1981:28 [INFO] [stdout] | [INFO] [stdout] 1981 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1986:28 [INFO] [stdout] | [INFO] [stdout] 1986 | 65 ... 90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:1996:28 [INFO] [stdout] | [INFO] [stdout] 1996 | 97 ... 110 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2006:29 [INFO] [stdout] | [INFO] [stdout] 2006 | 112 ... 122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2024:28 [INFO] [stdout] | [INFO] [stdout] 2024 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2029:28 [INFO] [stdout] | [INFO] [stdout] 2029 | 65 ... 90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2039:28 [INFO] [stdout] | [INFO] [stdout] 2039 | 97 ... 116 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2049:29 [INFO] [stdout] | [INFO] [stdout] 2049 | 118 ... 122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2067:28 [INFO] [stdout] | [INFO] [stdout] 2067 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2072:28 [INFO] [stdout] | [INFO] [stdout] 2072 | 65 ... 90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2082:28 [INFO] [stdout] | [INFO] [stdout] 2082 | 97 ... 111 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2092:29 [INFO] [stdout] | [INFO] [stdout] 2092 | 113 ... 122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2110:28 [INFO] [stdout] | [INFO] [stdout] 2110 | 48 ... 57 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2115:28 [INFO] [stdout] | [INFO] [stdout] 2115 | 65 ... 90 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> util/parser.rs:2125:28 [INFO] [stdout] | [INFO] [stdout] 2125 | 97 ... 122 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> util/parser.rs:2183:5 [INFO] [stdout] | [INFO] [stdout] 2183 | (__0) [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> util/parser.rs:2193:5 [INFO] [stdout] | [INFO] [stdout] 2193 | (__0) [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> util/parser.rs:2330:5 [INFO] [stdout] | [INFO] [stdout] 2330 | (__0) [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | try!(dest.write_line("#[derive(Clone, Debug)]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | try!(dest.start_block("pub enum Instruction {")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | try!(dest.write(&inst.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | try!(dest.start_block(" {")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | try!(dest.write_line(&format!("{}: {},", name, ty))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | try!(dest.end_block("},")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | try!(dest.write_line(",")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | try!(dest.write_line("Unknown(u16, Box<[u32]>)")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | try!(dest.end_block("}\n\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | try!(dest.start_block("impl Instruction {")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | try!(extract_field(&mut dest, "defines_value_inner", false, "ResultId", non_types.iter().cloned(), "result-id")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | try!(extract_field(&mut dest, "type_id_of", true, "TypeId", non_types.iter().cloned(), "result-type")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | try!(extract_field(&mut dest, "defines_type", true, "TypeId", types, "result-type")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | try!(dest.start_block("pub fn uses(&self) -> Vec {")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 225 | try!(dest.write_line("use self::Instruction::*;")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | try!(dest.start_block("match *self {")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 255 | try!(dest.start_block(&format!("{} {{", u.name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:261:21 [INFO] [stdout] | [INFO] [stdout] 261 | try!(dest.write_line(&format!("{},", name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:265:21 [INFO] [stdout] | [INFO] [stdout] 265 | try!(dest.write_line(&format!("ref {},", name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:272:13 [INFO] [stdout] | [INFO] [stdout] 272 | try!(dest.write_line("..")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:274:9 [INFO] [stdout] | [INFO] [stdout] 274 | try!(dest.new_block("} => {")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:275:9 [INFO] [stdout] | [INFO] [stdout] 275 | try!(dest.write_line("let mut ids = Vec::new();")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:281:21 [INFO] [stdout] | [INFO] [stdout] 281 | try!(dest.write_line(&format!("ids.push({}.into());", name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:284:21 [INFO] [stdout] | [INFO] [stdout] 284 | try!(dest.write_line(&format!("ids.extend({}.iter().map(|i| Id::from(*i)));", name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:287:21 [INFO] [stdout] | [INFO] [stdout] 287 | try!(dest.start_block(&format!("for x in {}.iter() {{", name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:291:33 [INFO] [stdout] | [INFO] [stdout] 291 | ... try!(dest.write_line(&format!("ids.push(x.{}.into());", i))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:296:21 [INFO] [stdout] | [INFO] [stdout] 296 | try!(dest.end_block("}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:300:9 [INFO] [stdout] | [INFO] [stdout] 300 | try!(dest.write_line("ids")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:301:9 [INFO] [stdout] | [INFO] [stdout] 301 | try!(dest.end_block("}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | try!(dest.write_line("_ => Vec::new()")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | try!(dest.end_block("}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:307:5 [INFO] [stdout] | [INFO] [stdout] 307 | try!(dest.end_block("}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | try!(dest.start_block( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:134:9 [INFO] [stdout] | [INFO] [stdout] 134 | try!(dest.write_line("use self::Instruction::*;")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | try!(dest.start_block("match *self {")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:153:17 [INFO] [stdout] | [INFO] [stdout] 153 | try!(dest.write_line(" |")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | try!(dest.write(&format!("{} {{ {} }}", inst.name, field))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | try!(dest.write(&format!("{} {{ {}, .. }}", inst.name, field))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | try!(dest.write_line(&format!(" => Some({}),", field))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | try!(dest.write_line("_ => None")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | try!(dest.end_block("}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 314 | try!(dest.start_block( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:316:5 [INFO] [stdout] | [INFO] [stdout] 316 | try!(dest.start_block( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:318:5 [INFO] [stdout] | [INFO] [stdout] 318 | try!(dest.write_line("op")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:319:5 [INFO] [stdout] | [INFO] [stdout] 319 | try!(dest.new_block("} else {")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | try!(dest.write_line("return Err(ParseError::UnknownOpcode(raw_inst.opcode));")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | try!(dest.end_block("};")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:323:5 [INFO] [stdout] | [INFO] [stdout] 323 | try!(dest.write_line("let mut p = InstructionParser { params: &raw_inst.params };")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | try!(dest.start_block("let inst = match op {")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:329:13 [INFO] [stdout] | [INFO] [stdout] 329 | try!(dest.write_line(&format!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:334:9 [INFO] [stdout] | [INFO] [stdout] 334 | try!(dest.start_block(&format!("Op::{} => {{", inst.name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:342:21 [INFO] [stdout] | [INFO] [stdout] 342 | try!(dest.write_line(&format!("let mut {} = {}(0);", name, ty_name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:343:21 [INFO] [stdout] | [INFO] [stdout] 343 | try!(dest.start_block("if p.has_words() {")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:344:21 [INFO] [stdout] | [INFO] [stdout] 344 | try!(dest.write_line(&format!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:346:21 [INFO] [stdout] | [INFO] [stdout] 346 | try!(dest.end_block("}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:354:17 [INFO] [stdout] | [INFO] [stdout] 354 | try!(dest.write_line(&format!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:356:17 [INFO] [stdout] | [INFO] [stdout] 356 | try!(dest.start_block("while p.has_words() {")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:357:17 [INFO] [stdout] | [INFO] [stdout] 357 | try!(dest.start_block(&format!("{}.push((", name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:359:21 [INFO] [stdout] | [INFO] [stdout] 359 | try!(dest.write_line(&format!("try!(p.parse::<{}>()),", ty))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:361:17 [INFO] [stdout] | [INFO] [stdout] 361 | try!(dest.end_block("));")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:362:17 [INFO] [stdout] | [INFO] [stdout] 362 | try!(dest.end_block("}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:363:17 [INFO] [stdout] | [INFO] [stdout] 363 | try!(dest.write_line(&format!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:371:13 [INFO] [stdout] | [INFO] [stdout] 371 | try!(dest.write_line(&format!("let {} = try!(p.parse::<{}>());", name, ty))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:374:9 [INFO] [stdout] | [INFO] [stdout] 374 | try!(dest.start_block(&format!("Instruction::{} {{", inst.name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:377:13 [INFO] [stdout] | [INFO] [stdout] 377 | try!(dest.write_line(&format!("{name}: {name},", name=name))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:379:9 [INFO] [stdout] | [INFO] [stdout] 379 | try!(dest.end_block("}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:380:9 [INFO] [stdout] | [INFO] [stdout] 380 | try!(dest.end_block("}")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:383:5 [INFO] [stdout] | [INFO] [stdout] 383 | try!(dest.write_line("_ => Instruction::Unknown(op as u16, p.params.to_owned().into_boxed_slice())\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:385:5 [INFO] [stdout] | [INFO] [stdout] 385 | try!(dest.end_block("};")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:386:5 [INFO] [stdout] | [INFO] [stdout] 386 | try!(dest.write_line("Ok(inst)")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> util/parser.rs:2150:36 [INFO] [stdout] | [INFO] [stdout] 2150 | let __text = self.text.trim_left(); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> build.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | input.read_to_string(&mut buf); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> util/codegen.rs:52:13 [INFO] [stdout] | [INFO] [stdout] 52 | self.file.flush(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> util/codegen.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | self.write_indent(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> util/codegen.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | self.write_indent(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 174 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 388 | / def_bitset!(ImageOperands { [INFO] [stdout] 389 | | ImgOpBias = 0x01, [INFO] [stdout] 390 | | ImgOpLod = 0x02, [INFO] [stdout] 391 | | ImgOpGrad = 0x04, [INFO] [stdout] ... | [INFO] [stdout] 396 | | ImgOpMinLod = 0x80 [INFO] [stdout] 397 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 388 | / def_bitset!(ImageOperands { [INFO] [stdout] 389 | | ImgOpBias = 0x01, [INFO] [stdout] 390 | | ImgOpLod = 0x02, [INFO] [stdout] 391 | | ImgOpGrad = 0x04, [INFO] [stdout] ... | [INFO] [stdout] 396 | | ImgOpMinLod = 0x80 [INFO] [stdout] 397 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 388 | / def_bitset!(ImageOperands { [INFO] [stdout] 389 | | ImgOpBias = 0x01, [INFO] [stdout] 390 | | ImgOpLod = 0x02, [INFO] [stdout] 391 | | ImgOpGrad = 0x04, [INFO] [stdout] ... | [INFO] [stdout] 396 | | ImgOpMinLod = 0x80 [INFO] [stdout] 397 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | / def_bitset!(FPFastMathMode { [INFO] [stdout] 400 | | FastMathNotNaN = 0x01, [INFO] [stdout] 401 | | FastMathNotInf = 0x02, [INFO] [stdout] 402 | | FastMathNSZ = 0x04, [INFO] [stdout] 403 | | FastMathAllowRecip = 0x08, [INFO] [stdout] 404 | | FastMathFast = 0x10 [INFO] [stdout] 405 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | / def_bitset!(FPFastMathMode { [INFO] [stdout] 400 | | FastMathNotNaN = 0x01, [INFO] [stdout] 401 | | FastMathNotInf = 0x02, [INFO] [stdout] 402 | | FastMathNSZ = 0x04, [INFO] [stdout] 403 | | FastMathAllowRecip = 0x08, [INFO] [stdout] 404 | | FastMathFast = 0x10 [INFO] [stdout] 405 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | / def_bitset!(FPFastMathMode { [INFO] [stdout] 400 | | FastMathNotNaN = 0x01, [INFO] [stdout] 401 | | FastMathNotInf = 0x02, [INFO] [stdout] 402 | | FastMathNSZ = 0x04, [INFO] [stdout] 403 | | FastMathAllowRecip = 0x08, [INFO] [stdout] 404 | | FastMathFast = 0x10 [INFO] [stdout] 405 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / def_bitset!(SelectionControl { [INFO] [stdout] 527 | | SelCtlFlatten = 0x01, [INFO] [stdout] 528 | | SelCtlDontFlatten = 0x02 [INFO] [stdout] 529 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / def_bitset!(SelectionControl { [INFO] [stdout] 527 | | SelCtlFlatten = 0x01, [INFO] [stdout] 528 | | SelCtlDontFlatten = 0x02 [INFO] [stdout] 529 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / def_bitset!(SelectionControl { [INFO] [stdout] 527 | | SelCtlFlatten = 0x01, [INFO] [stdout] 528 | | SelCtlDontFlatten = 0x02 [INFO] [stdout] 529 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 531 | / def_bitset!(LoopControl { [INFO] [stdout] 532 | | LoopCtlUnroll = 0x01, [INFO] [stdout] 533 | | LoopCtlDontUnroll = 0x02 [INFO] [stdout] 534 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 531 | / def_bitset!(LoopControl { [INFO] [stdout] 532 | | LoopCtlUnroll = 0x01, [INFO] [stdout] 533 | | LoopCtlDontUnroll = 0x02 [INFO] [stdout] 534 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 531 | / def_bitset!(LoopControl { [INFO] [stdout] 532 | | LoopCtlUnroll = 0x01, [INFO] [stdout] 533 | | LoopCtlDontUnroll = 0x02 [INFO] [stdout] 534 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 536 | / def_bitset!(FunctionControl { [INFO] [stdout] 537 | | FnCtlInline = 0x01, [INFO] [stdout] 538 | | FnCtlDontInline = 0x02, [INFO] [stdout] 539 | | FnCtlPure = 0x04, [INFO] [stdout] 540 | | FnCtlConst = 0x08 [INFO] [stdout] 541 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 536 | / def_bitset!(FunctionControl { [INFO] [stdout] 537 | | FnCtlInline = 0x01, [INFO] [stdout] 538 | | FnCtlDontInline = 0x02, [INFO] [stdout] 539 | | FnCtlPure = 0x04, [INFO] [stdout] 540 | | FnCtlConst = 0x08 [INFO] [stdout] 541 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 536 | / def_bitset!(FunctionControl { [INFO] [stdout] 537 | | FnCtlInline = 0x01, [INFO] [stdout] 538 | | FnCtlDontInline = 0x02, [INFO] [stdout] 539 | | FnCtlPure = 0x04, [INFO] [stdout] 540 | | FnCtlConst = 0x08 [INFO] [stdout] 541 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 543 | / def_bitset!(MemoryOrdering { [INFO] [stdout] 544 | | MemOrdAcquire = 0x002, [INFO] [stdout] 545 | | MemOrdRelease = 0x004, [INFO] [stdout] 546 | | MemOrdAcquireRelease = 0x008, [INFO] [stdout] ... | [INFO] [stdout] 553 | | MemOrdImageMemory = 0x800 [INFO] [stdout] 554 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 543 | / def_bitset!(MemoryOrdering { [INFO] [stdout] 544 | | MemOrdAcquire = 0x002, [INFO] [stdout] 545 | | MemOrdRelease = 0x004, [INFO] [stdout] 546 | | MemOrdAcquireRelease = 0x008, [INFO] [stdout] ... | [INFO] [stdout] 553 | | MemOrdImageMemory = 0x800 [INFO] [stdout] 554 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 543 | / def_bitset!(MemoryOrdering { [INFO] [stdout] 544 | | MemOrdAcquire = 0x002, [INFO] [stdout] 545 | | MemOrdRelease = 0x004, [INFO] [stdout] 546 | | MemOrdAcquireRelease = 0x008, [INFO] [stdout] ... | [INFO] [stdout] 553 | | MemOrdImageMemory = 0x800 [INFO] [stdout] 554 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 556 | / def_bitset!(MemoryAccess { [INFO] [stdout] 557 | | MemAccVolatile = 0x01, [INFO] [stdout] 558 | | MemAccAligned = 0x02, [INFO] [stdout] 559 | | MemAccNontemporal = 0x04 [INFO] [stdout] 560 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 556 | / def_bitset!(MemoryAccess { [INFO] [stdout] 557 | | MemAccVolatile = 0x01, [INFO] [stdout] 558 | | MemAccAligned = 0x02, [INFO] [stdout] 559 | | MemAccNontemporal = 0x04 [INFO] [stdout] 560 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 556 | / def_bitset!(MemoryAccess { [INFO] [stdout] 557 | | MemAccVolatile = 0x01, [INFO] [stdout] 558 | | MemAccAligned = 0x02, [INFO] [stdout] 559 | | MemAccNontemporal = 0x04 [INFO] [stdout] 560 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 582 | / def_bitset!(KernelProfilingInfo { [INFO] [stdout] 583 | | ProfInfoCmdExecTime = 0x01 [INFO] [stdout] 584 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 582 | / def_bitset!(KernelProfilingInfo { [INFO] [stdout] 583 | | ProfInfoCmdExecTime = 0x01 [INFO] [stdout] 584 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 582 | / def_bitset!(KernelProfilingInfo { [INFO] [stdout] 583 | | ProfInfoCmdExecTime = 0x01 [INFO] [stdout] 584 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:11:31 [INFO] [stdout] | [INFO] [stdout] 11 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | let src = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | let src_lang = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:26:27 [INFO] [stdout] | [INFO] [stdout] 26 | let version = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | file = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | let src = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:41:29 [INFO] [stdout] | [INFO] [stdout] 41 | let extension = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | let id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | let type_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:56:26 [INFO] [stdout] | [INFO] [stdout] 56 | let member = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:66:26 [INFO] [stdout] | [INFO] [stdout] 66 | let string = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:73:24 [INFO] [stdout] | [INFO] [stdout] 73 | let file = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | let line = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | let col = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:84:26 [INFO] [stdout] | [INFO] [stdout] 84 | let target = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | let decoration = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:92:26 [INFO] [stdout] | [INFO] [stdout] 92 | let target = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | let member = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:94:30 [INFO] [stdout] | [INFO] [stdout] 94 | let decoration = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:102:29 [INFO] [stdout] | [INFO] [stdout] 102 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:108:23 [INFO] [stdout] | [INFO] [stdout] 108 | let grp = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:109:27 [INFO] [stdout] | [INFO] [stdout] 109 | let targets = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:116:23 [INFO] [stdout] | [INFO] [stdout] 116 | let grp = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:120:21 [INFO] [stdout] | [INFO] [stdout] 120 | try!(p.parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | try!(p.parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:131:24 [INFO] [stdout] | [INFO] [stdout] 131 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:137:29 [INFO] [stdout] | [INFO] [stdout] 137 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:138:24 [INFO] [stdout] | [INFO] [stdout] 138 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:145:31 [INFO] [stdout] | [INFO] [stdout] 145 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:146:29 [INFO] [stdout] | [INFO] [stdout] 146 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:147:23 [INFO] [stdout] | [INFO] [stdout] 147 | let set = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:148:31 [INFO] [stdout] | [INFO] [stdout] 148 | let instruction = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:149:28 [INFO] [stdout] | [INFO] [stdout] 149 | let operands = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:159:36 [INFO] [stdout] | [INFO] [stdout] 159 | let addressing_model = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:160:32 [INFO] [stdout] | [INFO] [stdout] 160 | let memory_model = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:167:35 [INFO] [stdout] | [INFO] [stdout] 167 | let execution_model = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:168:24 [INFO] [stdout] | [INFO] [stdout] 168 | let func = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:169:24 [INFO] [stdout] | [INFO] [stdout] 169 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:170:29 [INFO] [stdout] | [INFO] [stdout] 170 | let interface = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:179:34 [INFO] [stdout] | [INFO] [stdout] 179 | let execution_mode = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:185:30 [INFO] [stdout] | [INFO] [stdout] 185 | let capability = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:191:31 [INFO] [stdout] | [INFO] [stdout] 191 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:197:31 [INFO] [stdout] | [INFO] [stdout] 197 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:203:31 [INFO] [stdout] | [INFO] [stdout] 203 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:204:25 [INFO] [stdout] | [INFO] [stdout] 204 | let width = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:205:26 [INFO] [stdout] | [INFO] [stdout] 205 | let signed = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:213:31 [INFO] [stdout] | [INFO] [stdout] 213 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:214:25 [INFO] [stdout] | [INFO] [stdout] 214 | let width = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:221:31 [INFO] [stdout] | [INFO] [stdout] 221 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:222:27 [INFO] [stdout] | [INFO] [stdout] 222 | let type_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:223:23 [INFO] [stdout] | [INFO] [stdout] 223 | let len = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:231:31 [INFO] [stdout] | [INFO] [stdout] 231 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:232:27 [INFO] [stdout] | [INFO] [stdout] 232 | let type_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:233:24 [INFO] [stdout] | [INFO] [stdout] 233 | let cols = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:241:31 [INFO] [stdout] | [INFO] [stdout] 241 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:242:27 [INFO] [stdout] | [INFO] [stdout] 242 | let type_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:243:23 [INFO] [stdout] | [INFO] [stdout] 243 | let dim = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:244:25 [INFO] [stdout] | [INFO] [stdout] 244 | let depth = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:245:27 [INFO] [stdout] | [INFO] [stdout] 245 | let arrayed = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:246:32 [INFO] [stdout] | [INFO] [stdout] 246 | let multisampled = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:247:27 [INFO] [stdout] | [INFO] [stdout] 247 | let sampled = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:248:32 [INFO] [stdout] | [INFO] [stdout] 248 | let image_format = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:249:36 [INFO] [stdout] | [INFO] [stdout] 249 | let access_qualifier = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:263:31 [INFO] [stdout] | [INFO] [stdout] 263 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:269:31 [INFO] [stdout] | [INFO] [stdout] 269 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:270:25 [INFO] [stdout] | [INFO] [stdout] 270 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:277:31 [INFO] [stdout] | [INFO] [stdout] 277 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:278:27 [INFO] [stdout] | [INFO] [stdout] 278 | let element = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:279:23 [INFO] [stdout] | [INFO] [stdout] 279 | let len = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:287:31 [INFO] [stdout] | [INFO] [stdout] 287 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:288:27 [INFO] [stdout] | [INFO] [stdout] 288 | let element = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:295:31 [INFO] [stdout] | [INFO] [stdout] 295 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:296:26 [INFO] [stdout] | [INFO] [stdout] 296 | let fields = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:303:31 [INFO] [stdout] | [INFO] [stdout] 303 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:304:24 [INFO] [stdout] | [INFO] [stdout] 304 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:311:31 [INFO] [stdout] | [INFO] [stdout] 311 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:312:33 [INFO] [stdout] | [INFO] [stdout] 312 | let storage_class = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:313:27 [INFO] [stdout] | [INFO] [stdout] 313 | let pointee = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:321:31 [INFO] [stdout] | [INFO] [stdout] 321 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:322:29 [INFO] [stdout] | [INFO] [stdout] 322 | let return_ty = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:323:26 [INFO] [stdout] | [INFO] [stdout] 323 | let params = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:331:31 [INFO] [stdout] | [INFO] [stdout] 331 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:337:31 [INFO] [stdout] | [INFO] [stdout] 337 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:343:31 [INFO] [stdout] | [INFO] [stdout] 343 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:349:31 [INFO] [stdout] | [INFO] [stdout] 349 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:355:31 [INFO] [stdout] | [INFO] [stdout] 355 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:361:27 [INFO] [stdout] | [INFO] [stdout] 361 | let type_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:362:33 [INFO] [stdout] | [INFO] [stdout] 362 | let storage_class = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:369:31 [INFO] [stdout] | [INFO] [stdout] 369 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:370:29 [INFO] [stdout] | [INFO] [stdout] 370 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:377:31 [INFO] [stdout] | [INFO] [stdout] 377 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:378:29 [INFO] [stdout] | [INFO] [stdout] 378 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:385:31 [INFO] [stdout] | [INFO] [stdout] 385 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:386:29 [INFO] [stdout] | [INFO] [stdout] 386 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:387:23 [INFO] [stdout] | [INFO] [stdout] 387 | let val = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:395:31 [INFO] [stdout] | [INFO] [stdout] 395 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:396:29 [INFO] [stdout] | [INFO] [stdout] 396 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:397:24 [INFO] [stdout] | [INFO] [stdout] 397 | let flds = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:405:31 [INFO] [stdout] | [INFO] [stdout] 405 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:406:29 [INFO] [stdout] | [INFO] [stdout] 406 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:407:43 [INFO] [stdout] | [INFO] [stdout] 407 | let sampler_addressing_mode = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:408:30 [INFO] [stdout] | [INFO] [stdout] 408 | let normalized = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:409:39 [INFO] [stdout] | [INFO] [stdout] 409 | let sampler_filter_mode = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:419:31 [INFO] [stdout] | [INFO] [stdout] 419 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:420:29 [INFO] [stdout] | [INFO] [stdout] 420 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:427:31 [INFO] [stdout] | [INFO] [stdout] 427 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:428:29 [INFO] [stdout] | [INFO] [stdout] 428 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:435:31 [INFO] [stdout] | [INFO] [stdout] 435 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:436:29 [INFO] [stdout] | [INFO] [stdout] 436 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:443:31 [INFO] [stdout] | [INFO] [stdout] 443 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:444:29 [INFO] [stdout] | [INFO] [stdout] 444 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:445:23 [INFO] [stdout] | [INFO] [stdout] 445 | let val = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:453:31 [INFO] [stdout] | [INFO] [stdout] 453 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:454:29 [INFO] [stdout] | [INFO] [stdout] 454 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:455:24 [INFO] [stdout] | [INFO] [stdout] 455 | let flds = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:463:31 [INFO] [stdout] | [INFO] [stdout] 463 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:464:29 [INFO] [stdout] | [INFO] [stdout] 464 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:465:23 [INFO] [stdout] | [INFO] [stdout] 465 | let num = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:466:28 [INFO] [stdout] | [INFO] [stdout] 466 | let operands = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:475:31 [INFO] [stdout] | [INFO] [stdout] 475 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:476:29 [INFO] [stdout] | [INFO] [stdout] 476 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:477:33 [INFO] [stdout] | [INFO] [stdout] 477 | let storage_class = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:480:24 [INFO] [stdout] | [INFO] [stdout] 480 | init = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:491:31 [INFO] [stdout] | [INFO] [stdout] 491 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:492:29 [INFO] [stdout] | [INFO] [stdout] 492 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:494:25 [INFO] [stdout] | [INFO] [stdout] 494 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:495:26 [INFO] [stdout] | [INFO] [stdout] 495 | let sample = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:505:31 [INFO] [stdout] | [INFO] [stdout] 505 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:506:29 [INFO] [stdout] | [INFO] [stdout] 506 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:507:28 [INFO] [stdout] | [INFO] [stdout] 507 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:508:33 [INFO] [stdout] | [INFO] [stdout] 508 | let memory_access = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:517:23 [INFO] [stdout] | [INFO] [stdout] 517 | let ptr = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:518:23 [INFO] [stdout] | [INFO] [stdout] 518 | let obj = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:519:33 [INFO] [stdout] | [INFO] [stdout] 519 | let memory_access = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:527:26 [INFO] [stdout] | [INFO] [stdout] 527 | let target = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:528:23 [INFO] [stdout] | [INFO] [stdout] 528 | let src = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:529:33 [INFO] [stdout] | [INFO] [stdout] 529 | let memory_access = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:537:26 [INFO] [stdout] | [INFO] [stdout] 537 | let target = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:538:23 [INFO] [stdout] | [INFO] [stdout] 538 | let src = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:539:24 [INFO] [stdout] | [INFO] [stdout] 539 | let size = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:540:33 [INFO] [stdout] | [INFO] [stdout] 540 | let memory_access = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:549:31 [INFO] [stdout] | [INFO] [stdout] 549 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:550:29 [INFO] [stdout] | [INFO] [stdout] 550 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:551:24 [INFO] [stdout] | [INFO] [stdout] 551 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:552:27 [INFO] [stdout] | [INFO] [stdout] 552 | let indices = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:561:31 [INFO] [stdout] | [INFO] [stdout] 561 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:562:29 [INFO] [stdout] | [INFO] [stdout] 562 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:563:24 [INFO] [stdout] | [INFO] [stdout] 563 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:564:27 [INFO] [stdout] | [INFO] [stdout] 564 | let indices = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:573:31 [INFO] [stdout] | [INFO] [stdout] 573 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:574:29 [INFO] [stdout] | [INFO] [stdout] 574 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:575:24 [INFO] [stdout] | [INFO] [stdout] 575 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:576:27 [INFO] [stdout] | [INFO] [stdout] 576 | let element = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:577:27 [INFO] [stdout] | [INFO] [stdout] 577 | let indices = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:587:31 [INFO] [stdout] | [INFO] [stdout] 587 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:588:29 [INFO] [stdout] | [INFO] [stdout] 588 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:589:23 [INFO] [stdout] | [INFO] [stdout] 589 | let obj = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:590:26 [INFO] [stdout] | [INFO] [stdout] 590 | let member = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:599:31 [INFO] [stdout] | [INFO] [stdout] 599 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:600:29 [INFO] [stdout] | [INFO] [stdout] 600 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:601:23 [INFO] [stdout] | [INFO] [stdout] 601 | let ptr = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:609:31 [INFO] [stdout] | [INFO] [stdout] 609 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:610:29 [INFO] [stdout] | [INFO] [stdout] 610 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:611:24 [INFO] [stdout] | [INFO] [stdout] 611 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:612:27 [INFO] [stdout] | [INFO] [stdout] 612 | let element = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:613:27 [INFO] [stdout] | [INFO] [stdout] 613 | let indices = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:623:31 [INFO] [stdout] | [INFO] [stdout] 623 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:624:29 [INFO] [stdout] | [INFO] [stdout] 624 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:625:36 [INFO] [stdout] | [INFO] [stdout] 625 | let function_control = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:626:25 [INFO] [stdout] | [INFO] [stdout] 626 | let fn_ty = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:635:31 [INFO] [stdout] | [INFO] [stdout] 635 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:636:29 [INFO] [stdout] | [INFO] [stdout] 636 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:644:31 [INFO] [stdout] | [INFO] [stdout] 644 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:645:29 [INFO] [stdout] | [INFO] [stdout] 645 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:646:24 [INFO] [stdout] | [INFO] [stdout] 646 | let func = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:647:24 [INFO] [stdout] | [INFO] [stdout] 647 | let args = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:656:31 [INFO] [stdout] | [INFO] [stdout] 656 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:657:29 [INFO] [stdout] | [INFO] [stdout] 657 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:658:25 [INFO] [stdout] | [INFO] [stdout] 658 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:659:27 [INFO] [stdout] | [INFO] [stdout] 659 | let sampler = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:668:31 [INFO] [stdout] | [INFO] [stdout] 668 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:669:29 [INFO] [stdout] | [INFO] [stdout] 669 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:670:25 [INFO] [stdout] | [INFO] [stdout] 670 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 388 | / def_bitset!(ImageOperands { [INFO] [stdout] 389 | | ImgOpBias = 0x01, [INFO] [stdout] 390 | | ImgOpLod = 0x02, [INFO] [stdout] 391 | | ImgOpGrad = 0x04, [INFO] [stdout] ... | [INFO] [stdout] 396 | | ImgOpMinLod = 0x80 [INFO] [stdout] 397 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:671:25 [INFO] [stdout] | [INFO] [stdout] 671 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 388 | / def_bitset!(ImageOperands { [INFO] [stdout] 389 | | ImgOpBias = 0x01, [INFO] [stdout] 390 | | ImgOpLod = 0x02, [INFO] [stdout] 391 | | ImgOpGrad = 0x04, [INFO] [stdout] ... | [INFO] [stdout] 396 | | ImgOpMinLod = 0x80 [INFO] [stdout] 397 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:672:34 [INFO] [stdout] | [INFO] [stdout] 672 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:682:31 [INFO] [stdout] | [INFO] [stdout] 682 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:683:29 [INFO] [stdout] | [INFO] [stdout] 683 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:684:25 [INFO] [stdout] | [INFO] [stdout] 684 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:685:25 [INFO] [stdout] | [INFO] [stdout] 685 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:686:34 [INFO] [stdout] | [INFO] [stdout] 686 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:696:31 [INFO] [stdout] | [INFO] [stdout] 696 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:697:29 [INFO] [stdout] | [INFO] [stdout] 697 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:698:25 [INFO] [stdout] | [INFO] [stdout] 698 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:699:25 [INFO] [stdout] | [INFO] [stdout] 699 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:700:25 [INFO] [stdout] | [INFO] [stdout] 700 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:701:34 [INFO] [stdout] | [INFO] [stdout] 701 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:712:31 [INFO] [stdout] | [INFO] [stdout] 712 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:713:29 [INFO] [stdout] | [INFO] [stdout] 713 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:714:25 [INFO] [stdout] | [INFO] [stdout] 714 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 388 | / def_bitset!(ImageOperands { [INFO] [stdout] 389 | | ImgOpBias = 0x01, [INFO] [stdout] 390 | | ImgOpLod = 0x02, [INFO] [stdout] 391 | | ImgOpGrad = 0x04, [INFO] [stdout] ... | [INFO] [stdout] 396 | | ImgOpMinLod = 0x80 [INFO] [stdout] 397 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:715:25 [INFO] [stdout] | [INFO] [stdout] 715 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | / def_bitset!(FPFastMathMode { [INFO] [stdout] 400 | | FastMathNotNaN = 0x01, [INFO] [stdout] 401 | | FastMathNotInf = 0x02, [INFO] [stdout] 402 | | FastMathNSZ = 0x04, [INFO] [stdout] 403 | | FastMathAllowRecip = 0x08, [INFO] [stdout] 404 | | FastMathFast = 0x10 [INFO] [stdout] 405 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | / def_bitset!(FPFastMathMode { [INFO] [stdout] 400 | | FastMathNotNaN = 0x01, [INFO] [stdout] 401 | | FastMathNotInf = 0x02, [INFO] [stdout] 402 | | FastMathNSZ = 0x04, [INFO] [stdout] 403 | | FastMathAllowRecip = 0x08, [INFO] [stdout] 404 | | FastMathFast = 0x10 [INFO] [stdout] 405 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:716:25 [INFO] [stdout] | [INFO] [stdout] 716 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:717:34 [INFO] [stdout] | [INFO] [stdout] 717 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:728:31 [INFO] [stdout] | [INFO] [stdout] 728 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:729:29 [INFO] [stdout] | [INFO] [stdout] 729 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | / def_bitset!(FPFastMathMode { [INFO] [stdout] 400 | | FastMathNotNaN = 0x01, [INFO] [stdout] 401 | | FastMathNotInf = 0x02, [INFO] [stdout] 402 | | FastMathNSZ = 0x04, [INFO] [stdout] 403 | | FastMathAllowRecip = 0x08, [INFO] [stdout] 404 | | FastMathFast = 0x10 [INFO] [stdout] 405 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:730:25 [INFO] [stdout] | [INFO] [stdout] 730 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:731:25 [INFO] [stdout] | [INFO] [stdout] 731 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:732:34 [INFO] [stdout] | [INFO] [stdout] 732 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:742:31 [INFO] [stdout] | [INFO] [stdout] 742 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:743:29 [INFO] [stdout] | [INFO] [stdout] 743 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:744:25 [INFO] [stdout] | [INFO] [stdout] 744 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:745:25 [INFO] [stdout] | [INFO] [stdout] 745 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:746:34 [INFO] [stdout] | [INFO] [stdout] 746 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:756:31 [INFO] [stdout] | [INFO] [stdout] 756 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / def_bitset!(SelectionControl { [INFO] [stdout] 527 | | SelCtlFlatten = 0x01, [INFO] [stdout] 528 | | SelCtlDontFlatten = 0x02 [INFO] [stdout] 529 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / def_bitset!(SelectionControl { [INFO] [stdout] 527 | | SelCtlFlatten = 0x01, [INFO] [stdout] 528 | | SelCtlDontFlatten = 0x02 [INFO] [stdout] 529 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 526 | / def_bitset!(SelectionControl { [INFO] [stdout] 527 | | SelCtlFlatten = 0x01, [INFO] [stdout] 528 | | SelCtlDontFlatten = 0x02 [INFO] [stdout] 529 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 531 | / def_bitset!(LoopControl { [INFO] [stdout] 532 | | LoopCtlUnroll = 0x01, [INFO] [stdout] 533 | | LoopCtlDontUnroll = 0x02 [INFO] [stdout] 534 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:757:29 [INFO] [stdout] | [INFO] [stdout] 757 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:758:25 [INFO] [stdout] | [INFO] [stdout] 758 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:759:25 [INFO] [stdout] | [INFO] [stdout] 759 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:760:25 [INFO] [stdout] | [INFO] [stdout] 760 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:761:34 [INFO] [stdout] | [INFO] [stdout] 761 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:772:31 [INFO] [stdout] | [INFO] [stdout] 772 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:773:29 [INFO] [stdout] | [INFO] [stdout] 773 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:774:25 [INFO] [stdout] | [INFO] [stdout] 774 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:775:25 [INFO] [stdout] | [INFO] [stdout] 775 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:776:25 [INFO] [stdout] | [INFO] [stdout] 776 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:777:34 [INFO] [stdout] | [INFO] [stdout] 777 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:788:31 [INFO] [stdout] | [INFO] [stdout] 788 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:789:29 [INFO] [stdout] | [INFO] [stdout] 789 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:790:25 [INFO] [stdout] | [INFO] [stdout] 790 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:791:25 [INFO] [stdout] | [INFO] [stdout] 791 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:792:34 [INFO] [stdout] | [INFO] [stdout] 792 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:802:31 [INFO] [stdout] | [INFO] [stdout] 802 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:803:29 [INFO] [stdout] | [INFO] [stdout] 803 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:804:25 [INFO] [stdout] | [INFO] [stdout] 804 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:805:25 [INFO] [stdout] | [INFO] [stdout] 805 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:806:29 [INFO] [stdout] | [INFO] [stdout] 806 | let component = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:807:34 [INFO] [stdout] | [INFO] [stdout] 807 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:818:31 [INFO] [stdout] | [INFO] [stdout] 818 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:819:29 [INFO] [stdout] | [INFO] [stdout] 819 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:820:25 [INFO] [stdout] | [INFO] [stdout] 820 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:821:25 [INFO] [stdout] | [INFO] [stdout] 821 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:822:25 [INFO] [stdout] | [INFO] [stdout] 822 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:823:34 [INFO] [stdout] | [INFO] [stdout] 823 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:834:31 [INFO] [stdout] | [INFO] [stdout] 834 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:835:29 [INFO] [stdout] | [INFO] [stdout] 835 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:836:25 [INFO] [stdout] | [INFO] [stdout] 836 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:837:25 [INFO] [stdout] | [INFO] [stdout] 837 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:838:34 [INFO] [stdout] | [INFO] [stdout] 838 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:848:25 [INFO] [stdout] | [INFO] [stdout] 848 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:849:25 [INFO] [stdout] | [INFO] [stdout] 849 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:850:25 [INFO] [stdout] | [INFO] [stdout] 850 | let texel = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:851:34 [INFO] [stdout] | [INFO] [stdout] 851 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:860:31 [INFO] [stdout] | [INFO] [stdout] 860 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:861:29 [INFO] [stdout] | [INFO] [stdout] 861 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:862:25 [INFO] [stdout] | [INFO] [stdout] 862 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:870:31 [INFO] [stdout] | [INFO] [stdout] 870 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:871:29 [INFO] [stdout] | [INFO] [stdout] 871 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:872:25 [INFO] [stdout] | [INFO] [stdout] 872 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:880:31 [INFO] [stdout] | [INFO] [stdout] 880 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:881:29 [INFO] [stdout] | [INFO] [stdout] 881 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:882:25 [INFO] [stdout] | [INFO] [stdout] 882 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:890:31 [INFO] [stdout] | [INFO] [stdout] 890 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:891:29 [INFO] [stdout] | [INFO] [stdout] 891 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:892:25 [INFO] [stdout] | [INFO] [stdout] 892 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:893:23 [INFO] [stdout] | [INFO] [stdout] 893 | let lod = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:902:31 [INFO] [stdout] | [INFO] [stdout] 902 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:903:29 [INFO] [stdout] | [INFO] [stdout] 903 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:904:25 [INFO] [stdout] | [INFO] [stdout] 904 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:912:31 [INFO] [stdout] | [INFO] [stdout] 912 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:913:29 [INFO] [stdout] | [INFO] [stdout] 913 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:914:25 [INFO] [stdout] | [INFO] [stdout] 914 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:915:25 [INFO] [stdout] | [INFO] [stdout] 915 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:924:31 [INFO] [stdout] | [INFO] [stdout] 924 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:925:29 [INFO] [stdout] | [INFO] [stdout] 925 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:926:25 [INFO] [stdout] | [INFO] [stdout] 926 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:934:31 [INFO] [stdout] | [INFO] [stdout] 934 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:935:29 [INFO] [stdout] | [INFO] [stdout] 935 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:936:25 [INFO] [stdout] | [INFO] [stdout] 936 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:944:31 [INFO] [stdout] | [INFO] [stdout] 944 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:945:29 [INFO] [stdout] | [INFO] [stdout] 945 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:946:25 [INFO] [stdout] | [INFO] [stdout] 946 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:947:25 [INFO] [stdout] | [INFO] [stdout] 947 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:948:34 [INFO] [stdout] | [INFO] [stdout] 948 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:958:31 [INFO] [stdout] | [INFO] [stdout] 958 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:959:29 [INFO] [stdout] | [INFO] [stdout] 959 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:960:25 [INFO] [stdout] | [INFO] [stdout] 960 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:961:25 [INFO] [stdout] | [INFO] [stdout] 961 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:962:34 [INFO] [stdout] | [INFO] [stdout] 962 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:972:31 [INFO] [stdout] | [INFO] [stdout] 972 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:973:29 [INFO] [stdout] | [INFO] [stdout] 973 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:974:25 [INFO] [stdout] | [INFO] [stdout] 974 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:975:25 [INFO] [stdout] | [INFO] [stdout] 975 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:976:25 [INFO] [stdout] | [INFO] [stdout] 976 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 531 | / def_bitset!(LoopControl { [INFO] [stdout] 532 | | LoopCtlUnroll = 0x01, [INFO] [stdout] 533 | | LoopCtlDontUnroll = 0x02 [INFO] [stdout] 534 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:977:34 [INFO] [stdout] | [INFO] [stdout] 977 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:988:31 [INFO] [stdout] | [INFO] [stdout] 988 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 531 | / def_bitset!(LoopControl { [INFO] [stdout] 532 | | LoopCtlUnroll = 0x01, [INFO] [stdout] 533 | | LoopCtlDontUnroll = 0x02 [INFO] [stdout] 534 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:989:29 [INFO] [stdout] | [INFO] [stdout] 989 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:990:25 [INFO] [stdout] | [INFO] [stdout] 990 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:991:25 [INFO] [stdout] | [INFO] [stdout] 991 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:992:25 [INFO] [stdout] | [INFO] [stdout] 992 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 536 | / def_bitset!(FunctionControl { [INFO] [stdout] 537 | | FnCtlInline = 0x01, [INFO] [stdout] 538 | | FnCtlDontInline = 0x02, [INFO] [stdout] 539 | | FnCtlPure = 0x04, [INFO] [stdout] 540 | | FnCtlConst = 0x08 [INFO] [stdout] 541 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:993:34 [INFO] [stdout] | [INFO] [stdout] 993 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1004:31 [INFO] [stdout] | [INFO] [stdout] 1004 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1005:29 [INFO] [stdout] | [INFO] [stdout] 1005 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1006:25 [INFO] [stdout] | [INFO] [stdout] 1006 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1007:25 [INFO] [stdout] | [INFO] [stdout] 1007 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 536 | / def_bitset!(FunctionControl { [INFO] [stdout] 537 | | FnCtlInline = 0x01, [INFO] [stdout] 538 | | FnCtlDontInline = 0x02, [INFO] [stdout] 539 | | FnCtlPure = 0x04, [INFO] [stdout] 540 | | FnCtlConst = 0x08 [INFO] [stdout] 541 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1008:34 [INFO] [stdout] | [INFO] [stdout] 1008 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1018:31 [INFO] [stdout] | [INFO] [stdout] 1018 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1019:29 [INFO] [stdout] | [INFO] [stdout] 1019 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1020:25 [INFO] [stdout] | [INFO] [stdout] 1020 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1021:25 [INFO] [stdout] | [INFO] [stdout] 1021 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1022:29 [INFO] [stdout] | [INFO] [stdout] 1022 | let component = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 536 | / def_bitset!(FunctionControl { [INFO] [stdout] 537 | | FnCtlInline = 0x01, [INFO] [stdout] 538 | | FnCtlDontInline = 0x02, [INFO] [stdout] 539 | | FnCtlPure = 0x04, [INFO] [stdout] 540 | | FnCtlConst = 0x08 [INFO] [stdout] 541 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1023:34 [INFO] [stdout] | [INFO] [stdout] 1023 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1034:31 [INFO] [stdout] | [INFO] [stdout] 1034 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1035:29 [INFO] [stdout] | [INFO] [stdout] 1035 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1036:25 [INFO] [stdout] | [INFO] [stdout] 1036 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1037:25 [INFO] [stdout] | [INFO] [stdout] 1037 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1038:25 [INFO] [stdout] | [INFO] [stdout] 1038 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1039:34 [INFO] [stdout] | [INFO] [stdout] 1039 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1050:31 [INFO] [stdout] | [INFO] [stdout] 1050 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 543 | / def_bitset!(MemoryOrdering { [INFO] [stdout] 544 | | MemOrdAcquire = 0x002, [INFO] [stdout] 545 | | MemOrdRelease = 0x004, [INFO] [stdout] 546 | | MemOrdAcquireRelease = 0x008, [INFO] [stdout] ... | [INFO] [stdout] 553 | | MemOrdImageMemory = 0x800 [INFO] [stdout] 554 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1051:29 [INFO] [stdout] | [INFO] [stdout] 1051 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1052:33 [INFO] [stdout] | [INFO] [stdout] 1052 | let resident_code = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1060:31 [INFO] [stdout] | [INFO] [stdout] 1060 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1061:29 [INFO] [stdout] | [INFO] [stdout] 1061 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1062:25 [INFO] [stdout] | [INFO] [stdout] 1062 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1063:25 [INFO] [stdout] | [INFO] [stdout] 1063 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1064:34 [INFO] [stdout] | [INFO] [stdout] 1064 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 543 | / def_bitset!(MemoryOrdering { [INFO] [stdout] 544 | | MemOrdAcquire = 0x002, [INFO] [stdout] 545 | | MemOrdRelease = 0x004, [INFO] [stdout] 546 | | MemOrdAcquireRelease = 0x008, [INFO] [stdout] ... | [INFO] [stdout] 553 | | MemOrdImageMemory = 0x800 [INFO] [stdout] 554 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1074:31 [INFO] [stdout] | [INFO] [stdout] 1074 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1075:29 [INFO] [stdout] | [INFO] [stdout] 1075 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1076:28 [INFO] [stdout] | [INFO] [stdout] 1076 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1084:31 [INFO] [stdout] | [INFO] [stdout] 1084 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1085:29 [INFO] [stdout] | [INFO] [stdout] 1085 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1086:28 [INFO] [stdout] | [INFO] [stdout] 1086 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1094:31 [INFO] [stdout] | [INFO] [stdout] 1094 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1095:29 [INFO] [stdout] | [INFO] [stdout] 1095 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1096:28 [INFO] [stdout] | [INFO] [stdout] 1096 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1104:31 [INFO] [stdout] | [INFO] [stdout] 1104 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1105:29 [INFO] [stdout] | [INFO] [stdout] 1105 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1106:28 [INFO] [stdout] | [INFO] [stdout] 1106 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1114:31 [INFO] [stdout] | [INFO] [stdout] 1114 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 543 | / def_bitset!(MemoryOrdering { [INFO] [stdout] 544 | | MemOrdAcquire = 0x002, [INFO] [stdout] 545 | | MemOrdRelease = 0x004, [INFO] [stdout] 546 | | MemOrdAcquireRelease = 0x008, [INFO] [stdout] ... | [INFO] [stdout] 553 | | MemOrdImageMemory = 0x800 [INFO] [stdout] 554 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1115:29 [INFO] [stdout] | [INFO] [stdout] 1115 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1116:28 [INFO] [stdout] | [INFO] [stdout] 1116 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1124:31 [INFO] [stdout] | [INFO] [stdout] 1124 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1125:29 [INFO] [stdout] | [INFO] [stdout] 1125 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 556 | / def_bitset!(MemoryAccess { [INFO] [stdout] 557 | | MemAccVolatile = 0x01, [INFO] [stdout] 558 | | MemAccAligned = 0x02, [INFO] [stdout] 559 | | MemAccNontemporal = 0x04 [INFO] [stdout] 560 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 556 | / def_bitset!(MemoryAccess { [INFO] [stdout] 557 | | MemAccVolatile = 0x01, [INFO] [stdout] 558 | | MemAccAligned = 0x02, [INFO] [stdout] 559 | | MemAccNontemporal = 0x04 [INFO] [stdout] 560 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 556 | / def_bitset!(MemoryAccess { [INFO] [stdout] 557 | | MemAccVolatile = 0x01, [INFO] [stdout] 558 | | MemAccAligned = 0x02, [INFO] [stdout] 559 | | MemAccNontemporal = 0x04 [INFO] [stdout] 560 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1126:28 [INFO] [stdout] | [INFO] [stdout] 1126 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1134:31 [INFO] [stdout] | [INFO] [stdout] 1134 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1135:29 [INFO] [stdout] | [INFO] [stdout] 1135 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1136:28 [INFO] [stdout] | [INFO] [stdout] 1136 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1144:31 [INFO] [stdout] | [INFO] [stdout] 1144 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1145:29 [INFO] [stdout] | [INFO] [stdout] 1145 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1146:28 [INFO] [stdout] | [INFO] [stdout] 1146 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1154:31 [INFO] [stdout] | [INFO] [stdout] 1154 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1155:29 [INFO] [stdout] | [INFO] [stdout] 1155 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1156:28 [INFO] [stdout] | [INFO] [stdout] 1156 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1164:31 [INFO] [stdout] | [INFO] [stdout] 1164 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1165:29 [INFO] [stdout] | [INFO] [stdout] 1165 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1166:28 [INFO] [stdout] | [INFO] [stdout] 1166 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1174:31 [INFO] [stdout] | [INFO] [stdout] 1174 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1175:29 [INFO] [stdout] | [INFO] [stdout] 1175 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1176:28 [INFO] [stdout] | [INFO] [stdout] 1176 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1184:31 [INFO] [stdout] | [INFO] [stdout] 1184 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1185:29 [INFO] [stdout] | [INFO] [stdout] 1185 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1186:28 [INFO] [stdout] | [INFO] [stdout] 1186 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1194:31 [INFO] [stdout] | [INFO] [stdout] 1194 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1195:29 [INFO] [stdout] | [INFO] [stdout] 1195 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1196:28 [INFO] [stdout] | [INFO] [stdout] 1196 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1204:31 [INFO] [stdout] | [INFO] [stdout] 1204 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1205:29 [INFO] [stdout] | [INFO] [stdout] 1205 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1206:28 [INFO] [stdout] | [INFO] [stdout] 1206 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1214:31 [INFO] [stdout] | [INFO] [stdout] 1214 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1215:29 [INFO] [stdout] | [INFO] [stdout] 1215 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1216:28 [INFO] [stdout] | [INFO] [stdout] 1216 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1217:33 [INFO] [stdout] | [INFO] [stdout] 1217 | let storage_class = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1226:31 [INFO] [stdout] | [INFO] [stdout] 1226 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1227:29 [INFO] [stdout] | [INFO] [stdout] 1227 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1228:28 [INFO] [stdout] | [INFO] [stdout] 1228 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1236:31 [INFO] [stdout] | [INFO] [stdout] 1236 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1237:29 [INFO] [stdout] | [INFO] [stdout] 1237 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1238:26 [INFO] [stdout] | [INFO] [stdout] 1238 | let vector = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1239:25 [INFO] [stdout] | [INFO] [stdout] 1239 | let index = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1248:31 [INFO] [stdout] | [INFO] [stdout] 1248 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1249:29 [INFO] [stdout] | [INFO] [stdout] 1249 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1250:26 [INFO] [stdout] | [INFO] [stdout] 1250 | let vector = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1251:29 [INFO] [stdout] | [INFO] [stdout] 1251 | let component = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1252:25 [INFO] [stdout] | [INFO] [stdout] 1252 | let index = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1262:31 [INFO] [stdout] | [INFO] [stdout] 1262 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1263:29 [INFO] [stdout] | [INFO] [stdout] 1263 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1264:28 [INFO] [stdout] | [INFO] [stdout] 1264 | let vector_1 = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1265:28 [INFO] [stdout] | [INFO] [stdout] 1265 | let vector_2 = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1266:30 [INFO] [stdout] | [INFO] [stdout] 1266 | let components = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1276:31 [INFO] [stdout] | [INFO] [stdout] 1276 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1277:29 [INFO] [stdout] | [INFO] [stdout] 1277 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1278:26 [INFO] [stdout] | [INFO] [stdout] 1278 | let fields = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1286:31 [INFO] [stdout] | [INFO] [stdout] 1286 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1287:29 [INFO] [stdout] | [INFO] [stdout] 1287 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1288:23 [INFO] [stdout] | [INFO] [stdout] 1288 | let obj = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1289:27 [INFO] [stdout] | [INFO] [stdout] 1289 | let indices = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1298:31 [INFO] [stdout] | [INFO] [stdout] 1298 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1299:29 [INFO] [stdout] | [INFO] [stdout] 1299 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1300:23 [INFO] [stdout] | [INFO] [stdout] 1300 | let obj = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1301:29 [INFO] [stdout] | [INFO] [stdout] 1301 | let composite = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1302:27 [INFO] [stdout] | [INFO] [stdout] 1302 | let indices = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1312:31 [INFO] [stdout] | [INFO] [stdout] 1312 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1313:29 [INFO] [stdout] | [INFO] [stdout] 1313 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1314:28 [INFO] [stdout] | [INFO] [stdout] 1314 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1322:31 [INFO] [stdout] | [INFO] [stdout] 1322 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1323:29 [INFO] [stdout] | [INFO] [stdout] 1323 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1324:28 [INFO] [stdout] | [INFO] [stdout] 1324 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1332:31 [INFO] [stdout] | [INFO] [stdout] 1332 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1333:29 [INFO] [stdout] | [INFO] [stdout] 1333 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1334:28 [INFO] [stdout] | [INFO] [stdout] 1334 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | try!(f.write_str(concat!(stringify!($setname), "{"))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 582 | / def_bitset!(KernelProfilingInfo { [INFO] [stdout] 583 | | ProfInfoCmdExecTime = 0x01 [INFO] [stdout] 584 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1342:31 [INFO] [stdout] | [INFO] [stdout] 1342 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1343:29 [INFO] [stdout] | [INFO] [stdout] 1343 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1344:28 [INFO] [stdout] | [INFO] [stdout] 1344 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1352:31 [INFO] [stdout] | [INFO] [stdout] 1352 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1353:29 [INFO] [stdout] | [INFO] [stdout] 1353 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | try!(f.write_str(" | ")); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 582 | / def_bitset!(KernelProfilingInfo { [INFO] [stdout] 583 | | ProfInfoCmdExecTime = 0x01 [INFO] [stdout] 584 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1354:23 [INFO] [stdout] | [INFO] [stdout] 1354 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1355:23 [INFO] [stdout] | [INFO] [stdout] 1355 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1364:31 [INFO] [stdout] | [INFO] [stdout] 1364 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1365:29 [INFO] [stdout] | [INFO] [stdout] 1365 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1366:23 [INFO] [stdout] | [INFO] [stdout] 1366 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1367:23 [INFO] [stdout] | [INFO] [stdout] 1367 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1376:31 [INFO] [stdout] | [INFO] [stdout] 1376 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1377:29 [INFO] [stdout] | [INFO] [stdout] 1377 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1378:23 [INFO] [stdout] | [INFO] [stdout] 1378 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1379:23 [INFO] [stdout] | [INFO] [stdout] 1379 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/desc.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 188 | try!(f.write_str(stringify!($name))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 582 | / def_bitset!(KernelProfilingInfo { [INFO] [stdout] 583 | | ProfInfoCmdExecTime = 0x01 [INFO] [stdout] 584 | | }); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1388:31 [INFO] [stdout] | [INFO] [stdout] 1388 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1389:29 [INFO] [stdout] | [INFO] [stdout] 1389 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1390:23 [INFO] [stdout] | [INFO] [stdout] 1390 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1391:23 [INFO] [stdout] | [INFO] [stdout] 1391 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1400:31 [INFO] [stdout] | [INFO] [stdout] 1400 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1401:29 [INFO] [stdout] | [INFO] [stdout] 1401 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1402:23 [INFO] [stdout] | [INFO] [stdout] 1402 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1403:23 [INFO] [stdout] | [INFO] [stdout] 1403 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1412:31 [INFO] [stdout] | [INFO] [stdout] 1412 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1413:29 [INFO] [stdout] | [INFO] [stdout] 1413 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1414:23 [INFO] [stdout] | [INFO] [stdout] 1414 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1415:23 [INFO] [stdout] | [INFO] [stdout] 1415 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1424:31 [INFO] [stdout] | [INFO] [stdout] 1424 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1425:29 [INFO] [stdout] | [INFO] [stdout] 1425 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1426:23 [INFO] [stdout] | [INFO] [stdout] 1426 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1427:23 [INFO] [stdout] | [INFO] [stdout] 1427 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1436:31 [INFO] [stdout] | [INFO] [stdout] 1436 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1437:29 [INFO] [stdout] | [INFO] [stdout] 1437 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1438:23 [INFO] [stdout] | [INFO] [stdout] 1438 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1439:23 [INFO] [stdout] | [INFO] [stdout] 1439 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1448:31 [INFO] [stdout] | [INFO] [stdout] 1448 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1449:29 [INFO] [stdout] | [INFO] [stdout] 1449 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1450:23 [INFO] [stdout] | [INFO] [stdout] 1450 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1451:23 [INFO] [stdout] | [INFO] [stdout] 1451 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1460:31 [INFO] [stdout] | [INFO] [stdout] 1460 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1461:29 [INFO] [stdout] | [INFO] [stdout] 1461 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1462:23 [INFO] [stdout] | [INFO] [stdout] 1462 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1463:23 [INFO] [stdout] | [INFO] [stdout] 1463 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1472:31 [INFO] [stdout] | [INFO] [stdout] 1472 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1473:29 [INFO] [stdout] | [INFO] [stdout] 1473 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1474:23 [INFO] [stdout] | [INFO] [stdout] 1474 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1475:23 [INFO] [stdout] | [INFO] [stdout] 1475 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1484:31 [INFO] [stdout] | [INFO] [stdout] 1484 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1485:29 [INFO] [stdout] | [INFO] [stdout] 1485 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1486:23 [INFO] [stdout] | [INFO] [stdout] 1486 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1487:23 [INFO] [stdout] | [INFO] [stdout] 1487 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1496:31 [INFO] [stdout] | [INFO] [stdout] 1496 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1497:29 [INFO] [stdout] | [INFO] [stdout] 1497 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1498:23 [INFO] [stdout] | [INFO] [stdout] 1498 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1499:23 [INFO] [stdout] | [INFO] [stdout] 1499 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1508:31 [INFO] [stdout] | [INFO] [stdout] 1508 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1509:29 [INFO] [stdout] | [INFO] [stdout] 1509 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1510:23 [INFO] [stdout] | [INFO] [stdout] 1510 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1511:23 [INFO] [stdout] | [INFO] [stdout] 1511 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1520:31 [INFO] [stdout] | [INFO] [stdout] 1520 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1521:29 [INFO] [stdout] | [INFO] [stdout] 1521 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1522:26 [INFO] [stdout] | [INFO] [stdout] 1522 | let vector = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1523:26 [INFO] [stdout] | [INFO] [stdout] 1523 | let scalar = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1532:31 [INFO] [stdout] | [INFO] [stdout] 1532 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1533:29 [INFO] [stdout] | [INFO] [stdout] 1533 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1534:26 [INFO] [stdout] | [INFO] [stdout] 1534 | let matrix = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1535:26 [INFO] [stdout] | [INFO] [stdout] 1535 | let scalar = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1544:31 [INFO] [stdout] | [INFO] [stdout] 1544 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1545:29 [INFO] [stdout] | [INFO] [stdout] 1545 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1546:26 [INFO] [stdout] | [INFO] [stdout] 1546 | let vector = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1547:26 [INFO] [stdout] | [INFO] [stdout] 1547 | let matrix = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1556:31 [INFO] [stdout] | [INFO] [stdout] 1556 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1557:29 [INFO] [stdout] | [INFO] [stdout] 1557 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1558:26 [INFO] [stdout] | [INFO] [stdout] 1558 | let matrix = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1559:26 [INFO] [stdout] | [INFO] [stdout] 1559 | let vector = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1568:31 [INFO] [stdout] | [INFO] [stdout] 1568 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1569:29 [INFO] [stdout] | [INFO] [stdout] 1569 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1570:23 [INFO] [stdout] | [INFO] [stdout] 1570 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1571:23 [INFO] [stdout] | [INFO] [stdout] 1571 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1580:31 [INFO] [stdout] | [INFO] [stdout] 1580 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1581:29 [INFO] [stdout] | [INFO] [stdout] 1581 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1582:23 [INFO] [stdout] | [INFO] [stdout] 1582 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1583:23 [INFO] [stdout] | [INFO] [stdout] 1583 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1592:31 [INFO] [stdout] | [INFO] [stdout] 1592 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1593:29 [INFO] [stdout] | [INFO] [stdout] 1593 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1594:23 [INFO] [stdout] | [INFO] [stdout] 1594 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1595:23 [INFO] [stdout] | [INFO] [stdout] 1595 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1604:31 [INFO] [stdout] | [INFO] [stdout] 1604 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1605:29 [INFO] [stdout] | [INFO] [stdout] 1605 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1606:23 [INFO] [stdout] | [INFO] [stdout] 1606 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1607:23 [INFO] [stdout] | [INFO] [stdout] 1607 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1616:31 [INFO] [stdout] | [INFO] [stdout] 1616 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1617:29 [INFO] [stdout] | [INFO] [stdout] 1617 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1618:23 [INFO] [stdout] | [INFO] [stdout] 1618 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1619:23 [INFO] [stdout] | [INFO] [stdout] 1619 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1628:31 [INFO] [stdout] | [INFO] [stdout] 1628 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1629:29 [INFO] [stdout] | [INFO] [stdout] 1629 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1630:23 [INFO] [stdout] | [INFO] [stdout] 1630 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1631:23 [INFO] [stdout] | [INFO] [stdout] 1631 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1640:31 [INFO] [stdout] | [INFO] [stdout] 1640 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1641:29 [INFO] [stdout] | [INFO] [stdout] 1641 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1642:23 [INFO] [stdout] | [INFO] [stdout] 1642 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1643:23 [INFO] [stdout] | [INFO] [stdout] 1643 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1652:31 [INFO] [stdout] | [INFO] [stdout] 1652 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1653:29 [INFO] [stdout] | [INFO] [stdout] 1653 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1654:24 [INFO] [stdout] | [INFO] [stdout] 1654 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1655:25 [INFO] [stdout] | [INFO] [stdout] 1655 | let shift = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1664:31 [INFO] [stdout] | [INFO] [stdout] 1664 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1665:29 [INFO] [stdout] | [INFO] [stdout] 1665 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1666:24 [INFO] [stdout] | [INFO] [stdout] 1666 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:11:31 [INFO] [stdout] | [INFO] [stdout] 11 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | let src = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | let src_lang = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:26:27 [INFO] [stdout] | [INFO] [stdout] 26 | let version = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | file = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | let src = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:41:29 [INFO] [stdout] | [INFO] [stdout] 41 | let extension = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | let id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1667:25 [INFO] [stdout] | [INFO] [stdout] 1667 | let shift = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1676:31 [INFO] [stdout] | [INFO] [stdout] 1676 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | let type_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:56:26 [INFO] [stdout] | [INFO] [stdout] 56 | let member = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1677:29 [INFO] [stdout] | [INFO] [stdout] 1677 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1678:24 [INFO] [stdout] | [INFO] [stdout] 1678 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1679:25 [INFO] [stdout] | [INFO] [stdout] 1679 | let shift = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1688:31 [INFO] [stdout] | [INFO] [stdout] 1688 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1689:29 [INFO] [stdout] | [INFO] [stdout] 1689 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1690:23 [INFO] [stdout] | [INFO] [stdout] 1690 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1691:23 [INFO] [stdout] | [INFO] [stdout] 1691 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:66:26 [INFO] [stdout] | [INFO] [stdout] 66 | let string = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:73:24 [INFO] [stdout] | [INFO] [stdout] 73 | let file = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | let line = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | let col = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:84:26 [INFO] [stdout] | [INFO] [stdout] 84 | let target = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | let decoration = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1700:31 [INFO] [stdout] | [INFO] [stdout] 1700 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:92:26 [INFO] [stdout] | [INFO] [stdout] 92 | let target = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1701:29 [INFO] [stdout] | [INFO] [stdout] 1701 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1702:23 [INFO] [stdout] | [INFO] [stdout] 1702 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | let member = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1703:23 [INFO] [stdout] | [INFO] [stdout] 1703 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1712:31 [INFO] [stdout] | [INFO] [stdout] 1712 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1713:29 [INFO] [stdout] | [INFO] [stdout] 1713 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:94:30 [INFO] [stdout] | [INFO] [stdout] 94 | let decoration = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1714:23 [INFO] [stdout] | [INFO] [stdout] 1714 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1715:23 [INFO] [stdout] | [INFO] [stdout] 1715 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:102:29 [INFO] [stdout] | [INFO] [stdout] 102 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1724:31 [INFO] [stdout] | [INFO] [stdout] 1724 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1725:29 [INFO] [stdout] | [INFO] [stdout] 1725 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1726:28 [INFO] [stdout] | [INFO] [stdout] 1726 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:108:23 [INFO] [stdout] | [INFO] [stdout] 108 | let grp = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1734:31 [INFO] [stdout] | [INFO] [stdout] 1734 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1735:29 [INFO] [stdout] | [INFO] [stdout] 1735 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:109:27 [INFO] [stdout] | [INFO] [stdout] 109 | let targets = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1736:24 [INFO] [stdout] | [INFO] [stdout] 1736 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1737:26 [INFO] [stdout] | [INFO] [stdout] 1737 | let insert = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:116:23 [INFO] [stdout] | [INFO] [stdout] 116 | let grp = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1738:26 [INFO] [stdout] | [INFO] [stdout] 1738 | let offset = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1739:25 [INFO] [stdout] | [INFO] [stdout] 1739 | let count = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1750:31 [INFO] [stdout] | [INFO] [stdout] 1750 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:120:21 [INFO] [stdout] | [INFO] [stdout] 120 | try!(p.parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1751:29 [INFO] [stdout] | [INFO] [stdout] 1751 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1752:24 [INFO] [stdout] | [INFO] [stdout] 1752 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | try!(p.parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1753:26 [INFO] [stdout] | [INFO] [stdout] 1753 | let offset = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1754:25 [INFO] [stdout] | [INFO] [stdout] 1754 | let count = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1764:31 [INFO] [stdout] | [INFO] [stdout] 1764 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:131:24 [INFO] [stdout] | [INFO] [stdout] 131 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1765:29 [INFO] [stdout] | [INFO] [stdout] 1765 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1766:24 [INFO] [stdout] | [INFO] [stdout] 1766 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:137:29 [INFO] [stdout] | [INFO] [stdout] 137 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1767:26 [INFO] [stdout] | [INFO] [stdout] 1767 | let offset = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1768:25 [INFO] [stdout] | [INFO] [stdout] 1768 | let count = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:138:24 [INFO] [stdout] | [INFO] [stdout] 138 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1778:31 [INFO] [stdout] | [INFO] [stdout] 1778 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1779:29 [INFO] [stdout] | [INFO] [stdout] 1779 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1780:24 [INFO] [stdout] | [INFO] [stdout] 1780 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:145:31 [INFO] [stdout] | [INFO] [stdout] 145 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1788:31 [INFO] [stdout] | [INFO] [stdout] 1788 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1789:29 [INFO] [stdout] | [INFO] [stdout] 1789 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:146:29 [INFO] [stdout] | [INFO] [stdout] 146 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1790:24 [INFO] [stdout] | [INFO] [stdout] 1790 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1798:31 [INFO] [stdout] | [INFO] [stdout] 1798 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1799:29 [INFO] [stdout] | [INFO] [stdout] 1799 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:147:23 [INFO] [stdout] | [INFO] [stdout] 147 | let set = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1800:28 [INFO] [stdout] | [INFO] [stdout] 1800 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1808:31 [INFO] [stdout] | [INFO] [stdout] 1808 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:148:31 [INFO] [stdout] | [INFO] [stdout] 148 | let instruction = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1809:29 [INFO] [stdout] | [INFO] [stdout] 1809 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1810:28 [INFO] [stdout] | [INFO] [stdout] 1810 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:149:28 [INFO] [stdout] | [INFO] [stdout] 149 | let operands = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1818:31 [INFO] [stdout] | [INFO] [stdout] 1818 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1819:29 [INFO] [stdout] | [INFO] [stdout] 1819 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1820:28 [INFO] [stdout] | [INFO] [stdout] 1820 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:159:36 [INFO] [stdout] | [INFO] [stdout] 159 | let addressing_model = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1828:31 [INFO] [stdout] | [INFO] [stdout] 1828 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1829:29 [INFO] [stdout] | [INFO] [stdout] 1829 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:160:32 [INFO] [stdout] | [INFO] [stdout] 160 | let memory_model = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1830:28 [INFO] [stdout] | [INFO] [stdout] 1830 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1838:31 [INFO] [stdout] | [INFO] [stdout] 1838 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1839:29 [INFO] [stdout] | [INFO] [stdout] 1839 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:167:35 [INFO] [stdout] | [INFO] [stdout] 167 | let execution_model = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1840:28 [INFO] [stdout] | [INFO] [stdout] 1840 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1848:31 [INFO] [stdout] | [INFO] [stdout] 1848 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:168:24 [INFO] [stdout] | [INFO] [stdout] 168 | let func = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1849:29 [INFO] [stdout] | [INFO] [stdout] 1849 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1850:28 [INFO] [stdout] | [INFO] [stdout] 1850 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:169:24 [INFO] [stdout] | [INFO] [stdout] 169 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1858:31 [INFO] [stdout] | [INFO] [stdout] 1858 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1859:29 [INFO] [stdout] | [INFO] [stdout] 1859 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1860:28 [INFO] [stdout] | [INFO] [stdout] 1860 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:170:29 [INFO] [stdout] | [INFO] [stdout] 170 | let interface = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1868:31 [INFO] [stdout] | [INFO] [stdout] 1868 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1869:29 [INFO] [stdout] | [INFO] [stdout] 1869 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1870:21 [INFO] [stdout] | [INFO] [stdout] 1870 | let x = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1871:21 [INFO] [stdout] | [INFO] [stdout] 1871 | let y = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1880:31 [INFO] [stdout] | [INFO] [stdout] 1880 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1881:29 [INFO] [stdout] | [INFO] [stdout] 1881 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1882:21 [INFO] [stdout] | [INFO] [stdout] 1882 | let x = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1883:21 [INFO] [stdout] | [INFO] [stdout] 1883 | let y = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1892:31 [INFO] [stdout] | [INFO] [stdout] 1892 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1893:29 [INFO] [stdout] | [INFO] [stdout] 1893 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1894:21 [INFO] [stdout] | [INFO] [stdout] 1894 | let x = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1895:21 [INFO] [stdout] | [INFO] [stdout] 1895 | let y = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1904:31 [INFO] [stdout] | [INFO] [stdout] 1904 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1905:29 [INFO] [stdout] | [INFO] [stdout] 1905 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1906:23 [INFO] [stdout] | [INFO] [stdout] 1906 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1907:23 [INFO] [stdout] | [INFO] [stdout] 1907 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1916:31 [INFO] [stdout] | [INFO] [stdout] 1916 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:179:34 [INFO] [stdout] | [INFO] [stdout] 179 | let execution_mode = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:185:30 [INFO] [stdout] | [INFO] [stdout] 185 | let capability = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:191:31 [INFO] [stdout] | [INFO] [stdout] 191 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:197:31 [INFO] [stdout] | [INFO] [stdout] 197 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:203:31 [INFO] [stdout] | [INFO] [stdout] 203 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:204:25 [INFO] [stdout] | [INFO] [stdout] 204 | let width = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:205:26 [INFO] [stdout] | [INFO] [stdout] 205 | let signed = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:213:31 [INFO] [stdout] | [INFO] [stdout] 213 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:214:25 [INFO] [stdout] | [INFO] [stdout] 214 | let width = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:221:31 [INFO] [stdout] | [INFO] [stdout] 221 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:222:27 [INFO] [stdout] | [INFO] [stdout] 222 | let type_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:223:23 [INFO] [stdout] | [INFO] [stdout] 223 | let len = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:231:31 [INFO] [stdout] | [INFO] [stdout] 231 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:232:27 [INFO] [stdout] | [INFO] [stdout] 232 | let type_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:233:24 [INFO] [stdout] | [INFO] [stdout] 233 | let cols = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:241:31 [INFO] [stdout] | [INFO] [stdout] 241 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:242:27 [INFO] [stdout] | [INFO] [stdout] 242 | let type_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:243:23 [INFO] [stdout] | [INFO] [stdout] 243 | let dim = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:244:25 [INFO] [stdout] | [INFO] [stdout] 244 | let depth = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:245:27 [INFO] [stdout] | [INFO] [stdout] 245 | let arrayed = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:246:32 [INFO] [stdout] | [INFO] [stdout] 246 | let multisampled = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:247:27 [INFO] [stdout] | [INFO] [stdout] 247 | let sampled = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:248:32 [INFO] [stdout] | [INFO] [stdout] 248 | let image_format = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:249:36 [INFO] [stdout] | [INFO] [stdout] 249 | let access_qualifier = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:263:31 [INFO] [stdout] | [INFO] [stdout] 263 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:269:31 [INFO] [stdout] | [INFO] [stdout] 269 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:270:25 [INFO] [stdout] | [INFO] [stdout] 270 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:277:31 [INFO] [stdout] | [INFO] [stdout] 277 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:278:27 [INFO] [stdout] | [INFO] [stdout] 278 | let element = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:279:23 [INFO] [stdout] | [INFO] [stdout] 279 | let len = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:287:31 [INFO] [stdout] | [INFO] [stdout] 287 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:288:27 [INFO] [stdout] | [INFO] [stdout] 288 | let element = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:295:31 [INFO] [stdout] | [INFO] [stdout] 295 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:296:26 [INFO] [stdout] | [INFO] [stdout] 296 | let fields = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:303:31 [INFO] [stdout] | [INFO] [stdout] 303 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:304:24 [INFO] [stdout] | [INFO] [stdout] 304 | let name = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:311:31 [INFO] [stdout] | [INFO] [stdout] 311 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:312:33 [INFO] [stdout] | [INFO] [stdout] 312 | let storage_class = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:313:27 [INFO] [stdout] | [INFO] [stdout] 313 | let pointee = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:321:31 [INFO] [stdout] | [INFO] [stdout] 321 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:322:29 [INFO] [stdout] | [INFO] [stdout] 322 | let return_ty = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:323:26 [INFO] [stdout] | [INFO] [stdout] 323 | let params = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:331:31 [INFO] [stdout] | [INFO] [stdout] 331 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:337:31 [INFO] [stdout] | [INFO] [stdout] 337 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:343:31 [INFO] [stdout] | [INFO] [stdout] 343 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:349:31 [INFO] [stdout] | [INFO] [stdout] 349 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:355:31 [INFO] [stdout] | [INFO] [stdout] 355 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:361:27 [INFO] [stdout] | [INFO] [stdout] 361 | let type_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:362:33 [INFO] [stdout] | [INFO] [stdout] 362 | let storage_class = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:369:31 [INFO] [stdout] | [INFO] [stdout] 369 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:370:29 [INFO] [stdout] | [INFO] [stdout] 370 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:377:31 [INFO] [stdout] | [INFO] [stdout] 377 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:378:29 [INFO] [stdout] | [INFO] [stdout] 378 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:385:31 [INFO] [stdout] | [INFO] [stdout] 385 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:386:29 [INFO] [stdout] | [INFO] [stdout] 386 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:387:23 [INFO] [stdout] | [INFO] [stdout] 387 | let val = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:395:31 [INFO] [stdout] | [INFO] [stdout] 395 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:396:29 [INFO] [stdout] | [INFO] [stdout] 396 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:397:24 [INFO] [stdout] | [INFO] [stdout] 397 | let flds = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:405:31 [INFO] [stdout] | [INFO] [stdout] 405 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:406:29 [INFO] [stdout] | [INFO] [stdout] 406 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:407:43 [INFO] [stdout] | [INFO] [stdout] 407 | let sampler_addressing_mode = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:408:30 [INFO] [stdout] | [INFO] [stdout] 408 | let normalized = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:409:39 [INFO] [stdout] | [INFO] [stdout] 409 | let sampler_filter_mode = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:419:31 [INFO] [stdout] | [INFO] [stdout] 419 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:420:29 [INFO] [stdout] | [INFO] [stdout] 420 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:427:31 [INFO] [stdout] | [INFO] [stdout] 427 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:428:29 [INFO] [stdout] | [INFO] [stdout] 428 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:435:31 [INFO] [stdout] | [INFO] [stdout] 435 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:436:29 [INFO] [stdout] | [INFO] [stdout] 436 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:443:31 [INFO] [stdout] | [INFO] [stdout] 443 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:444:29 [INFO] [stdout] | [INFO] [stdout] 444 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:445:23 [INFO] [stdout] | [INFO] [stdout] 445 | let val = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:453:31 [INFO] [stdout] | [INFO] [stdout] 453 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:454:29 [INFO] [stdout] | [INFO] [stdout] 454 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:455:24 [INFO] [stdout] | [INFO] [stdout] 455 | let flds = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:463:31 [INFO] [stdout] | [INFO] [stdout] 463 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:464:29 [INFO] [stdout] | [INFO] [stdout] 464 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:465:23 [INFO] [stdout] | [INFO] [stdout] 465 | let num = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:466:28 [INFO] [stdout] | [INFO] [stdout] 466 | let operands = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:475:31 [INFO] [stdout] | [INFO] [stdout] 475 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:476:29 [INFO] [stdout] | [INFO] [stdout] 476 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:477:33 [INFO] [stdout] | [INFO] [stdout] 477 | let storage_class = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:480:24 [INFO] [stdout] | [INFO] [stdout] 480 | init = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:491:31 [INFO] [stdout] | [INFO] [stdout] 491 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:492:29 [INFO] [stdout] | [INFO] [stdout] 492 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:493:25 [INFO] [stdout] | [INFO] [stdout] 493 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:494:25 [INFO] [stdout] | [INFO] [stdout] 494 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:495:26 [INFO] [stdout] | [INFO] [stdout] 495 | let sample = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:505:31 [INFO] [stdout] | [INFO] [stdout] 505 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:506:29 [INFO] [stdout] | [INFO] [stdout] 506 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:507:28 [INFO] [stdout] | [INFO] [stdout] 507 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:508:33 [INFO] [stdout] | [INFO] [stdout] 508 | let memory_access = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:517:23 [INFO] [stdout] | [INFO] [stdout] 517 | let ptr = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:518:23 [INFO] [stdout] | [INFO] [stdout] 518 | let obj = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:519:33 [INFO] [stdout] | [INFO] [stdout] 519 | let memory_access = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:527:26 [INFO] [stdout] | [INFO] [stdout] 527 | let target = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:528:23 [INFO] [stdout] | [INFO] [stdout] 528 | let src = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:529:33 [INFO] [stdout] | [INFO] [stdout] 529 | let memory_access = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:537:26 [INFO] [stdout] | [INFO] [stdout] 537 | let target = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:538:23 [INFO] [stdout] | [INFO] [stdout] 538 | let src = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:539:24 [INFO] [stdout] | [INFO] [stdout] 539 | let size = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:540:33 [INFO] [stdout] | [INFO] [stdout] 540 | let memory_access = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:549:31 [INFO] [stdout] | [INFO] [stdout] 549 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:550:29 [INFO] [stdout] | [INFO] [stdout] 550 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:551:24 [INFO] [stdout] | [INFO] [stdout] 551 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:552:27 [INFO] [stdout] | [INFO] [stdout] 552 | let indices = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:561:31 [INFO] [stdout] | [INFO] [stdout] 561 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:562:29 [INFO] [stdout] | [INFO] [stdout] 562 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:563:24 [INFO] [stdout] | [INFO] [stdout] 563 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:564:27 [INFO] [stdout] | [INFO] [stdout] 564 | let indices = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:573:31 [INFO] [stdout] | [INFO] [stdout] 573 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:574:29 [INFO] [stdout] | [INFO] [stdout] 574 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:575:24 [INFO] [stdout] | [INFO] [stdout] 575 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:576:27 [INFO] [stdout] | [INFO] [stdout] 576 | let element = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:577:27 [INFO] [stdout] | [INFO] [stdout] 577 | let indices = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:587:31 [INFO] [stdout] | [INFO] [stdout] 587 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:588:29 [INFO] [stdout] | [INFO] [stdout] 588 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:589:23 [INFO] [stdout] | [INFO] [stdout] 589 | let obj = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:590:26 [INFO] [stdout] | [INFO] [stdout] 590 | let member = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:599:31 [INFO] [stdout] | [INFO] [stdout] 599 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:600:29 [INFO] [stdout] | [INFO] [stdout] 600 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:601:23 [INFO] [stdout] | [INFO] [stdout] 601 | let ptr = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:609:31 [INFO] [stdout] | [INFO] [stdout] 609 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:610:29 [INFO] [stdout] | [INFO] [stdout] 610 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:611:24 [INFO] [stdout] | [INFO] [stdout] 611 | let base = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:612:27 [INFO] [stdout] | [INFO] [stdout] 612 | let element = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:613:27 [INFO] [stdout] | [INFO] [stdout] 613 | let indices = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:623:31 [INFO] [stdout] | [INFO] [stdout] 623 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:624:29 [INFO] [stdout] | [INFO] [stdout] 624 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:625:36 [INFO] [stdout] | [INFO] [stdout] 625 | let function_control = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:626:25 [INFO] [stdout] | [INFO] [stdout] 626 | let fn_ty = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:635:31 [INFO] [stdout] | [INFO] [stdout] 635 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:636:29 [INFO] [stdout] | [INFO] [stdout] 636 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:644:31 [INFO] [stdout] | [INFO] [stdout] 644 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:645:29 [INFO] [stdout] | [INFO] [stdout] 645 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:646:24 [INFO] [stdout] | [INFO] [stdout] 646 | let func = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:647:24 [INFO] [stdout] | [INFO] [stdout] 647 | let args = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:656:31 [INFO] [stdout] | [INFO] [stdout] 656 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:657:29 [INFO] [stdout] | [INFO] [stdout] 657 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:658:25 [INFO] [stdout] | [INFO] [stdout] 658 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:659:27 [INFO] [stdout] | [INFO] [stdout] 659 | let sampler = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:668:31 [INFO] [stdout] | [INFO] [stdout] 668 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:669:29 [INFO] [stdout] | [INFO] [stdout] 669 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:670:25 [INFO] [stdout] | [INFO] [stdout] 670 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:671:25 [INFO] [stdout] | [INFO] [stdout] 671 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:672:34 [INFO] [stdout] | [INFO] [stdout] 672 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:682:31 [INFO] [stdout] | [INFO] [stdout] 682 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:683:29 [INFO] [stdout] | [INFO] [stdout] 683 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:684:25 [INFO] [stdout] | [INFO] [stdout] 684 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:685:25 [INFO] [stdout] | [INFO] [stdout] 685 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:686:34 [INFO] [stdout] | [INFO] [stdout] 686 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:696:31 [INFO] [stdout] | [INFO] [stdout] 696 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:697:29 [INFO] [stdout] | [INFO] [stdout] 697 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:698:25 [INFO] [stdout] | [INFO] [stdout] 698 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:699:25 [INFO] [stdout] | [INFO] [stdout] 699 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:700:25 [INFO] [stdout] | [INFO] [stdout] 700 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:701:34 [INFO] [stdout] | [INFO] [stdout] 701 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:712:31 [INFO] [stdout] | [INFO] [stdout] 712 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:713:29 [INFO] [stdout] | [INFO] [stdout] 713 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:714:25 [INFO] [stdout] | [INFO] [stdout] 714 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:715:25 [INFO] [stdout] | [INFO] [stdout] 715 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:716:25 [INFO] [stdout] | [INFO] [stdout] 716 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:717:34 [INFO] [stdout] | [INFO] [stdout] 717 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:728:31 [INFO] [stdout] | [INFO] [stdout] 728 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:729:29 [INFO] [stdout] | [INFO] [stdout] 729 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:730:25 [INFO] [stdout] | [INFO] [stdout] 730 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:731:25 [INFO] [stdout] | [INFO] [stdout] 731 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:732:34 [INFO] [stdout] | [INFO] [stdout] 732 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:742:31 [INFO] [stdout] | [INFO] [stdout] 742 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:743:29 [INFO] [stdout] | [INFO] [stdout] 743 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:744:25 [INFO] [stdout] | [INFO] [stdout] 744 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:745:25 [INFO] [stdout] | [INFO] [stdout] 745 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:746:34 [INFO] [stdout] | [INFO] [stdout] 746 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:756:31 [INFO] [stdout] | [INFO] [stdout] 756 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:757:29 [INFO] [stdout] | [INFO] [stdout] 757 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:758:25 [INFO] [stdout] | [INFO] [stdout] 758 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:759:25 [INFO] [stdout] | [INFO] [stdout] 759 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:760:25 [INFO] [stdout] | [INFO] [stdout] 760 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:761:34 [INFO] [stdout] | [INFO] [stdout] 761 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:772:31 [INFO] [stdout] | [INFO] [stdout] 772 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:773:29 [INFO] [stdout] | [INFO] [stdout] 773 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:774:25 [INFO] [stdout] | [INFO] [stdout] 774 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:775:25 [INFO] [stdout] | [INFO] [stdout] 775 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:776:25 [INFO] [stdout] | [INFO] [stdout] 776 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:777:34 [INFO] [stdout] | [INFO] [stdout] 777 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:788:31 [INFO] [stdout] | [INFO] [stdout] 788 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:789:29 [INFO] [stdout] | [INFO] [stdout] 789 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:790:25 [INFO] [stdout] | [INFO] [stdout] 790 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:791:25 [INFO] [stdout] | [INFO] [stdout] 791 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:792:34 [INFO] [stdout] | [INFO] [stdout] 792 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:802:31 [INFO] [stdout] | [INFO] [stdout] 802 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:803:29 [INFO] [stdout] | [INFO] [stdout] 803 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:804:25 [INFO] [stdout] | [INFO] [stdout] 804 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:805:25 [INFO] [stdout] | [INFO] [stdout] 805 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:806:29 [INFO] [stdout] | [INFO] [stdout] 806 | let component = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:807:34 [INFO] [stdout] | [INFO] [stdout] 807 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:818:31 [INFO] [stdout] | [INFO] [stdout] 818 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:819:29 [INFO] [stdout] | [INFO] [stdout] 819 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:820:25 [INFO] [stdout] | [INFO] [stdout] 820 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:821:25 [INFO] [stdout] | [INFO] [stdout] 821 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:822:25 [INFO] [stdout] | [INFO] [stdout] 822 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:823:34 [INFO] [stdout] | [INFO] [stdout] 823 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:834:31 [INFO] [stdout] | [INFO] [stdout] 834 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:835:29 [INFO] [stdout] | [INFO] [stdout] 835 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:836:25 [INFO] [stdout] | [INFO] [stdout] 836 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1917:29 [INFO] [stdout] | [INFO] [stdout] 1917 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:837:25 [INFO] [stdout] | [INFO] [stdout] 837 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1918:23 [INFO] [stdout] | [INFO] [stdout] 1918 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1919:23 [INFO] [stdout] | [INFO] [stdout] 1919 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:838:34 [INFO] [stdout] | [INFO] [stdout] 838 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1928:31 [INFO] [stdout] | [INFO] [stdout] 1928 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1929:29 [INFO] [stdout] | [INFO] [stdout] 1929 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:848:25 [INFO] [stdout] | [INFO] [stdout] 848 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1930:23 [INFO] [stdout] | [INFO] [stdout] 1930 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1931:23 [INFO] [stdout] | [INFO] [stdout] 1931 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:849:25 [INFO] [stdout] | [INFO] [stdout] 849 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1940:31 [INFO] [stdout] | [INFO] [stdout] 1940 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1941:29 [INFO] [stdout] | [INFO] [stdout] 1941 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:850:25 [INFO] [stdout] | [INFO] [stdout] 850 | let texel = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1942:23 [INFO] [stdout] | [INFO] [stdout] 1942 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1943:23 [INFO] [stdout] | [INFO] [stdout] 1943 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1952:31 [INFO] [stdout] | [INFO] [stdout] 1952 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:851:34 [INFO] [stdout] | [INFO] [stdout] 851 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1953:29 [INFO] [stdout] | [INFO] [stdout] 1953 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1954:28 [INFO] [stdout] | [INFO] [stdout] 1954 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:860:31 [INFO] [stdout] | [INFO] [stdout] 860 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1962:31 [INFO] [stdout] | [INFO] [stdout] 1962 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1963:29 [INFO] [stdout] | [INFO] [stdout] 1963 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:861:29 [INFO] [stdout] | [INFO] [stdout] 861 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1964:29 [INFO] [stdout] | [INFO] [stdout] 1964 | let condition = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1965:25 [INFO] [stdout] | [INFO] [stdout] 1965 | let obj_1 = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1966:25 [INFO] [stdout] | [INFO] [stdout] 1966 | let obj_2 = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:862:25 [INFO] [stdout] | [INFO] [stdout] 862 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1976:31 [INFO] [stdout] | [INFO] [stdout] 1976 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1977:29 [INFO] [stdout] | [INFO] [stdout] 1977 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1978:23 [INFO] [stdout] | [INFO] [stdout] 1978 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1979:23 [INFO] [stdout] | [INFO] [stdout] 1979 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1988:31 [INFO] [stdout] | [INFO] [stdout] 1988 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1989:29 [INFO] [stdout] | [INFO] [stdout] 1989 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1990:23 [INFO] [stdout] | [INFO] [stdout] 1990 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1991:23 [INFO] [stdout] | [INFO] [stdout] 1991 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2000:31 [INFO] [stdout] | [INFO] [stdout] 2000 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2001:29 [INFO] [stdout] | [INFO] [stdout] 2001 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2002:23 [INFO] [stdout] | [INFO] [stdout] 2002 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2003:23 [INFO] [stdout] | [INFO] [stdout] 2003 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2012:31 [INFO] [stdout] | [INFO] [stdout] 2012 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2013:29 [INFO] [stdout] | [INFO] [stdout] 2013 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2014:23 [INFO] [stdout] | [INFO] [stdout] 2014 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2015:23 [INFO] [stdout] | [INFO] [stdout] 2015 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2024:31 [INFO] [stdout] | [INFO] [stdout] 2024 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2025:29 [INFO] [stdout] | [INFO] [stdout] 2025 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2026:23 [INFO] [stdout] | [INFO] [stdout] 2026 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2027:23 [INFO] [stdout] | [INFO] [stdout] 2027 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2036:31 [INFO] [stdout] | [INFO] [stdout] 2036 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2037:29 [INFO] [stdout] | [INFO] [stdout] 2037 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2038:23 [INFO] [stdout] | [INFO] [stdout] 2038 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2039:23 [INFO] [stdout] | [INFO] [stdout] 2039 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2048:31 [INFO] [stdout] | [INFO] [stdout] 2048 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2049:29 [INFO] [stdout] | [INFO] [stdout] 2049 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2050:23 [INFO] [stdout] | [INFO] [stdout] 2050 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2051:23 [INFO] [stdout] | [INFO] [stdout] 2051 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2060:31 [INFO] [stdout] | [INFO] [stdout] 2060 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2061:29 [INFO] [stdout] | [INFO] [stdout] 2061 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2062:23 [INFO] [stdout] | [INFO] [stdout] 2062 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2063:23 [INFO] [stdout] | [INFO] [stdout] 2063 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2072:31 [INFO] [stdout] | [INFO] [stdout] 2072 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2073:29 [INFO] [stdout] | [INFO] [stdout] 2073 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2074:23 [INFO] [stdout] | [INFO] [stdout] 2074 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2075:23 [INFO] [stdout] | [INFO] [stdout] 2075 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2084:31 [INFO] [stdout] | [INFO] [stdout] 2084 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2085:29 [INFO] [stdout] | [INFO] [stdout] 2085 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2086:23 [INFO] [stdout] | [INFO] [stdout] 2086 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2087:23 [INFO] [stdout] | [INFO] [stdout] 2087 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2096:31 [INFO] [stdout] | [INFO] [stdout] 2096 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2097:29 [INFO] [stdout] | [INFO] [stdout] 2097 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2098:23 [INFO] [stdout] | [INFO] [stdout] 2098 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2099:23 [INFO] [stdout] | [INFO] [stdout] 2099 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2108:31 [INFO] [stdout] | [INFO] [stdout] 2108 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2109:29 [INFO] [stdout] | [INFO] [stdout] 2109 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:870:31 [INFO] [stdout] | [INFO] [stdout] 870 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2110:23 [INFO] [stdout] | [INFO] [stdout] 2110 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2111:23 [INFO] [stdout] | [INFO] [stdout] 2111 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:871:29 [INFO] [stdout] | [INFO] [stdout] 871 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2120:31 [INFO] [stdout] | [INFO] [stdout] 2120 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2121:29 [INFO] [stdout] | [INFO] [stdout] 2121 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:872:25 [INFO] [stdout] | [INFO] [stdout] 872 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2122:23 [INFO] [stdout] | [INFO] [stdout] 2122 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:880:31 [INFO] [stdout] | [INFO] [stdout] 880 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2123:23 [INFO] [stdout] | [INFO] [stdout] 2123 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:881:29 [INFO] [stdout] | [INFO] [stdout] 881 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2132:31 [INFO] [stdout] | [INFO] [stdout] 2132 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2133:29 [INFO] [stdout] | [INFO] [stdout] 2133 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:882:25 [INFO] [stdout] | [INFO] [stdout] 882 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2134:23 [INFO] [stdout] | [INFO] [stdout] 2134 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:890:31 [INFO] [stdout] | [INFO] [stdout] 890 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2135:23 [INFO] [stdout] | [INFO] [stdout] 2135 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:891:29 [INFO] [stdout] | [INFO] [stdout] 891 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2144:31 [INFO] [stdout] | [INFO] [stdout] 2144 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2145:29 [INFO] [stdout] | [INFO] [stdout] 2145 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:892:25 [INFO] [stdout] | [INFO] [stdout] 892 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2146:23 [INFO] [stdout] | [INFO] [stdout] 2146 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:893:23 [INFO] [stdout] | [INFO] [stdout] 893 | let lod = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2147:23 [INFO] [stdout] | [INFO] [stdout] 2147 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:902:31 [INFO] [stdout] | [INFO] [stdout] 902 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2156:31 [INFO] [stdout] | [INFO] [stdout] 2156 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:903:29 [INFO] [stdout] | [INFO] [stdout] 903 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2157:29 [INFO] [stdout] | [INFO] [stdout] 2157 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2158:23 [INFO] [stdout] | [INFO] [stdout] 2158 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:904:25 [INFO] [stdout] | [INFO] [stdout] 904 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2159:23 [INFO] [stdout] | [INFO] [stdout] 2159 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:912:31 [INFO] [stdout] | [INFO] [stdout] 912 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2168:31 [INFO] [stdout] | [INFO] [stdout] 2168 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:913:29 [INFO] [stdout] | [INFO] [stdout] 913 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2169:29 [INFO] [stdout] | [INFO] [stdout] 2169 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2170:23 [INFO] [stdout] | [INFO] [stdout] 2170 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:914:25 [INFO] [stdout] | [INFO] [stdout] 914 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2171:23 [INFO] [stdout] | [INFO] [stdout] 2171 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:915:25 [INFO] [stdout] | [INFO] [stdout] 915 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2180:31 [INFO] [stdout] | [INFO] [stdout] 2180 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:924:31 [INFO] [stdout] | [INFO] [stdout] 924 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2181:29 [INFO] [stdout] | [INFO] [stdout] 2181 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:925:29 [INFO] [stdout] | [INFO] [stdout] 925 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2182:23 [INFO] [stdout] | [INFO] [stdout] 2182 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2183:23 [INFO] [stdout] | [INFO] [stdout] 2183 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:926:25 [INFO] [stdout] | [INFO] [stdout] 926 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2192:31 [INFO] [stdout] | [INFO] [stdout] 2192 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:934:31 [INFO] [stdout] | [INFO] [stdout] 934 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2193:29 [INFO] [stdout] | [INFO] [stdout] 2193 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:935:29 [INFO] [stdout] | [INFO] [stdout] 935 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2194:23 [INFO] [stdout] | [INFO] [stdout] 2194 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:936:25 [INFO] [stdout] | [INFO] [stdout] 936 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2195:23 [INFO] [stdout] | [INFO] [stdout] 2195 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2204:31 [INFO] [stdout] | [INFO] [stdout] 2204 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:944:31 [INFO] [stdout] | [INFO] [stdout] 944 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2205:29 [INFO] [stdout] | [INFO] [stdout] 2205 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:945:29 [INFO] [stdout] | [INFO] [stdout] 945 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2206:23 [INFO] [stdout] | [INFO] [stdout] 2206 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:946:25 [INFO] [stdout] | [INFO] [stdout] 946 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2207:23 [INFO] [stdout] | [INFO] [stdout] 2207 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:947:25 [INFO] [stdout] | [INFO] [stdout] 947 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2216:31 [INFO] [stdout] | [INFO] [stdout] 2216 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2217:29 [INFO] [stdout] | [INFO] [stdout] 2217 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:948:34 [INFO] [stdout] | [INFO] [stdout] 948 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2218:23 [INFO] [stdout] | [INFO] [stdout] 2218 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:958:31 [INFO] [stdout] | [INFO] [stdout] 958 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2219:23 [INFO] [stdout] | [INFO] [stdout] 2219 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:959:29 [INFO] [stdout] | [INFO] [stdout] 959 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2228:31 [INFO] [stdout] | [INFO] [stdout] 2228 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2229:29 [INFO] [stdout] | [INFO] [stdout] 2229 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:960:25 [INFO] [stdout] | [INFO] [stdout] 960 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2230:23 [INFO] [stdout] | [INFO] [stdout] 2230 | let lhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:961:25 [INFO] [stdout] | [INFO] [stdout] 961 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2231:23 [INFO] [stdout] | [INFO] [stdout] 2231 | let rhs = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:962:34 [INFO] [stdout] | [INFO] [stdout] 962 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2240:31 [INFO] [stdout] | [INFO] [stdout] 2240 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2241:29 [INFO] [stdout] | [INFO] [stdout] 2241 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:972:31 [INFO] [stdout] | [INFO] [stdout] 972 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2242:21 [INFO] [stdout] | [INFO] [stdout] 2242 | let p = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:973:29 [INFO] [stdout] | [INFO] [stdout] 973 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2250:31 [INFO] [stdout] | [INFO] [stdout] 2250 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:974:25 [INFO] [stdout] | [INFO] [stdout] 974 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:975:25 [INFO] [stdout] | [INFO] [stdout] 975 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:976:25 [INFO] [stdout] | [INFO] [stdout] 976 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:977:34 [INFO] [stdout] | [INFO] [stdout] 977 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:988:31 [INFO] [stdout] | [INFO] [stdout] 988 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:989:29 [INFO] [stdout] | [INFO] [stdout] 989 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:990:25 [INFO] [stdout] | [INFO] [stdout] 990 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:991:25 [INFO] [stdout] | [INFO] [stdout] 991 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:992:25 [INFO] [stdout] | [INFO] [stdout] 992 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:993:34 [INFO] [stdout] | [INFO] [stdout] 993 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1004:31 [INFO] [stdout] | [INFO] [stdout] 1004 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1005:29 [INFO] [stdout] | [INFO] [stdout] 1005 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1006:25 [INFO] [stdout] | [INFO] [stdout] 1006 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1007:25 [INFO] [stdout] | [INFO] [stdout] 1007 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1008:34 [INFO] [stdout] | [INFO] [stdout] 1008 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1018:31 [INFO] [stdout] | [INFO] [stdout] 1018 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1019:29 [INFO] [stdout] | [INFO] [stdout] 1019 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1020:25 [INFO] [stdout] | [INFO] [stdout] 1020 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1021:25 [INFO] [stdout] | [INFO] [stdout] 1021 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1022:29 [INFO] [stdout] | [INFO] [stdout] 1022 | let component = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1023:34 [INFO] [stdout] | [INFO] [stdout] 1023 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1034:31 [INFO] [stdout] | [INFO] [stdout] 1034 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1035:29 [INFO] [stdout] | [INFO] [stdout] 1035 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1036:25 [INFO] [stdout] | [INFO] [stdout] 1036 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1037:25 [INFO] [stdout] | [INFO] [stdout] 1037 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1038:25 [INFO] [stdout] | [INFO] [stdout] 1038 | let d_ref = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1039:34 [INFO] [stdout] | [INFO] [stdout] 1039 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1050:31 [INFO] [stdout] | [INFO] [stdout] 1050 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1051:29 [INFO] [stdout] | [INFO] [stdout] 1051 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1052:33 [INFO] [stdout] | [INFO] [stdout] 1052 | let resident_code = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1060:31 [INFO] [stdout] | [INFO] [stdout] 1060 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1061:29 [INFO] [stdout] | [INFO] [stdout] 1061 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1062:25 [INFO] [stdout] | [INFO] [stdout] 1062 | let image = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1063:25 [INFO] [stdout] | [INFO] [stdout] 1063 | let coord = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1064:34 [INFO] [stdout] | [INFO] [stdout] 1064 | let image_operands = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1074:31 [INFO] [stdout] | [INFO] [stdout] 1074 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1075:29 [INFO] [stdout] | [INFO] [stdout] 1075 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1076:28 [INFO] [stdout] | [INFO] [stdout] 1076 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1084:31 [INFO] [stdout] | [INFO] [stdout] 1084 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1085:29 [INFO] [stdout] | [INFO] [stdout] 1085 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1086:28 [INFO] [stdout] | [INFO] [stdout] 1086 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1094:31 [INFO] [stdout] | [INFO] [stdout] 1094 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1095:29 [INFO] [stdout] | [INFO] [stdout] 1095 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1096:28 [INFO] [stdout] | [INFO] [stdout] 1096 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1104:31 [INFO] [stdout] | [INFO] [stdout] 1104 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1105:29 [INFO] [stdout] | [INFO] [stdout] 1105 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1106:28 [INFO] [stdout] | [INFO] [stdout] 1106 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1114:31 [INFO] [stdout] | [INFO] [stdout] 1114 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1115:29 [INFO] [stdout] | [INFO] [stdout] 1115 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1116:28 [INFO] [stdout] | [INFO] [stdout] 1116 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1124:31 [INFO] [stdout] | [INFO] [stdout] 1124 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1125:29 [INFO] [stdout] | [INFO] [stdout] 1125 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1126:28 [INFO] [stdout] | [INFO] [stdout] 1126 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1134:31 [INFO] [stdout] | [INFO] [stdout] 1134 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1135:29 [INFO] [stdout] | [INFO] [stdout] 1135 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1136:28 [INFO] [stdout] | [INFO] [stdout] 1136 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1144:31 [INFO] [stdout] | [INFO] [stdout] 1144 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1145:29 [INFO] [stdout] | [INFO] [stdout] 1145 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1146:28 [INFO] [stdout] | [INFO] [stdout] 1146 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1154:31 [INFO] [stdout] | [INFO] [stdout] 1154 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1155:29 [INFO] [stdout] | [INFO] [stdout] 1155 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1156:28 [INFO] [stdout] | [INFO] [stdout] 1156 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1164:31 [INFO] [stdout] | [INFO] [stdout] 1164 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2251:29 [INFO] [stdout] | [INFO] [stdout] 2251 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2252:21 [INFO] [stdout] | [INFO] [stdout] 2252 | let p = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2260:31 [INFO] [stdout] | [INFO] [stdout] 2260 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2261:29 [INFO] [stdout] | [INFO] [stdout] 2261 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2262:21 [INFO] [stdout] | [INFO] [stdout] 2262 | let p = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2270:31 [INFO] [stdout] | [INFO] [stdout] 2270 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2271:29 [INFO] [stdout] | [INFO] [stdout] 2271 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2272:21 [INFO] [stdout] | [INFO] [stdout] 2272 | let p = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2280:31 [INFO] [stdout] | [INFO] [stdout] 2280 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2281:29 [INFO] [stdout] | [INFO] [stdout] 2281 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2282:21 [INFO] [stdout] | [INFO] [stdout] 2282 | let p = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2290:31 [INFO] [stdout] | [INFO] [stdout] 2290 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2291:29 [INFO] [stdout] | [INFO] [stdout] 2291 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2292:21 [INFO] [stdout] | [INFO] [stdout] 2292 | let p = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2300:31 [INFO] [stdout] | [INFO] [stdout] 2300 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2301:29 [INFO] [stdout] | [INFO] [stdout] 2301 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2302:21 [INFO] [stdout] | [INFO] [stdout] 2302 | let p = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2310:31 [INFO] [stdout] | [INFO] [stdout] 2310 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2311:29 [INFO] [stdout] | [INFO] [stdout] 2311 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2312:21 [INFO] [stdout] | [INFO] [stdout] 2312 | let p = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2320:31 [INFO] [stdout] | [INFO] [stdout] 2320 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2321:29 [INFO] [stdout] | [INFO] [stdout] 2321 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2322:21 [INFO] [stdout] | [INFO] [stdout] 2322 | let p = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2330:31 [INFO] [stdout] | [INFO] [stdout] 2330 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2331:29 [INFO] [stdout] | [INFO] [stdout] 2331 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2335:21 [INFO] [stdout] | [INFO] [stdout] 2335 | try!(p.parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2336:21 [INFO] [stdout] | [INFO] [stdout] 2336 | try!(p.parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2347:25 [INFO] [stdout] | [INFO] [stdout] 2347 | let merge = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2348:24 [INFO] [stdout] | [INFO] [stdout] 2348 | let cont = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2349:32 [INFO] [stdout] | [INFO] [stdout] 2349 | let loop_control = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2357:25 [INFO] [stdout] | [INFO] [stdout] 2357 | let merge = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2358:37 [INFO] [stdout] | [INFO] [stdout] 2358 | let selection_control = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2365:29 [INFO] [stdout] | [INFO] [stdout] 2365 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2371:26 [INFO] [stdout] | [INFO] [stdout] 2371 | let target = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2377:24 [INFO] [stdout] | [INFO] [stdout] 2377 | let cond = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2378:24 [INFO] [stdout] | [INFO] [stdout] 2378 | let then = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2379:23 [INFO] [stdout] | [INFO] [stdout] 2379 | let els = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2380:31 [INFO] [stdout] | [INFO] [stdout] 2380 | let true_weight = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2381:32 [INFO] [stdout] | [INFO] [stdout] 2381 | let false_weight = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2391:28 [INFO] [stdout] | [INFO] [stdout] 2391 | let selector = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2392:27 [INFO] [stdout] | [INFO] [stdout] 2392 | let default = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2393:27 [INFO] [stdout] | [INFO] [stdout] 2393 | let targets = try!(p.parse::>()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2403:28 [INFO] [stdout] | [INFO] [stdout] 2403 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2410:23 [INFO] [stdout] | [INFO] [stdout] 2410 | let ptr = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2411:24 [INFO] [stdout] | [INFO] [stdout] 2411 | let size = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2418:23 [INFO] [stdout] | [INFO] [stdout] 2418 | let ptr = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2419:24 [INFO] [stdout] | [INFO] [stdout] 2419 | let size = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2426:31 [INFO] [stdout] | [INFO] [stdout] 2426 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2427:29 [INFO] [stdout] | [INFO] [stdout] 2427 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2428:23 [INFO] [stdout] | [INFO] [stdout] 2428 | let ptr = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:2429:25 [INFO] [stdout] | [INFO] [stdout] 2429 | let scope = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1165:29 [INFO] [stdout] | [INFO] [stdout] 1165 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1166:28 [INFO] [stdout] | [INFO] [stdout] 1166 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1174:31 [INFO] [stdout] | [INFO] [stdout] 1174 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1175:29 [INFO] [stdout] | [INFO] [stdout] 1175 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1176:28 [INFO] [stdout] | [INFO] [stdout] 1176 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1184:31 [INFO] [stdout] | [INFO] [stdout] 1184 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1185:29 [INFO] [stdout] | [INFO] [stdout] 1185 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1186:28 [INFO] [stdout] | [INFO] [stdout] 1186 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1194:31 [INFO] [stdout] | [INFO] [stdout] 1194 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1195:29 [INFO] [stdout] | [INFO] [stdout] 1195 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1196:28 [INFO] [stdout] | [INFO] [stdout] 1196 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1204:31 [INFO] [stdout] | [INFO] [stdout] 1204 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1205:29 [INFO] [stdout] | [INFO] [stdout] 1205 | let result_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1206:28 [INFO] [stdout] | [INFO] [stdout] 1206 | let value_id = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1214:31 [INFO] [stdout] | [INFO] [stdout] 1214 | let result_type = try!(p.parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> /opt/rustwide/target/debug/build/spirv-utils-4376bb9a864d1434/out/inst_parser.rs:1215:29 [INFO] [stdout] | [INFO] [stdout] 1215 | let result_id = try!(p.parse::()); [WARN] too many lines in the log, truncating it