[INFO] fetching crate rusql 0.0.1... [INFO] checking rusql-0.0.1 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate rusql 0.0.1 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate rusql 0.0.1 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rusql 0.0.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate rusql 0.0.1 [INFO] tweaked toml for crates.io crate rusql 0.0.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 546ec4ed2c9c49bd49b4bd751274ffaeabb74db480137f1ceda9a3a48fdcffac [INFO] running `Command { std: "docker" "start" "-a" "546ec4ed2c9c49bd49b4bd751274ffaeabb74db480137f1ceda9a3a48fdcffac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "546ec4ed2c9c49bd49b4bd751274ffaeabb74db480137f1ceda9a3a48fdcffac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "546ec4ed2c9c49bd49b4bd751274ffaeabb74db480137f1ceda9a3a48fdcffac", kill_on_drop: false }` [INFO] [stdout] 546ec4ed2c9c49bd49b4bd751274ffaeabb74db480137f1ceda9a3a48fdcffac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c43df079bc92fab939d1f1bd6f3b871e337ceee9fa2f5d7e4520534c8b424a41 [INFO] running `Command { std: "docker" "start" "-a" "c43df079bc92fab939d1f1bd6f3b871e337ceee9fa2f5d7e4520534c8b424a41", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking rusql v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: `box_syntax` has been removed [INFO] [stdout] --> src/parser/parser.rs:1515:109 [INFO] [stdout] | [INFO] [stdout] 1515 | ... box() e1, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `Box::new()` instead [INFO] [stdout] | [INFO] [stdout] 1515 | Box::new(()) e1, [INFO] [stdout] | ~~~~~~~~~ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `box_syntax` has been removed [INFO] [stdout] --> src/parser/parser.rs:1515:109 [INFO] [stdout] | [INFO] [stdout] 1515 | ... box() e1, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `Box::new()` instead [INFO] [stdout] | [INFO] [stdout] 1515 | Box::new(()) e1, [INFO] [stdout] | ~~~~~~~~~ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e1` [INFO] [stdout] --> src/parser/parser.rs:1515:115 [INFO] [stdout] | [INFO] [stdout] 1515 | ... box() e1, [INFO] [stdout] | -^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e1` [INFO] [stdout] --> src/parser/parser.rs:1515:115 [INFO] [stdout] | [INFO] [stdout] 1515 | ... box() e1, [INFO] [stdout] | -^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `box_syntax` has been removed [INFO] [stdout] --> src/parser/parser.rs:1516:109 [INFO] [stdout] | [INFO] [stdout] 1516 | ... box() e2)) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `Box::new()` instead [INFO] [stdout] | [INFO] [stdout] 1516 | Box::new(()) e2)) [INFO] [stdout] | ~~~~~~~~~ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `box_syntax` has been removed [INFO] [stdout] --> src/parser/parser.rs:1516:109 [INFO] [stdout] | [INFO] [stdout] 1516 | ... box() e2)) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `Box::new()` instead [INFO] [stdout] | [INFO] [stdout] 1516 | Box::new(()) e2)) [INFO] [stdout] | ~~~~~~~~~ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e2` [INFO] [stdout] --> src/parser/parser.rs:1516:115 [INFO] [stdout] | [INFO] [stdout] 1516 | ... box() e2)) [INFO] [stdout] | -^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `e2` [INFO] [stdout] --> src/parser/parser.rs:1516:115 [INFO] [stdout] | [INFO] [stdout] 1516 | ... box() e2)) [INFO] [stdout] | -^^ expected one of `)`, `,`, `.`, `?`, or an operator [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/exec.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: a trailing `|` is not allowed in an or-pattern [INFO] [stdout] --> src/exec.rs:8:88 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ------------^ [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] | [INFO] [stdout] help: remove the `|` [INFO] [stdout] | [INFO] [stdout] 8 - pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] 8 + pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `:`, found `)` [INFO] [stdout] --> src/exec.rs:8:89 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected `:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/exec.rs:8:62 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/exec.rs:106:61 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: a trailing `|` is not allowed in an or-pattern [INFO] [stdout] --> src/exec.rs:8:88 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ------------^ [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] | [INFO] [stdout] help: remove the `|` [INFO] [stdout] | [INFO] [stdout] 8 - pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] 8 + pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: a trailing `|` is not allowed in an or-pattern [INFO] [stdout] --> src/exec.rs:106:87 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ------------^ [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] | [INFO] [stdout] help: remove the `|` [INFO] [stdout] | [INFO] [stdout] 106 - fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] 106 + fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `:`, found `)` [INFO] [stdout] --> src/exec.rs:8:89 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn rusql_exec(db: &mut Rusql, sql_str: String, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected `:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `:`, found `)` [INFO] [stdout] --> src/exec.rs:106:88 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected `:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/exec.rs:106:61 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: a trailing `|` is not allowed in an or-pattern [INFO] [stdout] --> src/exec.rs:106:87 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ------------^ [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] | [INFO] [stdout] help: remove the `|` [INFO] [stdout] | [INFO] [stdout] 106 - fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] 106 + fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `:`, found `)` [INFO] [stdout] --> src/exec.rs:106:88 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^ expected `:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[deriving(Copy, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[deriving(Copy, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:20:3 [INFO] [stdout] | [INFO] [stdout] 20 | #[deriving(Show, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[deriving(Copy, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:33:3 [INFO] [stdout] | [INFO] [stdout] 33 | #[deriving(Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[deriving(Copy, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:44:3 [INFO] [stdout] | [INFO] [stdout] 44 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:20:3 [INFO] [stdout] | [INFO] [stdout] 20 | #[deriving(Show, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:77:3 [INFO] [stdout] | [INFO] [stdout] 77 | #[deriving(Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:33:3 [INFO] [stdout] | [INFO] [stdout] 33 | #[deriving(Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/exec.rs:70:3 [INFO] [stdout] | [INFO] [stdout] 70 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:44:3 [INFO] [stdout] | [INFO] [stdout] 44 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/parser/definitions.rs:77:3 [INFO] [stdout] | [INFO] [stdout] 77 | #[deriving(Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/exec.rs:70:3 [INFO] [stdout] | [INFO] [stdout] 70 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/parser/definitions.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | Integer(int), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:5:31 [INFO] [stdout] | [INFO] [stdout] 5 | enum ParseResult { Matched(uint, T), Failed, } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | max_err_pos: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 15 | fn mark_failure(&mut self, pos: uint, expected: &'static str) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:25:55 [INFO] [stdout] | [INFO] [stdout] 25 | fn slice_eq(input: &str, state: &mut ParseState, pos: uint, m: &'static str) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:35:55 [INFO] [stdout] | [INFO] [stdout] 35 | fn any_char(input: &str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:34 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:44 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | let mut lineno: uint = 1; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:55:34 [INFO] [stdout] | [INFO] [stdout] 55 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:388:35 [INFO] [stdout] | [INFO] [stdout] 388 | ... pos: uint) -> ParseResult> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:417:40 [INFO] [stdout] | [INFO] [stdout] 417 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:486:33 [INFO] [stdout] | [INFO] [stdout] 486 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:526:34 [INFO] [stdout] | [INFO] [stdout] 526 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:572:41 [INFO] [stdout] | [INFO] [stdout] 572 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:740:34 [INFO] [stdout] | [INFO] [stdout] 740 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:809:41 [INFO] [stdout] | [INFO] [stdout] 809 | ... pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:860:39 [INFO] [stdout] | [INFO] [stdout] 860 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:903:35 [INFO] [stdout] | [INFO] [stdout] 903 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1066:66 [INFO] [stdout] | [INFO] [stdout] 1066 | ... state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1152:37 [INFO] [stdout] | [INFO] [stdout] 1152 | ... pos: uint) -> ParseResult> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1237:35 [INFO] [stdout] | [INFO] [stdout] 1237 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1373:37 [INFO] [stdout] | [INFO] [stdout] 1373 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1400:41 [INFO] [stdout] | [INFO] [stdout] 1400 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1404:34 [INFO] [stdout] | [INFO] [stdout] 1404 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1440:73 [INFO] [stdout] | [INFO] [stdout] 1440 | fn parse_value<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1479:72 [INFO] [stdout] | [INFO] [stdout] 1479 | fn parse_expr<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1558:34 [INFO] [stdout] | [INFO] [stdout] 1558 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1565:37 [INFO] [stdout] | [INFO] [stdout] 1565 | let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1581:35 [INFO] [stdout] | [INFO] [stdout] 1581 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1589:37 [INFO] [stdout] | [INFO] [stdout] 1589 | let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1610:33 [INFO] [stdout] | [INFO] [stdout] 1610 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1613:74 [INFO] [stdout] | [INFO] [stdout] 1613 | fn parse_lparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/parser/definitions.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | Integer(int), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1617:74 [INFO] [stdout] | [INFO] [stdout] 1617 | fn parse_rparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1621:73 [INFO] [stdout] | [INFO] [stdout] 1621 | fn parse_comma<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:5:31 [INFO] [stdout] | [INFO] [stdout] 5 | enum ParseResult { Matched(uint, T), Failed, } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1626:32 [INFO] [stdout] | [INFO] [stdout] 1626 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | max_err_pos: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 15 | fn mark_failure(&mut self, pos: uint, expected: &'static str) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1629:74 [INFO] [stdout] | [INFO] [stdout] 1629 | fn parse_equals<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:25:55 [INFO] [stdout] | [INFO] [stdout] 25 | fn slice_eq(input: &str, state: &mut ParseState, pos: uint, m: &'static str) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1634:31 [INFO] [stdout] | [INFO] [stdout] 1634 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:35:55 [INFO] [stdout] | [INFO] [stdout] 35 | fn any_char(input: &str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1638:38 [INFO] [stdout] | [INFO] [stdout] 1638 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:34 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1674:74 [INFO] [stdout] | [INFO] [stdout] 1674 | fn parse_string<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1693:57 [INFO] [stdout] | [INFO] [stdout] 1693 | ... let ::std::str::CharRange { ch, next [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:44 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1725:35 [INFO] [stdout] | [INFO] [stdout] 1725 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 43 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1734:73 [INFO] [stdout] | [INFO] [stdout] 1734 | fn parse_ALTER<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | let mut lineno: uint = 1; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1744:74 [INFO] [stdout] | [INFO] [stdout] 1744 | fn parse_CREATE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:55:34 [INFO] [stdout] | [INFO] [stdout] 55 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1754:72 [INFO] [stdout] | [INFO] [stdout] 1754 | fn parse_DROP<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:388:35 [INFO] [stdout] | [INFO] [stdout] 388 | ... pos: uint) -> ParseResult> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:417:40 [INFO] [stdout] | [INFO] [stdout] 417 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1764:74 [INFO] [stdout] | [INFO] [stdout] 1764 | fn parse_INSERT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:486:33 [INFO] [stdout] | [INFO] [stdout] 486 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1774:74 [INFO] [stdout] | [INFO] [stdout] 1774 | fn parse_SELECT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:526:34 [INFO] [stdout] | [INFO] [stdout] 526 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1784:71 [INFO] [stdout] | [INFO] [stdout] 1784 | fn parse_ADD<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1794:74 [INFO] [stdout] | [INFO] [stdout] 1794 | fn parse_COLUMN<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:572:41 [INFO] [stdout] | [INFO] [stdout] 572 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:740:34 [INFO] [stdout] | [INFO] [stdout] 740 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1805:34 [INFO] [stdout] | [INFO] [stdout] 1805 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1814:72 [INFO] [stdout] | [INFO] [stdout] 1814 | fn parse_FROM<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:809:41 [INFO] [stdout] | [INFO] [stdout] 809 | ... pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1824:73 [INFO] [stdout] | [INFO] [stdout] 1824 | fn parse_TABLE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:860:39 [INFO] [stdout] | [INFO] [stdout] 860 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1835:31 [INFO] [stdout] | [INFO] [stdout] 1835 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:903:35 [INFO] [stdout] | [INFO] [stdout] 903 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1844:72 [INFO] [stdout] | [INFO] [stdout] 1844 | fn parse_INTO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1066:66 [INFO] [stdout] | [INFO] [stdout] 1066 | ... state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1854:71 [INFO] [stdout] | [INFO] [stdout] 1854 | fn parse_KEY<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1152:37 [INFO] [stdout] | [INFO] [stdout] 1152 | ... pos: uint) -> ParseResult> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1865:31 [INFO] [stdout] | [INFO] [stdout] 1865 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1237:35 [INFO] [stdout] | [INFO] [stdout] 1237 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1874:74 [INFO] [stdout] | [INFO] [stdout] 1874 | fn parse_RENAME<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1373:37 [INFO] [stdout] | [INFO] [stdout] 1373 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1884:72 [INFO] [stdout] | [INFO] [stdout] 1884 | fn parse_TEXT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1400:41 [INFO] [stdout] | [INFO] [stdout] 1400 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1894:70 [INFO] [stdout] | [INFO] [stdout] 1894 | fn parse_TO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1904:74 [INFO] [stdout] | [INFO] [stdout] 1904 | fn parse_VALUES<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1404:34 [INFO] [stdout] | [INFO] [stdout] 1404 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1440:73 [INFO] [stdout] | [INFO] [stdout] 1440 | fn parse_value<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1914:73 [INFO] [stdout] | [INFO] [stdout] 1914 | fn parse_WHERE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1479:72 [INFO] [stdout] | [INFO] [stdout] 1479 | fn parse_expr<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1925:32 [INFO] [stdout] | [INFO] [stdout] 1925 | pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1558:34 [INFO] [stdout] | [INFO] [stdout] 1558 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1937:49 [INFO] [stdout] | [INFO] [stdout] 1937 | ... let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1565:37 [INFO] [stdout] | [INFO] [stdout] 1565 | let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1972:72 [INFO] [stdout] | [INFO] [stdout] 1972 | fn parse_name<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1581:35 [INFO] [stdout] | [INFO] [stdout] 1581 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2000:34 [INFO] [stdout] | [INFO] [stdout] 2000 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1589:37 [INFO] [stdout] | [INFO] [stdout] 1589 | let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2004:35 [INFO] [stdout] | [INFO] [stdout] 2004 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1610:33 [INFO] [stdout] | [INFO] [stdout] 1610 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2031:33 [INFO] [stdout] | [INFO] [stdout] 2031 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1613:74 [INFO] [stdout] | [INFO] [stdout] 1613 | fn parse_lparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2070:37 [INFO] [stdout] | [INFO] [stdout] 2070 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:2088:69 [INFO] [stdout] | [INFO] [stdout] 2088 | ... let ::std::str::CharRange { [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1617:74 [INFO] [stdout] | [INFO] [stdout] 1617 | fn parse_rparen<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1621:73 [INFO] [stdout] | [INFO] [stdout] 1621 | fn parse_comma<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/parser/parser.rs:2121:97 [INFO] [stdout] | [INFO] [stdout] 2121 | ... LiteralValue::Integer(match_str.parse::().unwrap()) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 2121 | LiteralValue::Integer(match_str.parse::().unwrap()) [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2069 | fn parse_literal_value<'input, int>(input: &'input str, state: &mut ParseState, [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1626:32 [INFO] [stdout] | [INFO] [stdout] 1626 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2165:39 [INFO] [stdout] | [INFO] [stdout] 2165 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1629:74 [INFO] [stdout] | [INFO] [stdout] 1629 | fn parse_equals<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/table.rs:16:63 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn get_column_index(&'a self, name: String) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 11 | impl<'a, uint> Table<'a> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1634:31 [INFO] [stdout] | [INFO] [stdout] 1634 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1638:38 [INFO] [stdout] | [INFO] [stdout] 1638 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn has_entry(&'a self, pk: int) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1674:74 [INFO] [stdout] | [INFO] [stdout] 1674 | fn parse_string<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1693:57 [INFO] [stdout] | [INFO] [stdout] 1693 | ... let ::std::str::CharRange { ch, next [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1725:35 [INFO] [stdout] | [INFO] [stdout] 1725 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1734:73 [INFO] [stdout] | [INFO] [stdout] 1734 | fn parse_ALTER<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1744:74 [INFO] [stdout] | [INFO] [stdout] 1744 | fn parse_CREATE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1754:72 [INFO] [stdout] | [INFO] [stdout] 1754 | fn parse_DROP<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1764:74 [INFO] [stdout] | [INFO] [stdout] 1764 | fn parse_INSERT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1774:74 [INFO] [stdout] | [INFO] [stdout] 1774 | fn parse_SELECT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1784:71 [INFO] [stdout] | [INFO] [stdout] 1784 | fn parse_ADD<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:41 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1794:74 [INFO] [stdout] | [INFO] [stdout] 1794 | fn parse_COLUMN<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:54 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1805:34 [INFO] [stdout] | [INFO] [stdout] 1805 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:67 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1814:72 [INFO] [stdout] | [INFO] [stdout] 1814 | fn parse_FROM<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:2092:61 [INFO] [stdout] | [INFO] [stdout] 2092 | ... '0' ...'9' => [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1824:73 [INFO] [stdout] | [INFO] [stdout] 1824 | fn parse_TABLE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1835:31 [INFO] [stdout] | [INFO] [stdout] 1835 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1844:72 [INFO] [stdout] | [INFO] [stdout] 1844 | fn parse_INTO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1854:71 [INFO] [stdout] | [INFO] [stdout] 1854 | fn parse_KEY<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1865:31 [INFO] [stdout] | [INFO] [stdout] 1865 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1874:74 [INFO] [stdout] | [INFO] [stdout] 1874 | fn parse_RENAME<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1884:72 [INFO] [stdout] | [INFO] [stdout] 1884 | fn parse_TEXT<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1894:70 [INFO] [stdout] | [INFO] [stdout] 1894 | fn parse_TO<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1904:74 [INFO] [stdout] | [INFO] [stdout] 1904 | fn parse_VALUES<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1914:73 [INFO] [stdout] | [INFO] [stdout] 1914 | fn parse_WHERE<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1925:32 [INFO] [stdout] | [INFO] [stdout] 1925 | pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:1937:49 [INFO] [stdout] | [INFO] [stdout] 1937 | ... let ::std::str::CharRange { ch, next } = [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:1972:72 [INFO] [stdout] | [INFO] [stdout] 1972 | fn parse_name<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2000:34 [INFO] [stdout] | [INFO] [stdout] 2000 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:411:34 [INFO] [stdout] | [INFO] [stdout] 411 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2004:35 [INFO] [stdout] | [INFO] [stdout] 2004 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2031:33 [INFO] [stdout] | [INFO] [stdout] 2031 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2070:37 [INFO] [stdout] | [INFO] [stdout] 2070 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CharRange` in module `std::str` [INFO] [stdout] --> src/parser/parser.rs:2088:69 [INFO] [stdout] | [INFO] [stdout] 2088 | ... let ::std::str::CharRange { [INFO] [stdout] | ^^^^^^^^^ not found in `std::str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:665:88 [INFO] [stdout] | [INFO] [stdout] 665 | ... 1u [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/parser/parser.rs:2121:97 [INFO] [stdout] | [INFO] [stdout] 2121 | ... LiteralValue::Integer(match_str.parse::().unwrap()) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 2121 | LiteralValue::Integer(match_str.parse::().unwrap()) [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2069 | fn parse_literal_value<'input, int>(input: &'input str, state: &mut ParseState, [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parser/parser.rs:2165:39 [INFO] [stdout] | [INFO] [stdout] 2165 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/table.rs:16:63 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn get_column_index(&'a self, name: String) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 11 | impl<'a, uint> Table<'a> { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn has_entry(&'a self, pk: int) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1006:88 [INFO] [stdout] | [INFO] [stdout] 1006 | ... 1u [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:41 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:54 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:1940:67 [INFO] [stdout] | [INFO] [stdout] 1940 | ... 'A' ...'Z' | 'a' ...'z' | '0' ...'9' | '_' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1113:70 [INFO] [stdout] | [INFO] [stdout] 1113 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/parser.rs:2092:61 [INFO] [stdout] | [INFO] [stdout] 2092 | ... '0' ...'9' => [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1198:70 [INFO] [stdout] | [INFO] [stdout] 1198 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1304:67 [INFO] [stdout] | [INFO] [stdout] 1304 | ... >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:411:34 [INFO] [stdout] | [INFO] [stdout] 411 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:665:88 [INFO] [stdout] | [INFO] [stdout] 665 | ... 1u [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1604:34 [INFO] [stdout] | [INFO] [stdout] 1604 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1006:88 [INFO] [stdout] | [INFO] [stdout] 1006 | ... 1u [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1113:70 [INFO] [stdout] | [INFO] [stdout] 1113 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1198:70 [INFO] [stdout] | [INFO] [stdout] 1198 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1304:67 [INFO] [stdout] | [INFO] [stdout] 1304 | ... >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1604:34 [INFO] [stdout] | [INFO] [stdout] 1604 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1956:46 [INFO] [stdout] | [INFO] [stdout] 1956 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:1956:46 [INFO] [stdout] | [INFO] [stdout] 1956 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:2110:66 [INFO] [stdout] | [INFO] [stdout] 2110 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/parser/parser.rs:2110:66 [INFO] [stdout] | [INFO] [stdout] 2110 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `globs` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(globs)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `globs` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(globs)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0392]: lifetime parameter `'a` is never used [INFO] [stdout] --> src/table.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Table<'a> { [INFO] [stdout] | ^^ unused lifetime parameter [INFO] [stdout] | [INFO] [stdout] = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0392]: lifetime parameter `'a` is never used [INFO] [stdout] --> src/rusql.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Rusql<'a> { [INFO] [stdout] | ^^ unused lifetime parameter [INFO] [stdout] | [INFO] [stdout] = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0392]: lifetime parameter `'a` is never used [INFO] [stdout] --> src/table.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Table<'a> { [INFO] [stdout] | ^^ unused lifetime parameter [INFO] [stdout] | [INFO] [stdout] = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0392]: lifetime parameter `'a` is never used [INFO] [stdout] --> src/rusql.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Rusql<'a> { [INFO] [stdout] | ^^ unused lifetime parameter [INFO] [stdout] | [INFO] [stdout] = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&[u8]` in the current scope [INFO] [stdout] --> src/parser/parser.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | input.as_bytes().slice(pos, pos + l) == m.as_bytes() { [INFO] [stdout] | ^^^^^ method not found in `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&[u8]` in the current scope [INFO] [stdout] --> src/parser/parser.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | input.as_bytes().slice(pos, pos + l) == m.as_bytes() { [INFO] [stdout] | ^^^^^ method not found in `&[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | Matched(input.char_range_at(pos).next, ()) [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:85:79 [INFO] [stdout] | [INFO] [stdout] 85 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | Matched(input.char_range_at(pos).next, ()) [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:145:87 [INFO] [stdout] | [INFO] [stdout] 145 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:210:95 [INFO] [stdout] | [INFO] [stdout] 210 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:85:79 [INFO] [stdout] | [INFO] [stdout] 85 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:280:103 [INFO] [stdout] | [INFO] [stdout] 280 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:145:87 [INFO] [stdout] | [INFO] [stdout] 145 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:350:103 [INFO] [stdout] | [INFO] [stdout] 350 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:455:71 [INFO] [stdout] | [INFO] [stdout] 455 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:210:95 [INFO] [stdout] | [INFO] [stdout] 210 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:504:59 [INFO] [stdout] | [INFO] [stdout] 504 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:280:103 [INFO] [stdout] | [INFO] [stdout] 280 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:550:59 [INFO] [stdout] | [INFO] [stdout] 550 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:350:103 [INFO] [stdout] | [INFO] [stdout] 350 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:692:107 [INFO] [stdout] | [INFO] [stdout] 692 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:783:59 [INFO] [stdout] | [INFO] [stdout] 783 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:455:71 [INFO] [stdout] | [INFO] [stdout] 455 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:845:47 [INFO] [stdout] | [INFO] [stdout] 845 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:878:59 [INFO] [stdout] | [INFO] [stdout] 878 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:504:59 [INFO] [stdout] | [INFO] [stdout] 504 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1022:95 [INFO] [stdout] | [INFO] [stdout] 1022 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:550:59 [INFO] [stdout] | [INFO] [stdout] 550 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1128:71 [INFO] [stdout] | [INFO] [stdout] 1128 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1213:71 [INFO] [stdout] | [INFO] [stdout] 1213 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:692:107 [INFO] [stdout] | [INFO] [stdout] 692 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1335:83 [INFO] [stdout] | [INFO] [stdout] 1335 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:783:59 [INFO] [stdout] | [INFO] [stdout] 783 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1386:47 [INFO] [stdout] | [INFO] [stdout] 1386 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:845:47 [INFO] [stdout] | [INFO] [stdout] 845 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1422:59 [INFO] [stdout] | [INFO] [stdout] 1422 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:878:59 [INFO] [stdout] | [INFO] [stdout] 878 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1451:55 [INFO] [stdout] | [INFO] [stdout] 1451 | ... let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1022:95 [INFO] [stdout] | [INFO] [stdout] 1022 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1468:55 [INFO] [stdout] | [INFO] [stdout] 1468 | ... let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1128:71 [INFO] [stdout] | [INFO] [stdout] 1128 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1510:79 [INFO] [stdout] | [INFO] [stdout] 1510 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1213:71 [INFO] [stdout] | [INFO] [stdout] 1213 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/parser.rs:1515:115 [INFO] [stdout] | [INFO] [stdout] 1515 | ... box() e1, [INFO] [stdout] | ^^ expected `Box`, found `Expression` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Box` [INFO] [stdout] found enum `definitions::Expression` [INFO] [stdout] = note: for more on the distinction between the stack and the heap, read https://doc.rust-lang.org/book/ch15-01-box.html, https://doc.rust-lang.org/rust-by-example/std/box.html, and https://doc.rust-lang.org/std/boxed/index.html [INFO] [stdout] help: store this in the heap by calling `Box::new` [INFO] [stdout] | [INFO] [stdout] 1515 | box() Box::new(e1), [INFO] [stdout] | +++++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1335:83 [INFO] [stdout] | [INFO] [stdout] 1335 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1542:55 [INFO] [stdout] | [INFO] [stdout] 1542 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1386:47 [INFO] [stdout] | [INFO] [stdout] 1386 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1422:59 [INFO] [stdout] | [INFO] [stdout] 1422 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1566:31 [INFO] [stdout] | [INFO] [stdout] 1566 | input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1451:55 [INFO] [stdout] | [INFO] [stdout] 1451 | ... let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1590:31 [INFO] [stdout] | [INFO] [stdout] 1590 | input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1468:55 [INFO] [stdout] | [INFO] [stdout] 1468 | ... let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1656:59 [INFO] [stdout] | [INFO] [stdout] 1656 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1510:79 [INFO] [stdout] | [INFO] [stdout] 1510 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1694:59 [INFO] [stdout] | [INFO] [stdout] 1694 | ... } = input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/parser.rs:1515:115 [INFO] [stdout] | [INFO] [stdout] 1515 | ... box() e1, [INFO] [stdout] | ^^ expected `Box`, found `Expression` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Box` [INFO] [stdout] found enum `definitions::Expression` [INFO] [stdout] = note: for more on the distinction between the stack and the heap, read https://doc.rust-lang.org/book/ch15-01-box.html, https://doc.rust-lang.org/rust-by-example/std/box.html, and https://doc.rust-lang.org/std/boxed/index.html [INFO] [stdout] help: store this in the heap by calling `Box::new` [INFO] [stdout] | [INFO] [stdout] 1515 | box() Box::new(e1), [INFO] [stdout] | +++++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1715:47 [INFO] [stdout] | [INFO] [stdout] 1715 | let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1542:55 [INFO] [stdout] | [INFO] [stdout] 1542 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1566:31 [INFO] [stdout] | [INFO] [stdout] 1566 | input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1938:43 [INFO] [stdout] | [INFO] [stdout] 1938 | ... input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1590:31 [INFO] [stdout] | [INFO] [stdout] 1590 | input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1963:47 [INFO] [stdout] | [INFO] [stdout] 1963 | let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1986:47 [INFO] [stdout] | [INFO] [stdout] 1986 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1656:59 [INFO] [stdout] | [INFO] [stdout] 1656 | ... input.slice(start_pos, [INFO] [stdout] | ------^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2017:47 [INFO] [stdout] | [INFO] [stdout] 2017 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1694:59 [INFO] [stdout] | [INFO] [stdout] 1694 | ... } = input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2041:55 [INFO] [stdout] | [INFO] [stdout] 2041 | ... let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1715:47 [INFO] [stdout] | [INFO] [stdout] 1715 | let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2058:55 [INFO] [stdout] | [INFO] [stdout] 2058 | ... let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1938:43 [INFO] [stdout] | [INFO] [stdout] 1938 | ... input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2090:63 [INFO] [stdout] | [INFO] [stdout] 2090 | ... input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1963:47 [INFO] [stdout] | [INFO] [stdout] 1963 | let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2118:55 [INFO] [stdout] | [INFO] [stdout] 2118 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:1986:47 [INFO] [stdout] | [INFO] [stdout] 1986 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2148:55 [INFO] [stdout] | [INFO] [stdout] 2148 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2017:47 [INFO] [stdout] | [INFO] [stdout] 2017 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2180:47 [INFO] [stdout] | [INFO] [stdout] 2180 | let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2041:55 [INFO] [stdout] | [INFO] [stdout] 2041 | ... let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `to_string` exists for struct `HashSet<&str>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/parser/parser.rs:2196:35 [INFO] [stdout] | [INFO] [stdout] 2196 | let expected = state.expected.to_string().escape_default(); [INFO] [stdout] | ^^^^^^^^^ method cannot be called on `HashSet<&str>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `HashSet<&str>: std::fmt::Display` [INFO] [stdout] which is required by `HashSet<&str>: ToString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2058:55 [INFO] [stdout] | [INFO] [stdout] 2058 | ... let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `to_string` exists for struct `HashSet<&str>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/parser/parser.rs:2207:35 [INFO] [stdout] | [INFO] [stdout] 2207 | let expected = state.expected.to_string().escape_default(); [INFO] [stdout] | ^^^^^^^^^ method cannot be called on `HashSet<&str>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `HashSet<&str>: std::fmt::Display` [INFO] [stdout] which is required by `HashSet<&str>: ToString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `char_range_at` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2090:63 [INFO] [stdout] | [INFO] [stdout] 2090 | ... input.char_range_at(pos); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2118:55 [INFO] [stdout] | [INFO] [stdout] 2118 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for enum `definitions::LiteralValue` in the current scope [INFO] [stdout] --> src/table.rs:36:71 [INFO] [stdout] | [INFO] [stdout] 36 | entry[head.iter().position(|ref def| def.name == *name).unwrap()].clone() [INFO] [stdout] | ^^^^^ method not found in `LiteralValue` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/definitions.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub enum LiteralValue { [INFO] [stdout] | --------------------- method `clone` not found for this enum [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2148:55 [INFO] [stdout] | [INFO] [stdout] 2148 | ... input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&'input str` in the current scope [INFO] [stdout] --> src/parser/parser.rs:2180:47 [INFO] [stdout] | [INFO] [stdout] 2180 | let match_str = input.slice(start_pos, pos); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `split_once` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/str/mod.rs:1717:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> src/exec.rs:9:37 [INFO] [stdout] | [INFO] [stdout] 9 | for stmt in rusql_parse(sql_str.as_slice()).unwrap().iter() { [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `callback` in this scope [INFO] [stdout] --> src/exec.rs:15:86 [INFO] [stdout] | [INFO] [stdout] 15 | &RusqlStatement::Select(ref select_def) => select(db, select_def, |a, b| callback(a, b)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/exec.rs:15:56 [INFO] [stdout] | [INFO] [stdout] 15 | &RusqlStatement::Select(ref select_def) => select(db, select_def, |a, b| callback(a, b)), [INFO] [stdout] | ^^^^^^--------------------------------------- argument #4 is missing [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> src/exec.rs:106:4 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^^^^^^ -------------- ---------------------- -------------- - [INFO] [stdout] help: provide the argument [INFO] [stdout] | [INFO] [stdout] 15 | &RusqlStatement::Select(ref select_def) => select(db, select_def, |a, b| callback(a, b), /* */), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `to_string` exists for struct `HashSet<&str>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/parser/parser.rs:2196:35 [INFO] [stdout] | [INFO] [stdout] 2196 | let expected = state.expected.to_string().escape_default(); [INFO] [stdout] | ^^^^^^^^^ method cannot be called on `HashSet<&str>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `HashSet<&str>: std::fmt::Display` [INFO] [stdout] which is required by `HashSet<&str>: ToString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `to_string` exists for struct `HashSet<&str>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/parser/parser.rs:2207:35 [INFO] [stdout] | [INFO] [stdout] 2207 | let expected = state.expected.to_string().escape_default(); [INFO] [stdout] | ^^^^^^^^^ method cannot be called on `HashSet<&str>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `HashSet<&str>: std::fmt::Display` [INFO] [stdout] which is required by `HashSet<&str>: ToString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> src/exec.rs:23:60 [INFO] [stdout] | [INFO] [stdout] 23 | let table = db.map.remove(alter_table_def.name.as_slice()).unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> src/exec.rs:27:61 [INFO] [stdout] | [INFO] [stdout] 27 | let table = db.map.get_mut(alter_table_def.name.as_slice()).unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exec.rs:28:31 [INFO] [stdout] | [INFO] [stdout] 28 | table.header.push(column_def.clone()); [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ expected `ColumnDef`, found `&ColumnDef` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: `definitions::ColumnDef` does not implement `Clone`, so `&definitions::ColumnDef` was cloned instead [INFO] [stdout] --> src/exec.rs:28:31 [INFO] [stdout] | [INFO] [stdout] 28 | table.header.push(column_def.clone()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/vec/mod.rs:2298:12 [INFO] [stdout] help: consider annotating `definitions::ColumnDef` with `#[derive(Clone)]` [INFO] [stdout] --> src/parser/definitions.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(Clone)] [INFO] [stdout] 46 | pub struct ColumnDef { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for enum `definitions::LiteralValue` in the current scope [INFO] [stdout] --> src/table.rs:36:71 [INFO] [stdout] | [INFO] [stdout] 36 | entry[head.iter().position(|ref def| def.name == *name).unwrap()].clone() [INFO] [stdout] | ^^^^^ method not found in `LiteralValue` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/definitions.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub enum LiteralValue { [INFO] [stdout] | --------------------- method `clone` not found for this enum [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `clone` exists for struct `Vec`, but its trait bounds were not satisfied [INFO] [stdout] --> src/exec.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | header: table_def.columns.clone(), [INFO] [stdout] | ^^^^^ method cannot be called on `Vec` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/parser/definitions.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub struct ColumnDef { [INFO] [stdout] | -------------------- doesn't satisfy `definitions::ColumnDef: Clone` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `definitions::ColumnDef: Clone` [INFO] [stdout] which is required by `Vec: Clone` [INFO] [stdout] help: consider annotating `definitions::ColumnDef` with `#[derive(Clone)]` [INFO] [stdout] --> src/parser/definitions.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(Clone)] [INFO] [stdout] 46 | pub struct ColumnDef { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> src/exec.rs:9:37 [INFO] [stdout] | [INFO] [stdout] 9 | for stmt in rusql_parse(sql_str.as_slice()).unwrap().iter() { [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `callback` in this scope [INFO] [stdout] --> src/exec.rs:15:86 [INFO] [stdout] | [INFO] [stdout] 15 | &RusqlStatement::Select(ref select_def) => select(db, select_def, |a, b| callback(a, b)), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/exec.rs:15:56 [INFO] [stdout] | [INFO] [stdout] 15 | &RusqlStatement::Select(ref select_def) => select(db, select_def, |a, b| callback(a, b)), [INFO] [stdout] | ^^^^^^--------------------------------------- argument #4 is missing [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> src/exec.rs:106:4 [INFO] [stdout] | [INFO] [stdout] 106 | fn select(db: &mut Rusql, select_def: &SelectDef, callback: |&TableEntry, &TableHeader|) { [INFO] [stdout] | ^^^^^^ -------------- ---------------------- -------------- - [INFO] [stdout] help: provide the argument [INFO] [stdout] | [INFO] [stdout] 15 | &RusqlStatement::Select(ref select_def) => select(db, select_def, |a, b| callback(a, b), /* */), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> src/exec.rs:45:39 [INFO] [stdout] | [INFO] [stdout] 45 | db.map.remove(drop_table_def.name.as_slice()); [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> src/exec.rs:49:48 [INFO] [stdout] | [INFO] [stdout] 49 | match db.map.get_mut(insert_def.table_name.as_slice()) { [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> src/exec.rs:23:60 [INFO] [stdout] | [INFO] [stdout] 23 | let table = db.map.remove(alter_table_def.name.as_slice()).unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_elem` found for struct `Vec<_, _>` in the current scope [INFO] [stdout] --> src/exec.rs:54:42 [INFO] [stdout] | [INFO] [stdout] 54 | let mut entry = Vec::from_elem(table.header.len(), LiteralValue::Null); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Vec<_, _>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Vec<_, _>` consider using one of the following associated functions: [INFO] [stdout] Vec::::new [INFO] [stdout] Vec::::with_capacity [INFO] [stdout] Vec::::try_with_capacity [INFO] [stdout] Vec::::from_raw_parts [INFO] [stdout] and 6 others [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/vec/mod.rs:421:5 [INFO] [stdout] help: there is an associated function `from_iter` with a similar name [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/iter/traits/collect.rs:152:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> src/exec.rs:27:61 [INFO] [stdout] | [INFO] [stdout] 27 | let table = db.map.get_mut(alter_table_def.name.as_slice()).unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exec.rs:62:40 [INFO] [stdout] | [INFO] [stdout] 62 | table.entries.push(column_data.clone()); [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^^ expected `Vec`, found `&Vec` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec<_>` [INFO] [stdout] found reference `&Vec<_>` [INFO] [stdout] note: `Vec` does not implement `Clone`, so `&Vec` was cloned instead [INFO] [stdout] --> src/exec.rs:62:40 [INFO] [stdout] | [INFO] [stdout] 62 | table.entries.push(column_data.clone()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: `Clone` is not implemented because the trait bound `definitions::LiteralValue: Clone` is not satisfied [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/vec/mod.rs:2298:12 [INFO] [stdout] help: try using a conversion method [INFO] [stdout] | [INFO] [stdout] 62 | table.entries.push(column_data.to_vec()); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider annotating `definitions::LiteralValue` with `#[derive(Clone)]` [INFO] [stdout] --> src/parser/definitions.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 + #[derive(Clone)] [INFO] [stdout] 22 | pub enum LiteralValue { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `ExpressionResult` [INFO] [stdout] --> src/exec.rs:91:68 [INFO] [stdout] | [INFO] [stdout] 91 | ExpressionResult::Boolean(eval_expr(exp1, entry, head) == eval_expr(exp2, entry, head)) [INFO] [stdout] | ---------------------------- ^^ ---------------------------- ExpressionResult [INFO] [stdout] | | [INFO] [stdout] | ExpressionResult [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `ExpressionResult` [INFO] [stdout] --> src/exec.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | enum ExpressionResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `ExpressionResult` with `#[derive(PartialEq)]` [INFO] [stdout] | [INFO] [stdout] 71 + #[derive(PartialEq)] [INFO] [stdout] 72 | enum ExpressionResult { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exec.rs:28:31 [INFO] [stdout] | [INFO] [stdout] 28 | table.header.push(column_def.clone()); [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^ expected `ColumnDef`, found `&ColumnDef` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: `definitions::ColumnDef` does not implement `Clone`, so `&definitions::ColumnDef` was cloned instead [INFO] [stdout] --> src/exec.rs:28:31 [INFO] [stdout] | [INFO] [stdout] 28 | table.header.push(column_def.clone()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/vec/mod.rs:2298:12 [INFO] [stdout] help: consider annotating `definitions::ColumnDef` with `#[derive(Clone)]` [INFO] [stdout] --> src/parser/definitions.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(Clone)] [INFO] [stdout] 46 | pub struct ColumnDef { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exec.rs:98:73 [INFO] [stdout] | [INFO] [stdout] 98 | &Expression::LiteralValue(ref value) => ExpressionResult::Value(value.clone()), [INFO] [stdout] | ----------------------- ^^^^^^^^^^^^^ expected `LiteralValue`, found `&LiteralValue` [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: `definitions::LiteralValue` does not implement `Clone`, so `&definitions::LiteralValue` was cloned instead [INFO] [stdout] --> src/exec.rs:98:73 [INFO] [stdout] | [INFO] [stdout] 98 | &Expression::LiteralValue(ref value) => ExpressionResult::Value(value.clone()), [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/exec.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | Value(LiteralValue), [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: try wrapping the expression in `parser::definitions::LiteralValue::Integer` [INFO] [stdout] | [INFO] [stdout] 98 | &Expression::LiteralValue(ref value) => ExpressionResult::Value(parser::definitions::LiteralValue::Integer(value.clone())), [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++++++ + [INFO] [stdout] help: consider annotating `definitions::LiteralValue` with `#[derive(Clone)]` [INFO] [stdout] --> src/parser/definitions.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 + #[derive(Clone)] [INFO] [stdout] 22 | pub enum LiteralValue { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `clone` exists for struct `Vec`, but its trait bounds were not satisfied [INFO] [stdout] --> src/exec.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | header: table_def.columns.clone(), [INFO] [stdout] | ^^^^^ method cannot be called on `Vec` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/parser/definitions.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub struct ColumnDef { [INFO] [stdout] | -------------------- doesn't satisfy `definitions::ColumnDef: Clone` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `definitions::ColumnDef: Clone` [INFO] [stdout] which is required by `Vec: Clone` [INFO] [stdout] help: consider annotating `definitions::ColumnDef` with `#[derive(Clone)]` [INFO] [stdout] --> src/parser/definitions.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 + #[derive(Clone)] [INFO] [stdout] 46 | pub struct ColumnDef { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope [INFO] [stdout] --> src/exec.rs:110:45 [INFO] [stdout] | [INFO] [stdout] 110 | let table = db.map.get(name.as_slice()).unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `callback` in this scope [INFO] [stdout] --> src/exec.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | callback(entry, &table.header); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> src/exec.rs:45:39 [INFO] [stdout] | [INFO] [stdout] 45 | db.map.remove(drop_table_def.name.as_slice()); [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> src/exec.rs:49:48 [INFO] [stdout] | [INFO] [stdout] 49 | match db.map.get_mut(insert_def.table_name.as_slice()) { [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 160 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0369, E0392, E0412, E0422, E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_elem` found for struct `Vec<_, _>` in the current scope [INFO] [stdout] --> src/exec.rs:54:42 [INFO] [stdout] | [INFO] [stdout] 54 | let mut entry = Vec::from_elem(table.header.len(), LiteralValue::Null); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Vec<_, _>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `Vec<_, _>` consider using one of the following associated functions: [INFO] [stdout] Vec::::new [INFO] [stdout] Vec::::with_capacity [INFO] [stdout] Vec::::try_with_capacity [INFO] [stdout] Vec::::from_raw_parts [INFO] [stdout] and 6 others [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/vec/mod.rs:421:5 [INFO] [stdout] help: there is an associated function `from_iter` with a similar name [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/iter/traits/collect.rs:152:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exec.rs:62:40 [INFO] [stdout] | [INFO] [stdout] 62 | table.entries.push(column_data.clone()); [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^^ expected `Vec`, found `&Vec` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec<_>` [INFO] [stdout] found reference `&Vec<_>` [INFO] [stdout] note: `Vec` does not implement `Clone`, so `&Vec` was cloned instead [INFO] [stdout] --> src/exec.rs:62:40 [INFO] [stdout] | [INFO] [stdout] 62 | table.entries.push(column_data.clone()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = help: `Clone` is not implemented because the trait bound `definitions::LiteralValue: Clone` is not satisfied [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/vec/mod.rs:2298:12 [INFO] [stdout] help: try using a conversion method [INFO] [stdout] | [INFO] [stdout] 62 | table.entries.push(column_data.to_vec()); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider annotating `definitions::LiteralValue` with `#[derive(Clone)]` [INFO] [stdout] --> src/parser/definitions.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 + #[derive(Clone)] [INFO] [stdout] 22 | pub enum LiteralValue { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `ExpressionResult` [INFO] [stdout] --> src/exec.rs:91:68 [INFO] [stdout] | [INFO] [stdout] 91 | ExpressionResult::Boolean(eval_expr(exp1, entry, head) == eval_expr(exp2, entry, head)) [INFO] [stdout] | ---------------------------- ^^ ---------------------------- ExpressionResult [INFO] [stdout] | | [INFO] [stdout] | ExpressionResult [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq` might be missing for `ExpressionResult` [INFO] [stdout] --> src/exec.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | enum ExpressionResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ must implement `PartialEq` [INFO] [stdout] help: consider annotating `ExpressionResult` with `#[derive(PartialEq)]` [INFO] [stdout] | [INFO] [stdout] 71 + #[derive(PartialEq)] [INFO] [stdout] 72 | enum ExpressionResult { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/exec.rs:98:73 [INFO] [stdout] | [INFO] [stdout] 98 | &Expression::LiteralValue(ref value) => ExpressionResult::Value(value.clone()), [INFO] [stdout] | ----------------------- ^^^^^^^^^^^^^ expected `LiteralValue`, found `&LiteralValue` [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: `definitions::LiteralValue` does not implement `Clone`, so `&definitions::LiteralValue` was cloned instead [INFO] [stdout] --> src/exec.rs:98:73 [INFO] [stdout] | [INFO] [stdout] 98 | &Expression::LiteralValue(ref value) => ExpressionResult::Value(value.clone()), [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/exec.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | Value(LiteralValue), [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: try wrapping the expression in `parser::definitions::LiteralValue::Integer` [INFO] [stdout] | [INFO] [stdout] 98 | &Expression::LiteralValue(ref value) => ExpressionResult::Value(parser::definitions::LiteralValue::Integer(value.clone())), [INFO] [stdout] | +++++++++++++++++++++++++++++++++++++++++++ + [INFO] [stdout] help: consider annotating `definitions::LiteralValue` with `#[derive(Clone)]` [INFO] [stdout] --> src/parser/definitions.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 + #[derive(Clone)] [INFO] [stdout] 22 | pub enum LiteralValue { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rusql` (lib) due to 161 previous errors; 5 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `as_slice` found for reference `&String` in the current scope [INFO] [stdout] --> src/exec.rs:110:45 [INFO] [stdout] | [INFO] [stdout] 110 | let table = db.map.get(name.as_slice()).unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `callback` in this scope [INFO] [stdout] --> src/exec.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | callback(entry, &table.header); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 160 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0369, E0392, E0412, E0422, E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rusql` (lib test) due to 161 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "c43df079bc92fab939d1f1bd6f3b871e337ceee9fa2f5d7e4520534c8b424a41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c43df079bc92fab939d1f1bd6f3b871e337ceee9fa2f5d7e4520534c8b424a41", kill_on_drop: false }` [INFO] [stdout] c43df079bc92fab939d1f1bd6f3b871e337ceee9fa2f5d7e4520534c8b424a41