[INFO] cloning repository https://github.com/danilown/Compiladores [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danilown/Compiladores" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanilown%2FCompiladores", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanilown%2FCompiladores'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8b9f7a3970fc31efa484c966c752ced6a827591b [INFO] documenting danilown/Compiladores against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanilown%2FCompiladores" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danilown/Compiladores on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/danilown/Compiladores [INFO] finished tweaking git repo https://github.com/danilown/Compiladores [INFO] tweaked toml for git repo https://github.com/danilown/Compiladores written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/danilown/Compiladores already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 010579453cb5a502c9b550a1986f2dcbcb58b0995a6601db1d68aa37e78fda79 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "010579453cb5a502c9b550a1986f2dcbcb58b0995a6601db1d68aa37e78fda79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "010579453cb5a502c9b550a1986f2dcbcb58b0995a6601db1d68aa37e78fda79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "010579453cb5a502c9b550a1986f2dcbcb58b0995a6601db1d68aa37e78fda79", kill_on_drop: false }` [INFO] [stdout] 010579453cb5a502c9b550a1986f2dcbcb58b0995a6601db1d68aa37e78fda79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4435af4741e7701d1aca1310f95683bb2af893e42ea6b535695883c5774b066 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d4435af4741e7701d1aca1310f95683bb2af893e42ea6b535695883c5774b066", kill_on_drop: false }` [INFO] [stderr] Documenting compiladores v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: module `Lexico` should have a snake case name [INFO] [stdout] --> src/main.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub mod Lexico; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `lexico` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Sintatico` should have a snake case name [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | mod Sintatico; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `sintatico` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `constant` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | const constant: u32 = 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `CONSTANT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simple_type` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:14:7 [INFO] [stdout] | [INFO] [stdout] 14 | const simple_type: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMPLE_TYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `field_list` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | const field_list: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `FIELD_LIST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `index` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | const index: u32 = 3; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `INDEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simple_expression` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | const simple_expression: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMPLE_EXPRESSION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `expression` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | const expression: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `EXPRESSION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `parameter_list` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | const parameter_list: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PARAMETER_LIST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `statement` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:20:7 [INFO] [stdout] | [INFO] [stdout] 20 | const statement: u32 = 7; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `STATEMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `program` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | const program: u32 = 8; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `PROGRAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_virgula` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | const simbolo_virgula: u32 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_VIRGULA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_fecha_parenteses` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | const simbolo_fecha_parenteses: u32 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FECHA_PARENTESES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_ponto_ponto` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:25:7 [INFO] [stdout] | [INFO] [stdout] 25 | const simbolo_ponto_ponto: u32 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_PONTO_PONTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_soma` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:26:7 [INFO] [stdout] | [INFO] [stdout] 26 | const simbolo_soma: u32 = 12; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_SOMA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_subtracao` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | const simbolo_subtracao: u32 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_SUBTRACAO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_or` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | const simbolo_or: u32 = 14; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_OR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_igual` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | const simbolo_igual: u32 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_IGUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_menor` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | const simbolo_menor: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_MENOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_maior` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | const simbolo_maior: u32 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_MAIOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_diferent` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | const simbolo_diferent: u32 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DIFERENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_maior_igual` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:33:7 [INFO] [stdout] | [INFO] [stdout] 33 | const simbolo_maior_igual: u32 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_MAIOR_IGUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_menor_igual` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | const simbolo_menor_igual: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_MENOR_IGUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_in` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | const simbolo_in: u32 = 21; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_IN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_abre_colchetes` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | const simbolo_abre_colchetes: u32 = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ABRE_COLCHETES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_ponto` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:37:7 [INFO] [stdout] | [INFO] [stdout] 37 | const simbolo_ponto: u32 = 23; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_PONTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_arroba` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:38:7 [INFO] [stdout] | [INFO] [stdout] 38 | const simbolo_arroba: u32 = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ARROBA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_aspas` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | const simbolo_aspas: u32 = 25; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ASPAS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_fecha_colchetes` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:40:7 [INFO] [stdout] | [INFO] [stdout] 40 | const simbolo_fecha_colchetes: u32 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FECHA_COLCHETES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_asterisco` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | const simbolo_asterisco: u32 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ASTERISCO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_barra` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | const simbolo_barra: u32 = 28; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_BARRA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_dif` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:43:7 [INFO] [stdout] | [INFO] [stdout] 43 | const simbolo_dif: u32 = 29; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DIF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_mod` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | const simbolo_mod: u32 = 30; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_MOD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_and` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | const simbolo_and: u32 = 31; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_AND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_packed` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:46:7 [INFO] [stdout] | [INFO] [stdout] 46 | const simbolo_packed: u32 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_PACKED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_array` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | const simbolo_array: u32 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ARRAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_of` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | const simbolo_of: u32 = 34; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_OF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_file` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | const simbolo_file: u32 = 35; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_set` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | const simbolo_set: u32 = 36; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_SET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_end` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | const simbolo_end: u32 = 37; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_END` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_ponto_virgula` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | const simbolo_ponto_virgula: u32 = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_PONTO_VIRGULA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_dois_pontos` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | const simbolo_dois_pontos: u32 = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DOIS_PONTOS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_case` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:54:7 [INFO] [stdout] | [INFO] [stdout] 54 | const simbolo_case: u32 = 40; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_CASE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_nil` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:56:7 [INFO] [stdout] | [INFO] [stdout] 56 | const simbolo_nil: u32 = 42; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_NIL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_not` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | const simbolo_not: u32 = 43; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_NOT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_proc` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:58:7 [INFO] [stdout] | [INFO] [stdout] 58 | const simbolo_proc: u32 = 44; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_PROC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_func` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | const simbolo_func: u32 = 45; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FUNC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_var` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:60:7 [INFO] [stdout] | [INFO] [stdout] 60 | const simbolo_var: u32 = 46; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_VAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_label` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:61:7 [INFO] [stdout] | [INFO] [stdout] 61 | const simbolo_label: u32 = 47; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_LABEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_const` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:62:7 [INFO] [stdout] | [INFO] [stdout] 62 | const simbolo_const: u32 = 48; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_CONST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_type` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:63:7 [INFO] [stdout] | [INFO] [stdout] 63 | const simbolo_type: u32 = 49; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_TYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_begin` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:64:7 [INFO] [stdout] | [INFO] [stdout] 64 | const simbolo_begin: u32 = 50; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_BEGIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_if` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | const simbolo_if: u32 = 51; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_IF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_while` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:66:7 [INFO] [stdout] | [INFO] [stdout] 66 | const simbolo_while: u32 = 52; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_WHILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_repeat` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:67:7 [INFO] [stdout] | [INFO] [stdout] 67 | const simbolo_repeat: u32 = 53; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_REPEAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_for` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:68:7 [INFO] [stdout] | [INFO] [stdout] 68 | const simbolo_for: u32 = 54; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_with` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | const simbolo_with: u32 = 55; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_WITH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_goto` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:70:7 [INFO] [stdout] | [INFO] [stdout] 70 | const simbolo_goto: u32 = 56; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_GOTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_dois_pontos_igual` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:71:7 [INFO] [stdout] | [INFO] [stdout] 71 | const simbolo_dois_pontos_igual:u32 = 57; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DOIS_PONTOS_IGUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_then` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:72:7 [INFO] [stdout] | [INFO] [stdout] 72 | const simbolo_then: u32 = 58; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_THEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_else` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:73:7 [INFO] [stdout] | [INFO] [stdout] 73 | const simbolo_else: u32 = 59; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ELSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_do` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:74:7 [INFO] [stdout] | [INFO] [stdout] 74 | const simbolo_do: u32 = 60; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_until` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:75:7 [INFO] [stdout] | [INFO] [stdout] 75 | const simbolo_until: u32 = 61; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_UNTIL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_to` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:76:7 [INFO] [stdout] | [INFO] [stdout] 76 | const simbolo_to: u32 = 62; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_TO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_down_to` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:77:7 [INFO] [stdout] | [INFO] [stdout] 77 | const simbolo_down_to: u32 = 63; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DOWN_TO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_abre_parenteses` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:80:7 [INFO] [stdout] | [INFO] [stdout] 80 | const simbolo_abre_parenteses: u32 = 74; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ABRE_PARENTESES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_true` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:81:7 [INFO] [stdout] | [INFO] [stdout] 81 | const simbolo_true: u32 = 78; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_false` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:82:7 [INFO] [stdout] | [INFO] [stdout] 82 | const simbolo_false: u32 = 79; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FALSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_div` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:84:7 [INFO] [stdout] | [INFO] [stdout] 84 | const simbolo_div: u32 = 83; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DIV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_record` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:85:7 [INFO] [stdout] | [INFO] [stdout] 85 | const simbolo_record: u32 = 85; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_RECORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `escopo` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | static mut escopo: u32 = 0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `ESCOPO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `lines` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:100:12 [INFO] [stdout] | [INFO] [stdout] 100 | static mut lines: i32 = 0; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `LINES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `next` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 101 | static mut next: u32 = 0; [INFO] [stdout] | ^^^^ help: convert the identifier to upper case: `NEXT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `tabelaSimbolos` should have an upper case name [INFO] [stdout] --> src/Lexico.rs:104:20 [INFO] [stdout] | [INFO] [stdout] 104 | pub static ref tabelaSimbolos: Mutex> = Mutex::new(Vec::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `TABELA_SIMBOLOS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `SimbolTable` should have a snake case name [INFO] [stdout] --> src/Lexico.rs:117:4 [INFO] [stdout] | [INFO] [stdout] 117 | fn SimbolTable<'a>() -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `simbol_table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Organize` should have a snake case name [INFO] [stdout] --> src/Lexico.rs:145:4 [INFO] [stdout] | [INFO] [stdout] 145 | fn Organize(result: &mut Vec) -> Vec{ [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `organize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Lexic` should have a snake case name [INFO] [stdout] --> src/Lexico.rs:340:4 [INFO] [stdout] | [INFO] [stdout] 340 | fn Lexic(result: &mut Vec, GoOn: bool) -> Token { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `lexic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `GoOn` should have a snake case name [INFO] [stdout] --> src/Lexico.rs:340:36 [INFO] [stdout] | [INFO] [stdout] 340 | fn Lexic(result: &mut Vec, GoOn: bool) -> Token { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `go_on` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `setupLexico` should have a snake case name [INFO] [stdout] --> src/Lexico.rs:633:8 [INFO] [stdout] | [INFO] [stdout] 633 | pub fn setupLexico() { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `setup_lexico` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `constant` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | const constant: u32 = 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `CONSTANT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simple_type` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | const simple_type: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMPLE_TYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `field_list` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | const field_list: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `FIELD_LIST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `index` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | const index: u32 = 3; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `INDEX` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simple_expression` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | const simple_expression: u32 = 4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMPLE_EXPRESSION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `expression` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | const expression: u32 = 5; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `EXPRESSION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `parameter_list` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:10:7 [INFO] [stdout] | [INFO] [stdout] 10 | const parameter_list: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `PARAMETER_LIST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `statement` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | const statement: u32 = 7; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `STATEMENT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `program` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | const program: u32 = 8; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `PROGRAM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_virgula` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:14:7 [INFO] [stdout] | [INFO] [stdout] 14 | const simbolo_virgula: u32 = 9; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_VIRGULA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_fecha_parenteses` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | const simbolo_fecha_parenteses: u32 = 10; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FECHA_PARENTESES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_ponto_ponto` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | const simbolo_ponto_ponto: u32 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_PONTO_PONTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_soma` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | const simbolo_soma: u32 = 12; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_SOMA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_subtracao` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | const simbolo_subtracao: u32 = 13; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_SUBTRACAO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_or` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | const simbolo_or: u32 = 14; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_OR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_igual` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:20:7 [INFO] [stdout] | [INFO] [stdout] 20 | const simbolo_igual: u32 = 15; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_IGUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_menor` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | const simbolo_menor: u32 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_MENOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_maior` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | const simbolo_maior: u32 = 17; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_MAIOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_diferente` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | const simbolo_diferente: u32 = 18; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DIFERENTE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_maior_igual` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | const simbolo_maior_igual: u32 = 19; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_MAIOR_IGUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_menor_igual` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:25:7 [INFO] [stdout] | [INFO] [stdout] 25 | const simbolo_menor_igual: u32 = 20; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_MENOR_IGUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_in` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:26:7 [INFO] [stdout] | [INFO] [stdout] 26 | const simbolo_in: u32 = 21; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_IN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_abre_colchetes` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | const simbolo_abre_colchetes: u32 = 22; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ABRE_COLCHETES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_ponto` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | const simbolo_ponto: u32 = 23; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_PONTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_arroba` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | const simbolo_arroba: u32 = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ARROBA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_aspas` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | const simbolo_aspas: u32 = 25; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ASPAS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_fecha_colchetes` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | const simbolo_fecha_colchetes: u32 = 26; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FECHA_COLCHETES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_asterisco` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | const simbolo_asterisco: u32 = 27; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ASTERISCO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_barra` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:33:7 [INFO] [stdout] | [INFO] [stdout] 33 | const simbolo_barra: u32 = 28; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_BARRA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_dif` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | const simbolo_dif: u32 = 29; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DIF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_mod` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | const simbolo_mod: u32 = 30; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_MOD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_and` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | const simbolo_and: u32 = 31; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_AND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_packed` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:37:7 [INFO] [stdout] | [INFO] [stdout] 37 | const simbolo_packed: u32 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_PACKED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_array` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:38:7 [INFO] [stdout] | [INFO] [stdout] 38 | const simbolo_array: u32 = 33; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ARRAY` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_of` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:39:7 [INFO] [stdout] | [INFO] [stdout] 39 | const simbolo_of: u32 = 34; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_OF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_file` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:40:7 [INFO] [stdout] | [INFO] [stdout] 40 | const simbolo_file: u32 = 35; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_set` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | const simbolo_set: u32 = 36; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_SET` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_end` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | const simbolo_end: u32 = 37; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_END` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_ponto_virgula` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:43:7 [INFO] [stdout] | [INFO] [stdout] 43 | const simbolo_ponto_virgula: u32 = 38; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_PONTO_VIRGULA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_dois_pontos` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | const simbolo_dois_pontos: u32 = 39; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DOIS_PONTOS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_case` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | const simbolo_case: u32 = 40; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_CASE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_nil` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | const simbolo_nil: u32 = 42; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_NIL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_not` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | const simbolo_not: u32 = 43; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_NOT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_proc` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | const simbolo_proc: u32 = 44; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_PROC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_func` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | const simbolo_func: u32 = 45; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FUNC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_var` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:51:7 [INFO] [stdout] | [INFO] [stdout] 51 | const simbolo_var: u32 = 46; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_VAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_label` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | const simbolo_label: u32 = 47; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_LABEL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_const` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | const simbolo_const: u32 = 48; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_CONST` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_type` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:54:7 [INFO] [stdout] | [INFO] [stdout] 54 | const simbolo_type: u32 = 49; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_TYPE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_begin` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:55:7 [INFO] [stdout] | [INFO] [stdout] 55 | const simbolo_begin: u32 = 50; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_BEGIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_if` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:56:7 [INFO] [stdout] | [INFO] [stdout] 56 | const simbolo_if: u32 = 51; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_IF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_while` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | const simbolo_while: u32 = 52; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_WHILE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_repeat` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:58:7 [INFO] [stdout] | [INFO] [stdout] 58 | const simbolo_repeat: u32 = 53; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_REPEAT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_for` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | const simbolo_for: u32 = 54; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FOR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_with` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:60:7 [INFO] [stdout] | [INFO] [stdout] 60 | const simbolo_with: u32 = 55; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_WITH` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_goto` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:61:7 [INFO] [stdout] | [INFO] [stdout] 61 | const simbolo_goto: u32 = 56; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_GOTO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_dois_pontos_igual` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:62:7 [INFO] [stdout] | [INFO] [stdout] 62 | const simbolo_dois_pontos_igual:u32 = 57; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DOIS_PONTOS_IGUAL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_then` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:63:7 [INFO] [stdout] | [INFO] [stdout] 63 | const simbolo_then: u32 = 58; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_THEN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_else` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:64:7 [INFO] [stdout] | [INFO] [stdout] 64 | const simbolo_else: u32 = 59; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ELSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_do` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | const simbolo_do: u32 = 60; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_until` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:66:7 [INFO] [stdout] | [INFO] [stdout] 66 | const simbolo_until: u32 = 61; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_UNTIL` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_to` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:67:7 [INFO] [stdout] | [INFO] [stdout] 67 | const simbolo_to: u32 = 62; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_TO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_down_to` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:68:7 [INFO] [stdout] | [INFO] [stdout] 68 | const simbolo_down_to: u32 = 63; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DOWN_TO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_clrscr` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:71:7 [INFO] [stdout] | [INFO] [stdout] 71 | const simbolo_clrscr: u32 = 73; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_CLRSCR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_abre_parenteses` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:72:7 [INFO] [stdout] | [INFO] [stdout] 72 | const simbolo_abre_parenteses: u32 = 74; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_ABRE_PARENTESES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_integer` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:73:7 [INFO] [stdout] | [INFO] [stdout] 73 | const simbolo_integer: u32 = 75; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_INTEGER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_read` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:74:7 [INFO] [stdout] | [INFO] [stdout] 74 | const simbolo_read: u32 = 76; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_READ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_write` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:75:7 [INFO] [stdout] | [INFO] [stdout] 75 | const simbolo_write: u32 = 77; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_WRITE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_true` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:76:7 [INFO] [stdout] | [INFO] [stdout] 76 | const simbolo_true: u32 = 78; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_TRUE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_false` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:77:7 [INFO] [stdout] | [INFO] [stdout] 77 | const simbolo_false: u32 = 79; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_FALSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_char` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:78:7 [INFO] [stdout] | [INFO] [stdout] 78 | const simbolo_char: u32 = 80; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_CHAR` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_boolean` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:79:7 [INFO] [stdout] | [INFO] [stdout] 79 | const simbolo_boolean: u32 = 81; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_BOOLEAN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_identifier` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:80:7 [INFO] [stdout] | [INFO] [stdout] 80 | const simbolo_identifier: u32 = 82; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_IDENTIFIER` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_div` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:81:7 [INFO] [stdout] | [INFO] [stdout] 81 | const simbolo_div: u32 = 83; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_DIV` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `simbolo_record` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:82:7 [INFO] [stdout] | [INFO] [stdout] 82 | const simbolo_record: u32 = 85; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SIMBOLO_RECORD` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `ind` should have an upper case name [INFO] [stdout] --> src/Sintatico.rs:112:12 [INFO] [stdout] | [INFO] [stdout] 112 | static mut ind: usize = 0; [INFO] [stdout] | ^^^ help: convert the identifier to upper case: `IND` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 155 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.64s [INFO] running `Command { std: "docker" "inspect" "d4435af4741e7701d1aca1310f95683bb2af893e42ea6b535695883c5774b066", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4435af4741e7701d1aca1310f95683bb2af893e42ea6b535695883c5774b066", kill_on_drop: false }` [INFO] [stdout] d4435af4741e7701d1aca1310f95683bb2af893e42ea6b535695883c5774b066