Oct 27 03:53:24.189 INFO checking hgzimmerman/HLWNPA against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 03:53:24.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 03:53:24.735 INFO blam! 2c52125107ad0381ba76b7ffba25296667183a42fdbb55bab6279388c0c1840e Oct 27 03:53:24.743 INFO running `"docker" "start" "-a" "2c52125107ad0381ba76b7ffba25296667183a42fdbb55bab6279388c0c1840e"` Oct 27 03:53:25.337 INFO kablam! usermod: no changes Oct 27 03:53:25.447 INFO kablam! Checking memchr v1.0.1 Oct 27 03:53:25.447 INFO kablam! Checking uuid v0.4.0 Oct 27 03:53:25.900 INFO kablam! Checking nom v3.2.0 Oct 27 03:53:28.250 INFO kablam! Checking hlwnpa v0.1.1 (/source) Oct 27 03:53:29.576 INFO kablam! warning: unused import: `lang_result::LangError` Oct 27 03:53:29.576 INFO kablam! --> src/ast/mutability.rs:2:5 Oct 27 03:53:29.576 INFO kablam! | Oct 27 03:53:29.576 INFO kablam! 2 | use lang_result::LangError; Oct 27 03:53:29.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:29.577 INFO kablam! | Oct 27 03:53:29.577 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:53:29.578 INFO kablam! Oct 27 03:53:29.595 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 03:53:29.596 INFO kablam! --> src/repl.rs:6:5 Oct 27 03:53:29.596 INFO kablam! | Oct 27 03:53:29.596 INFO kablam! 6 | use std::collections::HashMap; Oct 27 03:53:29.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:29.597 INFO kablam! Oct 27 03:53:29.597 INFO kablam! warning: unused import: `std::rc::Rc` Oct 27 03:53:29.597 INFO kablam! --> src/repl.rs:12:5 Oct 27 03:53:29.598 INFO kablam! | Oct 27 03:53:29.598 INFO kablam! 12 | use std::rc::Rc; Oct 27 03:53:29.598 INFO kablam! | ^^^^^^^^^^^ Oct 27 03:53:29.598 INFO kablam! Oct 27 03:53:29.791 INFO kablam! warning: unused import: `ast` Oct 27 03:53:29.791 INFO kablam! --> src/ast/type_info.rs:346:13 Oct 27 03:53:29.792 INFO kablam! | Oct 27 03:53:29.792 INFO kablam! 346 | use ast; Oct 27 03:53:29.792 INFO kablam! | ^^^ Oct 27 03:53:29.793 INFO kablam! | Oct 27 03:53:29.793 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:53:29.793 INFO kablam! Oct 27 03:53:29.793 INFO kablam! warning: unused import: `lang_result::LangError` Oct 27 03:53:29.794 INFO kablam! --> src/ast/mutability.rs:2:5 Oct 27 03:53:29.794 INFO kablam! | Oct 27 03:53:29.794 INFO kablam! 2 | use lang_result::LangError; Oct 27 03:53:29.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:29.795 INFO kablam! Oct 27 03:53:29.819 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 27 03:53:29.820 INFO kablam! --> src/repl.rs:6:5 Oct 27 03:53:29.820 INFO kablam! | Oct 27 03:53:29.820 INFO kablam! 6 | use std::collections::HashMap; Oct 27 03:53:29.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:29.821 INFO kablam! Oct 27 03:53:29.821 INFO kablam! warning: unused import: `std::rc::Rc` Oct 27 03:53:29.821 INFO kablam! --> src/repl.rs:12:5 Oct 27 03:53:29.822 INFO kablam! | Oct 27 03:53:29.822 INFO kablam! 12 | use std::rc::Rc; Oct 27 03:53:29.822 INFO kablam! | ^^^^^^^^^^^ Oct 27 03:53:29.822 INFO kablam! Oct 27 03:53:31.711 INFO kablam! warning: unused variable: `identifier` Oct 27 03:53:31.711 INFO kablam! --> src/ast/abstract_syntax_tree.rs:559:36 Oct 27 03:53:31.711 INFO kablam! | Oct 27 03:53:31.711 INFO kablam! 559 | Datatype::StructType { ref identifier, ref type_information } => { Oct 27 03:53:31.711 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 27 03:53:31.711 INFO kablam! | Oct 27 03:53:31.711 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:53:31.711 INFO kablam! Oct 27 03:53:31.711 INFO kablam! warning: unused variable: `type_info` Oct 27 03:53:31.711 INFO kablam! --> src/ast/abstract_syntax_tree.rs:685:49 Oct 27 03:53:31.711 INFO kablam! | Oct 27 03:53:31.711 INFO kablam! 685 | ref type_info Oct 27 03:53:31.711 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `type_info: _` Oct 27 03:53:31.711 INFO kablam! Oct 27 03:53:31.711 INFO kablam! warning: unused variable: `identifier` Oct 27 03:53:31.711 INFO kablam! --> src/ast/abstract_syntax_tree.rs:753:71 Oct 27 03:53:31.711 INFO kablam! | Oct 27 03:53:31.711 INFO kablam! 753 | if let &Datatype::StructType{ ref identifier, ref type_information } = datatype { Oct 27 03:53:31.711 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 27 03:53:31.711 INFO kablam! Oct 27 03:53:31.727 INFO kablam! warning: unused variable: `identifier` Oct 27 03:53:31.727 INFO kablam! --> src/ast/type_info.rs:54:75 Oct 27 03:53:31.727 INFO kablam! | Oct 27 03:53:31.727 INFO kablam! 54 | if let SExpression::TypeAssignment{ref identifier, ref type_info} = *s_expression { Oct 27 03:53:31.727 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 27 03:53:31.727 INFO kablam! Oct 27 03:53:31.727 INFO kablam! warning: unused variable: `type_information` Oct 27 03:53:31.727 INFO kablam! --> src/ast/type_info.rs:77:47 Oct 27 03:53:31.727 INFO kablam! | Oct 27 03:53:31.727 INFO kablam! 77 | Datatype::StructType{ identifier, type_information} => TypeInfo::StructType{ identifier: identifier }, Oct 27 03:53:31.727 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `type_information: _` Oct 27 03:53:31.727 INFO kablam! Oct 27 03:53:31.727 INFO kablam! warning: unused variable: `parameters` Oct 27 03:53:31.727 INFO kablam! --> src/ast/type_info.rs:129:36 Oct 27 03:53:31.727 INFO kablam! | Oct 27 03:53:31.727 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 27 03:53:31.727 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `parameters: _` Oct 27 03:53:31.727 INFO kablam! Oct 27 03:53:31.727 INFO kablam! warning: unused variable: `return_type` Oct 27 03:53:31.727 INFO kablam! --> src/ast/type_info.rs:129:52 Oct 27 03:53:31.727 INFO kablam! | Oct 27 03:53:31.727 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 27 03:53:31.727 INFO kablam! | ^^^^^^^^^^^ help: try ignoring the field: `return_type: _` Oct 27 03:53:31.727 INFO kablam! Oct 27 03:53:31.727 INFO kablam! warning: unused variable: `ast` Oct 27 03:53:31.727 INFO kablam! --> src/ast/mutability.rs:54:65 Oct 27 03:53:31.727 INFO kablam! | Oct 27 03:53:31.727 INFO kablam! 54 | SExpression::Assignment{ref identifier, ref ast} => { // a := 5 Oct 27 03:53:31.727 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 27 03:53:31.727 INFO kablam! Oct 27 03:53:31.727 INFO kablam! warning: unused variable: `ast` Oct 27 03:53:31.727 INFO kablam! --> src/ast/mutability.rs:68:72 Oct 27 03:53:31.727 INFO kablam! | Oct 27 03:53:31.727 INFO kablam! 68 | SExpression::ConstDeclaration {ref identifier, ref ast} => { // const a := 5 Oct 27 03:53:31.727 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 27 03:53:31.727 INFO kablam! Oct 27 03:53:31.727 INFO kablam! warning: unused variable: `ast` Oct 27 03:53:31.727 INFO kablam! --> src/ast/mutability.rs:80:76 Oct 27 03:53:31.727 INFO kablam! | Oct 27 03:53:31.727 INFO kablam! 80 | SExpression::VariableDeclaration { ref identifier, ref ast } => { Oct 27 03:53:31.727 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 27 03:53:31.727 INFO kablam! Oct 27 03:53:31.727 INFO kablam! warning: unused variable: `function_datatype` Oct 27 03:53:31.727 INFO kablam! --> src/ast/mutability.rs:97:72 Oct 27 03:53:31.727 INFO kablam! | Oct 27 03:53:31.727 INFO kablam! 97 | SExpression::DeclareFunction { ref identifier, ref function_datatype } => { Oct 27 03:53:31.727 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: try ignoring the field: `function_datatype: _` Oct 27 03:53:31.727 INFO kablam! Oct 27 03:53:31.727 INFO kablam! warning: unused variable: `struct_type_info` Oct 27 03:53:31.727 INFO kablam! --> src/ast/mutability.rs:109:74 Oct 27 03:53:31.727 INFO kablam! | Oct 27 03:53:31.727 INFO kablam! 109 | SExpression::StructDeclaration { ref identifier, ref struct_type_info} => { Oct 27 03:53:31.727 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_type_info: _` Oct 27 03:53:31.727 INFO kablam! Oct 27 03:53:31.727 INFO kablam! warning: unused variable: `lhs_type` Oct 27 03:53:31.727 INFO kablam! --> src/ast/type_checking.rs:130:65 Oct 27 03:53:31.728 INFO kablam! | Oct 27 03:53:31.728 INFO kablam! 130 | Mutability::Mutable(ref lhs_type) => { Oct 27 03:53:31.728 INFO kablam! | ^^^^^^^^ help: consider using `_lhs_type` instead Oct 27 03:53:31.728 INFO kablam! Oct 27 03:53:31.728 INFO kablam! warning: unused variable: `lhs_mutability` Oct 27 03:53:31.728 INFO kablam! --> src/ast/type_checking.rs:166:38 Oct 27 03:53:31.728 INFO kablam! | Oct 27 03:53:31.728 INFO kablam! 166 | Some(lhs_mutability) => { Oct 27 03:53:31.728 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 27 03:53:31.728 INFO kablam! Oct 27 03:53:31.728 INFO kablam! warning: unused variable: `lhs_mutability` Oct 27 03:53:31.728 INFO kablam! --> src/ast/type_checking.rs:197:38 Oct 27 03:53:31.728 INFO kablam! | Oct 27 03:53:31.728 INFO kablam! 197 | Some(lhs_mutability) => { Oct 27 03:53:31.728 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 27 03:53:31.728 INFO kablam! Oct 27 03:53:31.728 INFO kablam! warning: unused variable: `lhs_mutability` Oct 27 03:53:31.728 INFO kablam! --> src/ast/type_checking.rs:226:38 Oct 27 03:53:31.728 INFO kablam! | Oct 27 03:53:31.728 INFO kablam! 226 | Some(lhs_mutability) => { Oct 27 03:53:31.728 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 27 03:53:31.728 INFO kablam! Oct 27 03:53:31.728 INFO kablam! warning: unused variable: `index` Oct 27 03:53:31.728 INFO kablam! --> src/ast/type_checking.rs:308:29 Oct 27 03:53:31.728 INFO kablam! | Oct 27 03:53:31.728 INFO kablam! 308 | ref index Oct 27 03:53:31.728 INFO kablam! | ^^^^^ help: try ignoring the field: `index: _` Oct 27 03:53:31.728 INFO kablam! Oct 27 03:53:31.728 INFO kablam! warning: unused variable: `struct_datatype` Oct 27 03:53:31.728 INFO kablam! --> src/ast/type_checking.rs:386:29 Oct 27 03:53:31.728 INFO kablam! | Oct 27 03:53:31.728 INFO kablam! 386 | ref struct_datatype Oct 27 03:53:31.728 INFO kablam! | ^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_datatype: _` Oct 27 03:53:31.728 INFO kablam! Oct 27 03:53:31.728 INFO kablam! warning: unused variable: `map` Oct 27 03:53:31.728 INFO kablam! --> src/ast/type_checking.rs:390:62 Oct 27 03:53:31.728 INFO kablam! | Oct 27 03:53:31.728 INFO kablam! 390 | if let TypeInfo::Struct{ ref map } = existing_struct_type.clone().get_type() { Oct 27 03:53:31.728 INFO kablam! | ^^^ help: try ignoring the field: `map: _` Oct 27 03:53:31.728 INFO kablam! Oct 27 03:53:31.728 INFO kablam! warning: unused variable: `identifier` Oct 27 03:53:31.728 INFO kablam! --> src/ast/type_checking.rs:399:29 Oct 27 03:53:31.728 INFO kablam! | Oct 27 03:53:31.728 INFO kablam! 399 | ref identifier, Oct 27 03:53:31.728 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 27 03:53:31.728 INFO kablam! Oct 27 03:53:31.728 INFO kablam! warning: unused variable: `field_identifier` Oct 27 03:53:31.728 INFO kablam! --> src/ast/type_checking.rs:400:29 Oct 27 03:53:31.728 INFO kablam! | Oct 27 03:53:31.728 INFO kablam! 400 | ref field_identifier Oct 27 03:53:31.728 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `field_identifier: _` Oct 27 03:53:31.728 INFO kablam! Oct 27 03:53:32.014 INFO kablam! warning: variable does not need to be mutable Oct 27 03:53:32.014 INFO kablam! --> src/ast/type_checking.rs:58:32 Oct 27 03:53:32.014 INFO kablam! | Oct 27 03:53:32.014 INFO kablam! 58 | pub fn check_types( &self, mut type_store: &mut TypeStore ) -> MutabilityResult { Oct 27 03:53:32.014 INFO kablam! | ----^^^^^^^^^^ Oct 27 03:53:32.014 INFO kablam! | | Oct 27 03:53:32.014 INFO kablam! | help: remove this `mut` Oct 27 03:53:32.014 INFO kablam! | Oct 27 03:53:32.014 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 03:53:32.014 INFO kablam! Oct 27 03:53:32.030 INFO kablam! warning: variable does not need to be mutable Oct 27 03:53:32.030 INFO kablam! --> src/repl.rs:78:82 Oct 27 03:53:32.030 INFO kablam! | Oct 27 03:53:32.030 INFO kablam! 78 | pub fn repl(mut map: &mut VariableStore, mut mutability_map: &mut MutabilityMap, mut type_store: &mut TypeStore) { Oct 27 03:53:32.030 INFO kablam! | ----^^^^^^^^^^ Oct 27 03:53:32.030 INFO kablam! | | Oct 27 03:53:32.030 INFO kablam! | help: remove this `mut` Oct 27 03:53:32.030 INFO kablam! Oct 27 03:53:32.331 INFO kablam! warning: variant is never constructed: `ExpectedDataTypeInfo` Oct 27 03:53:32.331 INFO kablam! --> src/ast/lang_result.rs:23:5 Oct 27 03:53:32.331 INFO kablam! | Oct 27 03:53:32.331 INFO kablam! 23 | ExpectedDataTypeInfo, Oct 27 03:53:32.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:32.331 INFO kablam! | Oct 27 03:53:32.331 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:53:32.331 INFO kablam! Oct 27 03:53:32.331 INFO kablam! warning: variant is never constructed: `InvalidSyntax` Oct 27 03:53:32.331 INFO kablam! --> src/ast/lang_result.rs:24:5 Oct 27 03:53:32.331 INFO kablam! | Oct 27 03:53:32.331 INFO kablam! 24 | InvalidSyntax, Oct 27 03:53:32.331 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 03:53:32.331 INFO kablam! Oct 27 03:53:32.331 INFO kablam! warning: variant is never constructed: `InvalidSyntaxFailedToParse` Oct 27 03:53:32.331 INFO kablam! --> src/ast/lang_result.rs:25:5 Oct 27 03:53:32.331 INFO kablam! | Oct 27 03:53:32.331 INFO kablam! 25 | InvalidSyntaxFailedToParse, Oct 27 03:53:32.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:32.331 INFO kablam! Oct 27 03:53:32.331 INFO kablam! warning: type alias is never used: `MutabilityResult` Oct 27 03:53:32.331 INFO kablam! --> src/ast/mutability.rs:10:1 Oct 27 03:53:32.331 INFO kablam! | Oct 27 03:53:32.331 INFO kablam! 10 | pub type MutabilityResult = Result<(), MutabilityError>; Oct 27 03:53:32.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:32.331 INFO kablam! Oct 27 03:53:32.331 INFO kablam! warning: variant is never constructed: `VariableDoesNotExist` Oct 27 03:53:32.331 INFO kablam! --> src/ast/type_checking.rs:16:5 Oct 27 03:53:32.331 INFO kablam! | Oct 27 03:53:32.331 INFO kablam! 16 | VariableDoesNotExist, // Remove? Oct 27 03:53:32.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:32.331 INFO kablam! Oct 27 03:53:32.331 INFO kablam! warning: function is never used: `get_type_from_ast` Oct 27 03:53:32.331 INFO kablam! --> src/parser/type_signature.rs:57:1 Oct 27 03:53:32.331 INFO kablam! | Oct 27 03:53:32.331 INFO kablam! 57 | fn get_type_from_ast(ast: Ast) -> TypeInfo { Oct 27 03:53:32.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:32.331 INFO kablam! Oct 27 03:53:33.089 INFO kablam! warning: unused variable: `identifier` Oct 27 03:53:33.089 INFO kablam! --> src/ast/abstract_syntax_tree.rs:559:36 Oct 27 03:53:33.089 INFO kablam! | Oct 27 03:53:33.089 INFO kablam! 559 | Datatype::StructType { ref identifier, ref type_information } => { Oct 27 03:53:33.089 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 27 03:53:33.089 INFO kablam! | Oct 27 03:53:33.089 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:53:33.089 INFO kablam! Oct 27 03:53:33.089 INFO kablam! warning: unused variable: `type_info` Oct 27 03:53:33.089 INFO kablam! --> src/ast/abstract_syntax_tree.rs:685:49 Oct 27 03:53:33.089 INFO kablam! | Oct 27 03:53:33.089 INFO kablam! 685 | ref type_info Oct 27 03:53:33.089 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `type_info: _` Oct 27 03:53:33.089 INFO kablam! Oct 27 03:53:33.089 INFO kablam! warning: unused variable: `identifier` Oct 27 03:53:33.089 INFO kablam! --> src/ast/abstract_syntax_tree.rs:753:71 Oct 27 03:53:33.089 INFO kablam! | Oct 27 03:53:33.089 INFO kablam! 753 | if let &Datatype::StructType{ ref identifier, ref type_information } = datatype { Oct 27 03:53:33.089 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 27 03:53:33.089 INFO kablam! Oct 27 03:53:33.097 INFO kablam! warning: unused variable: `identifier` Oct 27 03:53:33.097 INFO kablam! --> src/ast/type_info.rs:54:75 Oct 27 03:53:33.097 INFO kablam! | Oct 27 03:53:33.097 INFO kablam! 54 | if let SExpression::TypeAssignment{ref identifier, ref type_info} = *s_expression { Oct 27 03:53:33.097 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 27 03:53:33.097 INFO kablam! Oct 27 03:53:33.097 INFO kablam! warning: unused variable: `type_information` Oct 27 03:53:33.097 INFO kablam! --> src/ast/type_info.rs:77:47 Oct 27 03:53:33.097 INFO kablam! | Oct 27 03:53:33.097 INFO kablam! 77 | Datatype::StructType{ identifier, type_information} => TypeInfo::StructType{ identifier: identifier }, Oct 27 03:53:33.097 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `type_information: _` Oct 27 03:53:33.097 INFO kablam! Oct 27 03:53:33.097 INFO kablam! warning: unused variable: `parameters` Oct 27 03:53:33.097 INFO kablam! --> src/ast/type_info.rs:129:36 Oct 27 03:53:33.097 INFO kablam! | Oct 27 03:53:33.097 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 27 03:53:33.097 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `parameters: _` Oct 27 03:53:33.097 INFO kablam! Oct 27 03:53:33.097 INFO kablam! warning: unused variable: `return_type` Oct 27 03:53:33.097 INFO kablam! --> src/ast/type_info.rs:129:52 Oct 27 03:53:33.097 INFO kablam! | Oct 27 03:53:33.097 INFO kablam! 129 | TypeInfo::Function{ref parameters, ref return_type} => { Oct 27 03:53:33.097 INFO kablam! | ^^^^^^^^^^^ help: try ignoring the field: `return_type: _` Oct 27 03:53:33.097 INFO kablam! Oct 27 03:53:33.097 INFO kablam! warning: unused variable: `ast` Oct 27 03:53:33.097 INFO kablam! --> src/ast/mutability.rs:54:65 Oct 27 03:53:33.097 INFO kablam! | Oct 27 03:53:33.097 INFO kablam! 54 | SExpression::Assignment{ref identifier, ref ast} => { // a := 5 Oct 27 03:53:33.097 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 27 03:53:33.097 INFO kablam! Oct 27 03:53:33.097 INFO kablam! warning: unused variable: `ast` Oct 27 03:53:33.097 INFO kablam! --> src/ast/mutability.rs:68:72 Oct 27 03:53:33.097 INFO kablam! | Oct 27 03:53:33.097 INFO kablam! 68 | SExpression::ConstDeclaration {ref identifier, ref ast} => { // const a := 5 Oct 27 03:53:33.097 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 27 03:53:33.097 INFO kablam! Oct 27 03:53:33.097 INFO kablam! warning: unused variable: `ast` Oct 27 03:53:33.097 INFO kablam! --> src/ast/mutability.rs:80:76 Oct 27 03:53:33.097 INFO kablam! | Oct 27 03:53:33.097 INFO kablam! 80 | SExpression::VariableDeclaration { ref identifier, ref ast } => { Oct 27 03:53:33.097 INFO kablam! | ^^^ help: try ignoring the field: `ast: _` Oct 27 03:53:33.097 INFO kablam! Oct 27 03:53:33.097 INFO kablam! warning: unused variable: `function_datatype` Oct 27 03:53:33.097 INFO kablam! --> src/ast/mutability.rs:97:72 Oct 27 03:53:33.097 INFO kablam! | Oct 27 03:53:33.097 INFO kablam! 97 | SExpression::DeclareFunction { ref identifier, ref function_datatype } => { Oct 27 03:53:33.097 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: try ignoring the field: `function_datatype: _` Oct 27 03:53:33.097 INFO kablam! Oct 27 03:53:33.097 INFO kablam! warning: unused variable: `struct_type_info` Oct 27 03:53:33.097 INFO kablam! --> src/ast/mutability.rs:109:74 Oct 27 03:53:33.097 INFO kablam! | Oct 27 03:53:33.097 INFO kablam! 109 | SExpression::StructDeclaration { ref identifier, ref struct_type_info} => { Oct 27 03:53:33.097 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_type_info: _` Oct 27 03:53:33.097 INFO kablam! Oct 27 03:53:33.107 INFO kablam! warning: unused variable: `lhs_type` Oct 27 03:53:33.107 INFO kablam! --> src/ast/type_checking.rs:130:65 Oct 27 03:53:33.107 INFO kablam! | Oct 27 03:53:33.107 INFO kablam! 130 | Mutability::Mutable(ref lhs_type) => { Oct 27 03:53:33.107 INFO kablam! | ^^^^^^^^ help: consider using `_lhs_type` instead Oct 27 03:53:33.107 INFO kablam! Oct 27 03:53:33.107 INFO kablam! warning: unused variable: `lhs_mutability` Oct 27 03:53:33.107 INFO kablam! --> src/ast/type_checking.rs:166:38 Oct 27 03:53:33.107 INFO kablam! | Oct 27 03:53:33.107 INFO kablam! 166 | Some(lhs_mutability) => { Oct 27 03:53:33.107 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 27 03:53:33.107 INFO kablam! Oct 27 03:53:33.107 INFO kablam! warning: unused variable: `lhs_mutability` Oct 27 03:53:33.107 INFO kablam! --> src/ast/type_checking.rs:197:38 Oct 27 03:53:33.107 INFO kablam! | Oct 27 03:53:33.107 INFO kablam! 197 | Some(lhs_mutability) => { Oct 27 03:53:33.107 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 27 03:53:33.107 INFO kablam! Oct 27 03:53:33.107 INFO kablam! warning: unused variable: `lhs_mutability` Oct 27 03:53:33.107 INFO kablam! --> src/ast/type_checking.rs:226:38 Oct 27 03:53:33.107 INFO kablam! | Oct 27 03:53:33.107 INFO kablam! 226 | Some(lhs_mutability) => { Oct 27 03:53:33.107 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_lhs_mutability` instead Oct 27 03:53:33.107 INFO kablam! Oct 27 03:53:33.107 INFO kablam! warning: unused variable: `index` Oct 27 03:53:33.107 INFO kablam! --> src/ast/type_checking.rs:308:29 Oct 27 03:53:33.107 INFO kablam! | Oct 27 03:53:33.107 INFO kablam! 308 | ref index Oct 27 03:53:33.107 INFO kablam! | ^^^^^ help: try ignoring the field: `index: _` Oct 27 03:53:33.107 INFO kablam! Oct 27 03:53:33.107 INFO kablam! warning: unused variable: `struct_datatype` Oct 27 03:53:33.107 INFO kablam! --> src/ast/type_checking.rs:386:29 Oct 27 03:53:33.107 INFO kablam! | Oct 27 03:53:33.107 INFO kablam! 386 | ref struct_datatype Oct 27 03:53:33.107 INFO kablam! | ^^^^^^^^^^^^^^^ help: try ignoring the field: `struct_datatype: _` Oct 27 03:53:33.107 INFO kablam! Oct 27 03:53:33.107 INFO kablam! warning: unused variable: `map` Oct 27 03:53:33.107 INFO kablam! --> src/ast/type_checking.rs:390:62 Oct 27 03:53:33.107 INFO kablam! | Oct 27 03:53:33.107 INFO kablam! 390 | if let TypeInfo::Struct{ ref map } = existing_struct_type.clone().get_type() { Oct 27 03:53:33.107 INFO kablam! | ^^^ help: try ignoring the field: `map: _` Oct 27 03:53:33.107 INFO kablam! Oct 27 03:53:33.107 INFO kablam! warning: unused variable: `identifier` Oct 27 03:53:33.107 INFO kablam! --> src/ast/type_checking.rs:399:29 Oct 27 03:53:33.107 INFO kablam! | Oct 27 03:53:33.107 INFO kablam! 399 | ref identifier, Oct 27 03:53:33.107 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `identifier: _` Oct 27 03:53:33.107 INFO kablam! Oct 27 03:53:33.107 INFO kablam! warning: unused variable: `field_identifier` Oct 27 03:53:33.108 INFO kablam! --> src/ast/type_checking.rs:400:29 Oct 27 03:53:33.108 INFO kablam! | Oct 27 03:53:33.108 INFO kablam! 400 | ref field_identifier Oct 27 03:53:33.108 INFO kablam! | ^^^^^^^^^^^^^^^^ help: try ignoring the field: `field_identifier: _` Oct 27 03:53:33.108 INFO kablam! Oct 27 03:53:33.471 INFO kablam! warning: variable does not need to be mutable Oct 27 03:53:33.471 INFO kablam! --> src/ast/type_checking.rs:58:32 Oct 27 03:53:33.471 INFO kablam! | Oct 27 03:53:33.471 INFO kablam! 58 | pub fn check_types( &self, mut type_store: &mut TypeStore ) -> MutabilityResult { Oct 27 03:53:33.471 INFO kablam! | ----^^^^^^^^^^ Oct 27 03:53:33.471 INFO kablam! | | Oct 27 03:53:33.471 INFO kablam! | help: remove this `mut` Oct 27 03:53:33.471 INFO kablam! | Oct 27 03:53:33.471 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 03:53:33.471 INFO kablam! Oct 27 03:53:33.667 INFO kablam! warning: variable does not need to be mutable Oct 27 03:53:33.668 INFO kablam! --> src/repl.rs:78:82 Oct 27 03:53:33.669 INFO kablam! | Oct 27 03:53:33.670 INFO kablam! 78 | pub fn repl(mut map: &mut VariableStore, mut mutability_map: &mut MutabilityMap, mut type_store: &mut TypeStore) { Oct 27 03:53:33.675 INFO kablam! | ----^^^^^^^^^^ Oct 27 03:53:33.675 INFO kablam! | | Oct 27 03:53:33.675 INFO kablam! | help: remove this `mut` Oct 27 03:53:33.675 INFO kablam! Oct 27 03:53:34.107 INFO kablam! warning: variant is never constructed: `ExpectedDataTypeInfo` Oct 27 03:53:34.107 INFO kablam! --> src/ast/lang_result.rs:23:5 Oct 27 03:53:34.107 INFO kablam! | Oct 27 03:53:34.107 INFO kablam! 23 | ExpectedDataTypeInfo, Oct 27 03:53:34.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:34.107 INFO kablam! | Oct 27 03:53:34.107 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:53:34.107 INFO kablam! Oct 27 03:53:34.107 INFO kablam! warning: variant is never constructed: `InvalidSyntax` Oct 27 03:53:34.107 INFO kablam! --> src/ast/lang_result.rs:24:5 Oct 27 03:53:34.107 INFO kablam! | Oct 27 03:53:34.107 INFO kablam! 24 | InvalidSyntax, Oct 27 03:53:34.107 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 03:53:34.107 INFO kablam! Oct 27 03:53:34.107 INFO kablam! warning: variant is never constructed: `InvalidSyntaxFailedToParse` Oct 27 03:53:34.107 INFO kablam! --> src/ast/lang_result.rs:25:5 Oct 27 03:53:34.107 INFO kablam! | Oct 27 03:53:34.107 INFO kablam! 25 | InvalidSyntaxFailedToParse, Oct 27 03:53:34.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:34.107 INFO kablam! Oct 27 03:53:34.107 INFO kablam! warning: type alias is never used: `MutabilityResult` Oct 27 03:53:34.107 INFO kablam! --> src/ast/mutability.rs:10:1 Oct 27 03:53:34.107 INFO kablam! | Oct 27 03:53:34.107 INFO kablam! 10 | pub type MutabilityResult = Result<(), MutabilityError>; Oct 27 03:53:34.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:34.107 INFO kablam! Oct 27 03:53:34.107 INFO kablam! warning: variant is never constructed: `VariableDoesNotExist` Oct 27 03:53:34.107 INFO kablam! --> src/ast/type_checking.rs:16:5 Oct 27 03:53:34.107 INFO kablam! | Oct 27 03:53:34.107 INFO kablam! 16 | VariableDoesNotExist, // Remove? Oct 27 03:53:34.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:34.107 INFO kablam! Oct 27 03:53:34.107 INFO kablam! warning: function is never used: `get_type_from_ast` Oct 27 03:53:34.107 INFO kablam! --> src/parser/type_signature.rs:57:1 Oct 27 03:53:34.107 INFO kablam! | Oct 27 03:53:34.107 INFO kablam! 57 | fn get_type_from_ast(ast: Ast) -> TypeInfo { Oct 27 03:53:34.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:53:34.107 INFO kablam! Oct 27 03:53:34.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.95s Oct 27 03:53:34.319 INFO kablam! su: No module specific data is present Oct 27 03:53:34.627 INFO running `"docker" "rm" "-f" "2c52125107ad0381ba76b7ffba25296667183a42fdbb55bab6279388c0c1840e"` Oct 27 03:53:34.705 INFO blam! 2c52125107ad0381ba76b7ffba25296667183a42fdbb55bab6279388c0c1840e