[INFO] fetching crate yggdrasil-parser 0.1.0...
[INFO] testing yggdrasil-parser-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate yggdrasil-parser 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate yggdrasil-parser 0.1.0
[INFO] finished tweaking crates.io crate yggdrasil-parser 0.1.0
[INFO] tweaked toml for crates.io crate yggdrasil-parser 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate yggdrasil-parser 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 6 packages to latest compatible versions
[INFO] [stderr]       Adding yggdrasil-rt v0.0.16 (available: v0.1.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded yggdrasil-rt v0.0.16
[INFO] [stderr]   Downloaded daachorse v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8a4a98cc6085ef177c0f6aa526031166977b92331d0a3f9252dd1c97480fe578
[INFO] running `Command { std: "docker" "start" "-a" "8a4a98cc6085ef177c0f6aa526031166977b92331d0a3f9252dd1c97480fe578", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a4a98cc6085ef177c0f6aa526031166977b92331d0a3f9252dd1c97480fe578", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a4a98cc6085ef177c0f6aa526031166977b92331d0a3f9252dd1c97480fe578", kill_on_drop: false }`
[INFO] [stdout] 8a4a98cc6085ef177c0f6aa526031166977b92331d0a3f9252dd1c97480fe578
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc2dd707f29c7d19c762dfd0a85fea3fd3c1964106d47ec91399735a6bcf2368
[INFO] running `Command { std: "docker" "start" "-a" "bc2dd707f29c7d19c762dfd0a85fea3fd3c1964106d47ec91399735a6bcf2368", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling daachorse v1.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling yggdrasil-rt v0.0.16
[INFO] [stderr]    Compiling yggdrasil-parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(lazy_cell)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]   --> src/antlr/mod.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]   --> src/antlr/mod.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:179:12
[INFO] [stdout]     |
[INFO] [stdout] 179 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:185:12
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:194:12
[INFO] [stdout]     |
[INFO] [stdout] 194 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:201:12
[INFO] [stdout]     |
[INFO] [stdout] 201 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:206:12
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:217:12
[INFO] [stdout]     |
[INFO] [stdout] 217 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:223:12
[INFO] [stdout]     |
[INFO] [stdout] 223 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:228:12
[INFO] [stdout]     |
[INFO] [stdout] 228 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:238:12
[INFO] [stdout]     |
[INFO] [stdout] 238 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:244:12
[INFO] [stdout]     |
[INFO] [stdout] 244 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:251:12
[INFO] [stdout]     |
[INFO] [stdout] 251 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:258:12
[INFO] [stdout]     |
[INFO] [stdout] 258 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:263:12
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:272:12
[INFO] [stdout]     |
[INFO] [stdout] 272 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:278:12
[INFO] [stdout]     |
[INFO] [stdout] 278 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:285:12
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:293:12
[INFO] [stdout]     |
[INFO] [stdout] 293 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:299:12
[INFO] [stdout]     |
[INFO] [stdout] 299 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:306:12
[INFO] [stdout]     |
[INFO] [stdout] 306 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:313:12
[INFO] [stdout]     |
[INFO] [stdout] 313 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:320:12
[INFO] [stdout]     |
[INFO] [stdout] 320 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:326:12
[INFO] [stdout]     |
[INFO] [stdout] 326 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:333:12
[INFO] [stdout]     |
[INFO] [stdout] 333 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:339:12
[INFO] [stdout]     |
[INFO] [stdout] 339 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:345:12
[INFO] [stdout]     |
[INFO] [stdout] 345 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:351:12
[INFO] [stdout]     |
[INFO] [stdout] 351 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:357:12
[INFO] [stdout]     |
[INFO] [stdout] 357 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:363:12
[INFO] [stdout]     |
[INFO] [stdout] 363 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:370:12
[INFO] [stdout]     |
[INFO] [stdout] 370 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:378:12
[INFO] [stdout]     |
[INFO] [stdout] 378 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:385:12
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:394:12
[INFO] [stdout]     |
[INFO] [stdout] 394 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:409:12
[INFO] [stdout]     |
[INFO] [stdout] 409 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:415:12
[INFO] [stdout]     |
[INFO] [stdout] 415 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:421:12
[INFO] [stdout]     |
[INFO] [stdout] 421 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:427:12
[INFO] [stdout]     |
[INFO] [stdout] 427 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:433:12
[INFO] [stdout]     |
[INFO] [stdout] 433 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:440:12
[INFO] [stdout]     |
[INFO] [stdout] 440 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:446:12
[INFO] [stdout]     |
[INFO] [stdout] 446 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:452:12
[INFO] [stdout]     |
[INFO] [stdout] 452 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:458:12
[INFO] [stdout]     |
[INFO] [stdout] 458 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:464:12
[INFO] [stdout]     |
[INFO] [stdout] 464 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:470:12
[INFO] [stdout]     |
[INFO] [stdout] 470 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:476:12
[INFO] [stdout]     |
[INFO] [stdout] 476 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:483:12
[INFO] [stdout]     |
[INFO] [stdout] 483 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:488:12
[INFO] [stdout]     |
[INFO] [stdout] 488 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:495:12
[INFO] [stdout]     |
[INFO] [stdout] 495 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:501:12
[INFO] [stdout]     |
[INFO] [stdout] 501 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:507:12
[INFO] [stdout]     |
[INFO] [stdout] 507 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:513:12
[INFO] [stdout]     |
[INFO] [stdout] 513 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:519:12
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:525:12
[INFO] [stdout]     |
[INFO] [stdout] 525 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:531:12
[INFO] [stdout]     |
[INFO] [stdout] 531 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:538:12
[INFO] [stdout]     |
[INFO] [stdout] 538 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:544:12
[INFO] [stdout]     |
[INFO] [stdout] 544 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:549:12
[INFO] [stdout]     |
[INFO] [stdout] 549 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:554:12
[INFO] [stdout]     |
[INFO] [stdout] 554 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:559:12
[INFO] [stdout]     |
[INFO] [stdout] 559 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:564:12
[INFO] [stdout]     |
[INFO] [stdout] 564 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:569:12
[INFO] [stdout]     |
[INFO] [stdout] 569 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:574:12
[INFO] [stdout]     |
[INFO] [stdout] 574 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:579:12
[INFO] [stdout]     |
[INFO] [stdout] 579 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:584:12
[INFO] [stdout]     |
[INFO] [stdout] 584 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/antlr/mod.rs:589:12
[INFO] [stdout]     |
[INFO] [stdout] 589 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]   --> src/bootstrap/mod.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]   --> src/bootstrap/mod.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:179:12
[INFO] [stdout]     |
[INFO] [stdout] 179 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:185:12
[INFO] [stdout]     |
[INFO] [stdout] 185 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:194:12
[INFO] [stdout]     |
[INFO] [stdout] 194 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:201:12
[INFO] [stdout]     |
[INFO] [stdout] 201 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:206:12
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:217:12
[INFO] [stdout]     |
[INFO] [stdout] 217 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:223:12
[INFO] [stdout]     |
[INFO] [stdout] 223 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:228:12
[INFO] [stdout]     |
[INFO] [stdout] 228 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:238:12
[INFO] [stdout]     |
[INFO] [stdout] 238 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:244:12
[INFO] [stdout]     |
[INFO] [stdout] 244 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:251:12
[INFO] [stdout]     |
[INFO] [stdout] 251 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:258:12
[INFO] [stdout]     |
[INFO] [stdout] 258 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:263:12
[INFO] [stdout]     |
[INFO] [stdout] 263 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:272:12
[INFO] [stdout]     |
[INFO] [stdout] 272 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:278:12
[INFO] [stdout]     |
[INFO] [stdout] 278 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:285:12
[INFO] [stdout]     |
[INFO] [stdout] 285 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:293:12
[INFO] [stdout]     |
[INFO] [stdout] 293 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:299:12
[INFO] [stdout]     |
[INFO] [stdout] 299 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:306:12
[INFO] [stdout]     |
[INFO] [stdout] 306 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:313:12
[INFO] [stdout]     |
[INFO] [stdout] 313 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:320:12
[INFO] [stdout]     |
[INFO] [stdout] 320 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:326:12
[INFO] [stdout]     |
[INFO] [stdout] 326 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:333:12
[INFO] [stdout]     |
[INFO] [stdout] 333 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:339:12
[INFO] [stdout]     |
[INFO] [stdout] 339 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:345:12
[INFO] [stdout]     |
[INFO] [stdout] 345 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:351:12
[INFO] [stdout]     |
[INFO] [stdout] 351 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:357:12
[INFO] [stdout]     |
[INFO] [stdout] 357 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:363:12
[INFO] [stdout]     |
[INFO] [stdout] 363 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:370:12
[INFO] [stdout]     |
[INFO] [stdout] 370 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:378:12
[INFO] [stdout]     |
[INFO] [stdout] 378 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:385:12
[INFO] [stdout]     |
[INFO] [stdout] 385 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:394:12
[INFO] [stdout]     |
[INFO] [stdout] 394 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:409:12
[INFO] [stdout]     |
[INFO] [stdout] 409 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:415:12
[INFO] [stdout]     |
[INFO] [stdout] 415 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:421:12
[INFO] [stdout]     |
[INFO] [stdout] 421 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:427:12
[INFO] [stdout]     |
[INFO] [stdout] 427 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:433:12
[INFO] [stdout]     |
[INFO] [stdout] 433 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:440:12
[INFO] [stdout]     |
[INFO] [stdout] 440 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:447:12
[INFO] [stdout]     |
[INFO] [stdout] 447 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:453:12
[INFO] [stdout]     |
[INFO] [stdout] 453 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:459:12
[INFO] [stdout]     |
[INFO] [stdout] 459 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:465:12
[INFO] [stdout]     |
[INFO] [stdout] 465 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:471:12
[INFO] [stdout]     |
[INFO] [stdout] 471 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:477:12
[INFO] [stdout]     |
[INFO] [stdout] 477 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:484:12
[INFO] [stdout]     |
[INFO] [stdout] 484 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:490:12
[INFO] [stdout]     |
[INFO] [stdout] 490 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:497:12
[INFO] [stdout]     |
[INFO] [stdout] 497 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:503:12
[INFO] [stdout]     |
[INFO] [stdout] 503 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:509:12
[INFO] [stdout]     |
[INFO] [stdout] 509 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:515:12
[INFO] [stdout]     |
[INFO] [stdout] 515 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:521:12
[INFO] [stdout]     |
[INFO] [stdout] 521 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:527:12
[INFO] [stdout]     |
[INFO] [stdout] 527 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:533:12
[INFO] [stdout]     |
[INFO] [stdout] 533 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:540:12
[INFO] [stdout]     |
[INFO] [stdout] 540 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:547:12
[INFO] [stdout]     |
[INFO] [stdout] 547 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:552:12
[INFO] [stdout]     |
[INFO] [stdout] 552 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:557:12
[INFO] [stdout]     |
[INFO] [stdout] 557 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:562:12
[INFO] [stdout]     |
[INFO] [stdout] 562 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:567:12
[INFO] [stdout]     |
[INFO] [stdout] 567 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:572:12
[INFO] [stdout]     |
[INFO] [stdout] 572 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:577:12
[INFO] [stdout]     |
[INFO] [stdout] 577 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:582:12
[INFO] [stdout]     |
[INFO] [stdout] 582 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:587:12
[INFO] [stdout]     |
[INFO] [stdout] 587 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `serde`
[INFO] [stdout]    --> src/bootstrap/mod.rs:592:12
[INFO] [stdout]     |
[INFO] [stdout] 592 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `serde` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(lazy_cell)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]  --> src/antlr/parse_ast.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected signature `fn(&antlr::RootNode) -> std::ops::Range<_>`
[INFO] [stdout]              found signature `fn(&antlr::RootNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]   |
[INFO] [stdout] 6 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 6 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]   --> src/antlr/parse_ast.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&antlr::StatementNode) -> std::ops::Range<_>`
[INFO] [stdout]               found signature `fn(&antlr::StatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 29 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 29 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]   --> src/antlr/parse_ast.rs:70:28
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&antlr::GrammarStatementNode) -> std::ops::Range<_>`
[INFO] [stdout]               found signature `fn(&antlr::GrammarStatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 70 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 70 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]   --> src/antlr/parse_ast.rs:94:28
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&antlr::GrammarBlockNode) -> std::ops::Range<_>`
[INFO] [stdout]               found signature `fn(&antlr::GrammarBlockNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 94 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 94 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:116:28
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::ClassStatementNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::ClassStatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 116 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 116 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::ClassBlockNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::ClassBlockNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 144 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 144 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:167:28
[INFO] [stdout]     |
[INFO] [stdout] 167 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::OpRemarkNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::OpRemarkNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 167 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 167 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:189:28
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::UnionStatementNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::UnionStatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 189 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 189 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:216:28
[INFO] [stdout]     |
[INFO] [stdout] 216 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::UnionBlockNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::UnionBlockNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 216 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 216 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:239:28
[INFO] [stdout]     |
[INFO] [stdout] 239 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::UnionBranchNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::UnionBranchNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 239 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 239 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:263:28
[INFO] [stdout]     |
[INFO] [stdout] 263 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::BranchTagNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::BranchTagNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 263 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 263 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:287:28
[INFO] [stdout]     |
[INFO] [stdout] 287 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::RightAssociativityNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::RightAssociativityNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 287 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 287 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:309:28
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::GroupStatementNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::GroupStatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 309 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 309 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:335:28
[INFO] [stdout]     |
[INFO] [stdout] 335 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::GroupBlockNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::GroupBlockNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 335 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 335 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:358:28
[INFO] [stdout]     |
[INFO] [stdout] 358 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::GroupPairNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::GroupPairNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 358 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 358 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:382:28
[INFO] [stdout]     |
[INFO] [stdout] 382 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::ExternalStatementNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::ExternalStatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 382 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 382 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:407:28
[INFO] [stdout]     |
[INFO] [stdout] 407 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::LinkerBlockNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::LinkerBlockNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 407 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 407 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:430:28
[INFO] [stdout]     |
[INFO] [stdout] 430 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::LinkerPairNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::LinkerPairNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 430 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 430 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:454:28
[INFO] [stdout]     |
[INFO] [stdout] 454 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::KwExternalNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::KwExternalNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 454 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 454 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:487:28
[INFO] [stdout]     |
[INFO] [stdout] 487 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::DecoratorCallNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::DecoratorCallNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 487 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 487 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:511:28
[INFO] [stdout]     |
[INFO] [stdout] 511 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::DecoratorNameNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::DecoratorNameNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 511 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 511 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:534:28
[INFO] [stdout]     |
[INFO] [stdout] 534 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::FunctionCallNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::FunctionCallNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 534 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 534 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:558:28
[INFO] [stdout]     |
[INFO] [stdout] 558 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::FunctionNameNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::FunctionNameNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 558 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 558 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:581:28
[INFO] [stdout]     |
[INFO] [stdout] 581 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::CallBodyNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::CallBodyNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 581 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 581 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:604:28
[INFO] [stdout]     |
[INFO] [stdout] 604 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::ExpressionNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::ExpressionNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 604 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 604 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:627:28
[INFO] [stdout]     |
[INFO] [stdout] 627 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::ExpressionHardNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::ExpressionHardNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 627 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 627 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:650:28
[INFO] [stdout]     |
[INFO] [stdout] 650 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::ExpressionSoftNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::ExpressionSoftNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 650 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 650 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:673:28
[INFO] [stdout]     |
[INFO] [stdout] 673 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::ExpressionTagNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::ExpressionTagNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 673 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 673 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:697:28
[INFO] [stdout]     |
[INFO] [stdout] 697 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::TermNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::TermNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 697 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 697 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:722:28
[INFO] [stdout]     |
[INFO] [stdout] 722 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::PrefixNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::PrefixNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 722 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 722 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:755:28
[INFO] [stdout]     |
[INFO] [stdout] 755 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::SuffixNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::SuffixNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 755 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 755 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:796:28
[INFO] [stdout]     |
[INFO] [stdout] 796 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::AtomicNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::AtomicNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 796 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 796 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:861:28
[INFO] [stdout]     |
[INFO] [stdout] 861 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::GroupExpressionNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::GroupExpressionNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 861 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 861 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:884:28
[INFO] [stdout]     |
[INFO] [stdout] 884 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::StringRawNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::StringRawNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 884 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 884 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:907:28
[INFO] [stdout]     |
[INFO] [stdout] 907 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::StringRawTextNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::StringRawTextNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 907 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 907 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:930:28
[INFO] [stdout]     |
[INFO] [stdout] 930 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::StringNormalNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::StringNormalNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 930 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 930 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:953:28
[INFO] [stdout]     |
[INFO] [stdout] 953 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::StringItemNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::StringItemNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 953 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 953 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/antlr/parse_ast.rs:986:28
[INFO] [stdout]     |
[INFO] [stdout] 986 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&antlr::EscapedUnicodeNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&antlr::EscapedUnicodeNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 986 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 986 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1009:28
[INFO] [stdout]      |
[INFO] [stdout] 1009 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::EscapedCharacterNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::EscapedCharacterNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1009 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1009 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1032:28
[INFO] [stdout]      |
[INFO] [stdout] 1032 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::HexNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::HexNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1032 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1032 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1055:28
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::TextAnyNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::TextAnyNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1055 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1055 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1078:28
[INFO] [stdout]      |
[INFO] [stdout] 1078 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::RegexEmbedNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::RegexEmbedNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1078 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1078 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1101:28
[INFO] [stdout]      |
[INFO] [stdout] 1101 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::RegexInnerNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::RegexInnerNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1101 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1101 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1124:28
[INFO] [stdout]      |
[INFO] [stdout] 1124 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::RegexRangeNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::RegexRangeNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1124 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1124 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1148:28
[INFO] [stdout]      |
[INFO] [stdout] 1148 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::RegexNegativeNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::RegexNegativeNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1148 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1148 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1170:28
[INFO] [stdout]      |
[INFO] [stdout] 1170 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::CategoryNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::CategoryNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1170 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1170 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1194:28
[INFO] [stdout]      |
[INFO] [stdout] 1194 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::NamepathFreeNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::NamepathFreeNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1194 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1194 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1217:28
[INFO] [stdout]      |
[INFO] [stdout] 1217 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::NamepathNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::NamepathNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1217 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1217 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1240:28
[INFO] [stdout]      |
[INFO] [stdout] 1240 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::IdentifierNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::IdentifierNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1240 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1240 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1263:28
[INFO] [stdout]      |
[INFO] [stdout] 1263 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::BooleanNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::BooleanNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1263 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1263 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1292:28
[INFO] [stdout]      |
[INFO] [stdout] 1292 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::IntegerNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::IntegerNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1292 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1292 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1315:28
[INFO] [stdout]      |
[INFO] [stdout] 1315 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::RangeExactNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::RangeExactNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1315 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1315 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1338:28
[INFO] [stdout]      |
[INFO] [stdout] 1338 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::RangeNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::RangeNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1338 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1338 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1362:28
[INFO] [stdout]      |
[INFO] [stdout] 1362 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::ModifierCallNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::ModifierCallNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1362 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1362 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1385:28
[INFO] [stdout]      |
[INFO] [stdout] 1385 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::OpCategoryNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::OpCategoryNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1385 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1385 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1407:28
[INFO] [stdout]      |
[INFO] [stdout] 1407 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::KwGrammarNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::KwGrammarNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1407 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1407 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1429:28
[INFO] [stdout]      |
[INFO] [stdout] 1429 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::KwImportNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::KwImportNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1429 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1429 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1451:28
[INFO] [stdout]      |
[INFO] [stdout] 1451 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::KwClassNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::KwClassNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1451 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1451 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1473:28
[INFO] [stdout]      |
[INFO] [stdout] 1473 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::KwUnionNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::KwUnionNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1473 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1473 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1495:28
[INFO] [stdout]      |
[INFO] [stdout] 1495 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::KwGroupNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::KwGroupNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1495 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1495 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1517:28
[INFO] [stdout]      |
[INFO] [stdout] 1517 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::KwClimbNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::KwClimbNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1517 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1517 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1539:28
[INFO] [stdout]      |
[INFO] [stdout] 1539 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::KwMacroNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::KwMacroNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1539 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1539 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1561:28
[INFO] [stdout]      |
[INFO] [stdout] 1561 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::WhiteSpaceNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::WhiteSpaceNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1561 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1561 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/antlr/parse_ast.rs:1583:28
[INFO] [stdout]      |
[INFO] [stdout] 1583 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&antlr::CommentNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&antlr::CommentNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1583 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1583 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]  --> src/bootstrap/parse_ast.rs:6:28
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected signature `fn(&bootstrap::RootNode) -> std::ops::Range<_>`
[INFO] [stdout]              found signature `fn(&bootstrap::RootNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]   |
[INFO] [stdout] 6 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 6 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]   --> src/bootstrap/parse_ast.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&bootstrap::StatementNode) -> std::ops::Range<_>`
[INFO] [stdout]               found signature `fn(&bootstrap::StatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 29 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 29 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]   --> src/bootstrap/parse_ast.rs:70:28
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&bootstrap::GrammarStatementNode) -> std::ops::Range<_>`
[INFO] [stdout]               found signature `fn(&bootstrap::GrammarStatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 70 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 70 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]   --> src/bootstrap/parse_ast.rs:94:28
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&bootstrap::GrammarBlockNode) -> std::ops::Range<_>`
[INFO] [stdout]               found signature `fn(&bootstrap::GrammarBlockNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 94 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 94 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::ClassStatementNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::ClassStatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 114 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 114 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:146:28
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::ClassBlockNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::ClassBlockNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 146 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 146 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:169:28
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::OpRemarkNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::OpRemarkNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 169 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 169 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:189:28
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::UnionStatementNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::UnionStatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 189 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 189 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:220:28
[INFO] [stdout]     |
[INFO] [stdout] 220 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::UnionBlockNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::UnionBlockNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 220 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 220 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:245:28
[INFO] [stdout]     |
[INFO] [stdout] 245 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::UnionBranchNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::UnionBranchNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 245 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 245 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:269:28
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::BranchTagNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::BranchTagNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 269 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 269 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:293:28
[INFO] [stdout]     |
[INFO] [stdout] 293 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::RightAssociativityNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::RightAssociativityNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 293 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 293 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:313:28
[INFO] [stdout]     |
[INFO] [stdout] 313 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::GroupStatementNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::GroupStatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 313 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 313 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:343:28
[INFO] [stdout]     |
[INFO] [stdout] 343 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::GroupBlockNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::GroupBlockNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 343 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 343 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:366:28
[INFO] [stdout]     |
[INFO] [stdout] 366 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::GroupPairNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::GroupPairNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 366 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 366 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:390:28
[INFO] [stdout]     |
[INFO] [stdout] 390 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::ExternalStatementNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::ExternalStatementNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 390 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 390 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:415:28
[INFO] [stdout]     |
[INFO] [stdout] 415 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::LinkerBlockNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::LinkerBlockNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 415 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 415 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:440:28
[INFO] [stdout]     |
[INFO] [stdout] 440 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::LinkerPairNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::LinkerPairNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 440 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 440 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:464:28
[INFO] [stdout]     |
[INFO] [stdout] 464 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::KwExternalNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::KwExternalNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 464 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 464 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:497:28
[INFO] [stdout]     |
[INFO] [stdout] 497 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::DecoratorCallNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::DecoratorCallNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 497 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 497 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:521:28
[INFO] [stdout]     |
[INFO] [stdout] 521 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::DecoratorNameNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::DecoratorNameNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 521 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 521 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:544:28
[INFO] [stdout]     |
[INFO] [stdout] 544 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::FunctionCallNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::FunctionCallNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 544 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 544 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:568:28
[INFO] [stdout]     |
[INFO] [stdout] 568 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::FunctionNameNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::FunctionNameNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 568 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 568 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:591:28
[INFO] [stdout]     |
[INFO] [stdout] 591 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::CallBodyNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::CallBodyNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 591 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 591 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:614:28
[INFO] [stdout]     |
[INFO] [stdout] 614 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::ExpressionNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::ExpressionNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 614 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 614 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:639:28
[INFO] [stdout]     |
[INFO] [stdout] 639 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::ExpressionHardNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::ExpressionHardNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 639 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 639 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:664:28
[INFO] [stdout]     |
[INFO] [stdout] 664 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::ExpressionSoftNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::ExpressionSoftNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 664 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 664 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:689:28
[INFO] [stdout]     |
[INFO] [stdout] 689 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::ExpressionTagNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::ExpressionTagNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 689 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 689 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:713:28
[INFO] [stdout]     |
[INFO] [stdout] 713 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::TermNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::TermNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 713 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 713 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:738:28
[INFO] [stdout]     |
[INFO] [stdout] 738 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::PrefixNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::PrefixNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 738 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 738 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:771:28
[INFO] [stdout]     |
[INFO] [stdout] 771 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::SuffixNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::SuffixNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 771 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 771 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:812:28
[INFO] [stdout]     |
[INFO] [stdout] 812 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::AtomicNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::AtomicNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 812 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 812 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:877:28
[INFO] [stdout]     |
[INFO] [stdout] 877 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::GroupExpressionNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::GroupExpressionNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 877 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 877 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:900:28
[INFO] [stdout]     |
[INFO] [stdout] 900 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::StringRawNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::StringRawNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 900 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 900 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:923:28
[INFO] [stdout]     |
[INFO] [stdout] 923 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::StringRawTextNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::StringRawTextNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 923 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 923 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:943:28
[INFO] [stdout]     |
[INFO] [stdout] 943 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::StringNormalNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::StringNormalNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 943 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 943 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:968:28
[INFO] [stdout]     |
[INFO] [stdout] 968 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected signature `fn(&bootstrap::StringItemNode) -> std::ops::Range<_>`
[INFO] [stdout]                found signature `fn(&bootstrap::StringItemNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]     |
[INFO] [stdout] 968 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 968 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1001:28
[INFO] [stdout]      |
[INFO] [stdout] 1001 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::EscapedUnicodeNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::EscapedUnicodeNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1001 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1001 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1024:28
[INFO] [stdout]      |
[INFO] [stdout] 1024 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::EscapedCharacterNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::EscapedCharacterNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1024 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1024 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1045:28
[INFO] [stdout]      |
[INFO] [stdout] 1045 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::HexNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::HexNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1045 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1045 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1066:28
[INFO] [stdout]      |
[INFO] [stdout] 1066 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::TextAnyNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::TextAnyNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1066 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1066 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1086:28
[INFO] [stdout]      |
[INFO] [stdout] 1086 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::RegexEmbedNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::RegexEmbedNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1086 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1086 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1109:28
[INFO] [stdout]      |
[INFO] [stdout] 1109 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::RegexInnerNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::RegexInnerNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1109 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1109 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1129:28
[INFO] [stdout]      |
[INFO] [stdout] 1129 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::RegexRangeNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::RegexRangeNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1129 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1129 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1153:28
[INFO] [stdout]      |
[INFO] [stdout] 1153 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::RegexNegativeNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::RegexNegativeNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1153 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1153 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1174:28
[INFO] [stdout]      |
[INFO] [stdout] 1174 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::CategoryNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::CategoryNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1174 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1174 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1199:28
[INFO] [stdout]      |
[INFO] [stdout] 1199 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::NamepathFreeNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::NamepathFreeNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1199 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1199 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1222:28
[INFO] [stdout]      |
[INFO] [stdout] 1222 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::NamepathNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::NamepathNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1222 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1222 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1245:28
[INFO] [stdout]      |
[INFO] [stdout] 1245 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::IdentifierNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::IdentifierNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1245 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1245 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1265:28
[INFO] [stdout]      |
[INFO] [stdout] 1265 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::BooleanNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::BooleanNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1265 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1265 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1294:28
[INFO] [stdout]      |
[INFO] [stdout] 1294 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::IntegerNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::IntegerNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1294 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1294 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1314:28
[INFO] [stdout]      |
[INFO] [stdout] 1314 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::RangeExactNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::RangeExactNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1314 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1314 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1337:28
[INFO] [stdout]      |
[INFO] [stdout] 1337 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::RangeNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::RangeNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1337 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1337 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1361:28
[INFO] [stdout]      |
[INFO] [stdout] 1361 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::ModifierCallNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::ModifierCallNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1361 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1361 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1385:28
[INFO] [stdout]      |
[INFO] [stdout] 1385 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::OpCategoryNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::OpCategoryNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1385 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1385 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1406:28
[INFO] [stdout]      |
[INFO] [stdout] 1406 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::KwGrammarNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::KwGrammarNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1406 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1406 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1426:28
[INFO] [stdout]      |
[INFO] [stdout] 1426 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::KwImportNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::KwImportNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1426 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1426 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1446:28
[INFO] [stdout]      |
[INFO] [stdout] 1446 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::KwClassNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::KwClassNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1446 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1446 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1466:28
[INFO] [stdout]      |
[INFO] [stdout] 1466 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::KwUnionNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::KwUnionNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1466 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1466 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1486:28
[INFO] [stdout]      |
[INFO] [stdout] 1486 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::KwGroupNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::KwGroupNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1486 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1486 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1506:28
[INFO] [stdout]      |
[INFO] [stdout] 1506 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::KwClimbNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::KwClimbNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1506 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1506 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1526:28
[INFO] [stdout]      |
[INFO] [stdout] 1526 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::KwMacroNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::KwMacroNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1526 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1526 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1546:28
[INFO] [stdout]      |
[INFO] [stdout] 1546 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::WhiteSpaceNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::WhiteSpaceNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1546 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1546 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `get_range` has an incompatible type for trait
[INFO] [stdout]     --> src/bootstrap/parse_ast.rs:1566:28
[INFO] [stdout]      |
[INFO] [stdout] 1566 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^^^^^^^ expected `std::ops::Range<usize>`, found `Option<std::ops::Range<usize>>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected signature `fn(&bootstrap::CommentNode) -> std::ops::Range<_>`
[INFO] [stdout]                 found signature `fn(&bootstrap::CommentNode) -> Option<std::ops::Range<_>>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]      |
[INFO] [stdout] 1566 -     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout] 1566 +     fn get_range(&self) -> std::ops::Range<usize> {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/antlr/parse_ast.rs:31:40
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]    |                            -------------------- expected `Option<std::ops::Range<usize>>` because of return type
[INFO] [stdout] 30 |         match self {
[INFO] [stdout] 31 |             Self::ClassStatement(s) => s.get_range(),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^ expected `Option<Range<usize>>`, found `Range<usize>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Option<std::ops::Range<_>>`
[INFO] [stdout]             found struct `std::ops::Range<_>`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]    |
[INFO] [stdout] 31 |             Self::ClassStatement(s) => Some(s.get_range()),
[INFO] [stdout]    |                                        +++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: `match` arms have incompatible types
[INFO] [stdout]    --> src/antlr/parse_ast.rs:760:31
[INFO] [stdout]     |
[INFO] [stdout] 756 | /         match self {
[INFO] [stdout] 757 | |             Self::Many => None,
[INFO] [stdout]     | |                           ---- this is found to be of type `Option<std::ops::Range<usize>>`
[INFO] [stdout] 758 | |             Self::Many1 => None,
[INFO] [stdout]     | |                            ---- this is found to be of type `Option<std::ops::Range<usize>>`
[INFO] [stdout] 759 | |             Self::Optional => None,
[INFO] [stdout]     | |                               ---- this is found to be of type `Option<std::ops::Range<usize>>`
[INFO] [stdout] 760 | |             Self::Range(s) => s.get_range(),
[INFO] [stdout]     | |                               ^^^^^^^^^^^^^ expected `Option<Range<usize>>`, found `Range<usize>`
[INFO] [stdout] 761 | |             Self::RangeExact(s) => s.get_range(),
[INFO] [stdout] 762 | |         }
[INFO] [stdout]     | |_________- `match` arms have incompatible types
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<std::ops::Range<_>>`
[INFO] [stdout]              found struct `std::ops::Range<_>`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]     |
[INFO] [stdout] 760 |             Self::Range(s) => Some(s.get_range()),
[INFO] [stdout]     |                               +++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/antlr/parse_ast.rs:798:33
[INFO] [stdout]     |
[INFO] [stdout] 796 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            -------------------- expected `Option<std::ops::Range<usize>>` because of return type
[INFO] [stdout] 797 |         match self {
[INFO] [stdout] 798 |             Self::Boolean(s) => s.get_range(),
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^ expected `Option<Range<usize>>`, found `Range<usize>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<std::ops::Range<_>>`
[INFO] [stdout]              found struct `std::ops::Range<_>`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]     |
[INFO] [stdout] 798 |             Self::Boolean(s) => Some(s.get_range()),
[INFO] [stdout]     |                                 +++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/antlr/parse_ast.rs:955:42
[INFO] [stdout]     |
[INFO] [stdout] 953 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            -------------------- expected `Option<std::ops::Range<usize>>` because of return type
[INFO] [stdout] 954 |         match self {
[INFO] [stdout] 955 |             Self::EscapedCharacter(s) => s.get_range(),
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^ expected `Option<Range<usize>>`, found `Range<usize>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<std::ops::Range<_>>`
[INFO] [stdout]              found struct `std::ops::Range<_>`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]     |
[INFO] [stdout] 955 |             Self::EscapedCharacter(s) => Some(s.get_range()),
[INFO] [stdout]     |                                          +++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/bootstrap/parse_ast.rs:31:40
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]    |                            -------------------- expected `Option<std::ops::Range<usize>>` because of return type
[INFO] [stdout] 30 |         match self {
[INFO] [stdout] 31 |             Self::ClassStatement(s) => s.get_range(),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^ expected `Option<Range<usize>>`, found `Range<usize>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Option<std::ops::Range<_>>`
[INFO] [stdout]             found struct `std::ops::Range<_>`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]    |
[INFO] [stdout] 31 |             Self::ClassStatement(s) => Some(s.get_range()),
[INFO] [stdout]    |                                        +++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: `match` arms have incompatible types
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:776:31
[INFO] [stdout]     |
[INFO] [stdout] 772 | /         match self {
[INFO] [stdout] 773 | |             Self::Many => None,
[INFO] [stdout]     | |                           ---- this is found to be of type `Option<std::ops::Range<usize>>`
[INFO] [stdout] 774 | |             Self::Many1 => None,
[INFO] [stdout]     | |                            ---- this is found to be of type `Option<std::ops::Range<usize>>`
[INFO] [stdout] 775 | |             Self::Optional => None,
[INFO] [stdout]     | |                               ---- this is found to be of type `Option<std::ops::Range<usize>>`
[INFO] [stdout] 776 | |             Self::Range(s) => s.get_range(),
[INFO] [stdout]     | |                               ^^^^^^^^^^^^^ expected `Option<Range<usize>>`, found `Range<usize>`
[INFO] [stdout] 777 | |             Self::RangeExact(s) => s.get_range(),
[INFO] [stdout] 778 | |         }
[INFO] [stdout]     | |_________- `match` arms have incompatible types
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<std::ops::Range<_>>`
[INFO] [stdout]              found struct `std::ops::Range<_>`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]     |
[INFO] [stdout] 776 |             Self::Range(s) => Some(s.get_range()),
[INFO] [stdout]     |                               +++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:814:33
[INFO] [stdout]     |
[INFO] [stdout] 812 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            -------------------- expected `Option<std::ops::Range<usize>>` because of return type
[INFO] [stdout] 813 |         match self {
[INFO] [stdout] 814 |             Self::Boolean(s) => s.get_range(),
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^ expected `Option<Range<usize>>`, found `Range<usize>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<std::ops::Range<_>>`
[INFO] [stdout]              found struct `std::ops::Range<_>`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]     |
[INFO] [stdout] 814 |             Self::Boolean(s) => Some(s.get_range()),
[INFO] [stdout]     |                                 +++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/bootstrap/parse_ast.rs:970:42
[INFO] [stdout]     |
[INFO] [stdout] 968 |     fn get_range(&self) -> Option<Range<usize>> {
[INFO] [stdout]     |                            -------------------- expected `Option<std::ops::Range<usize>>` because of return type
[INFO] [stdout] 969 |         match self {
[INFO] [stdout] 970 |             Self::EscapedCharacter(s) => s.get_range(),
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^ expected `Option<Range<usize>>`, found `Range<usize>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Option<std::ops::Range<_>>`
[INFO] [stdout]              found struct `std::ops::Range<_>`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]     |
[INFO] [stdout] 970 |             Self::EscapedCharacter(s) => Some(s.get_range()),
[INFO] [stdout]     |                                          +++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `yggdrasil-parser` (lib) due to 137 previous errors; 133 warnings emitted
[INFO] [stdout] Some errors have detailed explanations: E0053, E0308, E0554.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0053`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bc2dd707f29c7d19c762dfd0a85fea3fd3c1964106d47ec91399735a6bcf2368", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc2dd707f29c7d19c762dfd0a85fea3fd3c1964106d47ec91399735a6bcf2368", kill_on_drop: false }`
[INFO] [stdout] bc2dd707f29c7d19c762dfd0a85fea3fd3c1964106d47ec91399735a6bcf2368
