Oct 21 19:46:06.126 INFO checking andreaseg/lang against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:46:06.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 19:46:06.598 INFO blam! d7f9d37b5a9cac80a6ec31af376eca42c1854c67620d5aef9b497438e8f3b291 Oct 21 19:46:06.604 INFO running `"docker" "start" "-a" "d7f9d37b5a9cac80a6ec31af376eca42c1854c67620d5aef9b497438e8f3b291"` Oct 21 19:46:08.354 INFO kablam! usermod: no changes Oct 21 19:46:08.527 INFO kablam! Compiling syn v0.15.8 Oct 21 19:46:18.240 INFO kablam! Compiling num-derive v0.2.3 Oct 21 19:46:26.920 INFO kablam! Checking lang v0.1.0 (/source) Oct 21 19:46:28.904 INFO kablam! error[E0432]: unresolved import `self::terminal` Oct 21 19:46:28.904 INFO kablam! --> src/visualizer/ast_tree.rs:168:19 Oct 21 19:46:28.904 INFO kablam! | Oct 21 19:46:28.904 INFO kablam! 168 | use self::terminal::Constness as C; Oct 21 19:46:28.904 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `self` Oct 21 19:46:28.904 INFO kablam! Oct 21 19:46:28.904 INFO kablam! error[E0432]: unresolved import `self::ast::Scope` Oct 21 19:46:28.904 INFO kablam! --> src/compiler/parser.rs:203:25 Oct 21 19:46:28.904 INFO kablam! | Oct 21 19:46:28.904 INFO kablam! 203 | use $error_type as path; Oct 21 19:46:28.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `Scope` in `compiler::parser::ast` Oct 21 19:46:28.904 INFO kablam! ... Oct 21 19:46:28.904 INFO kablam! 372 | / expect_tokens!(tokens, self::ast::Scope, "Expected ;", Oct 21 19:46:28.904 INFO kablam! 373 | | (Token::Semicolon => {}),); Oct 21 19:46:28.904 INFO kablam! | |_______________________________________________- in this macro invocation Oct 21 19:46:28.904 INFO kablam! Oct 21 19:46:28.904 INFO kablam! error[E0432]: unresolved import `self::ast::Scope` Oct 21 19:46:28.904 INFO kablam! --> src/compiler/parser.rs:211:21 Oct 21 19:46:28.904 INFO kablam! | Oct 21 19:46:28.904 INFO kablam! 211 | use $error_type as path; Oct 21 19:46:28.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `Scope` in `compiler::parser::ast` Oct 21 19:46:28.904 INFO kablam! ... Oct 21 19:46:28.904 INFO kablam! 372 | / expect_tokens!(tokens, self::ast::Scope, "Expected ;", Oct 21 19:46:28.904 INFO kablam! 373 | | (Token::Semicolon => {}),); Oct 21 19:46:28.904 INFO kablam! | |_______________________________________________- in this macro invocation Oct 21 19:46:28.904 INFO kablam! Oct 21 19:46:28.915 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:28.915 INFO kablam! --> src/visualizer/ast_tree.rs:166:17 Oct 21 19:46:28.915 INFO kablam! | Oct 21 19:46:28.915 INFO kablam! 166 | impl ToHtml for terminal::Constness { Oct 21 19:46:28.915 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:28.915 INFO kablam! Oct 21 19:46:28.932 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 21 19:46:28.932 INFO kablam! --> src/visualizer/ast_tree.rs:180:13 Oct 21 19:46:28.932 INFO kablam! | Oct 21 19:46:28.932 INFO kablam! 180 | Scope::Closed(v) => { Oct 21 19:46:28.932 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 21 19:46:28.932 INFO kablam! Oct 21 19:46:28.932 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 21 19:46:28.932 INFO kablam! --> src/visualizer/ast_tree.rs:186:13 Oct 21 19:46:28.932 INFO kablam! | Oct 21 19:46:28.932 INFO kablam! 186 | Scope::Open(s) => (*s).to_html(), Oct 21 19:46:28.932 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 21 19:46:28.932 INFO kablam! Oct 21 19:46:28.932 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 21 19:46:28.932 INFO kablam! --> src/visualizer/ast_tree.rs:187:13 Oct 21 19:46:28.932 INFO kablam! | Oct 21 19:46:28.932 INFO kablam! 187 | Scope::Error(e) => e.to_html(), Oct 21 19:46:28.932 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 21 19:46:28.932 INFO kablam! Oct 21 19:46:28.932 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:28.932 INFO kablam! --> src/visualizer/ast_tree.rs:234:17 Oct 21 19:46:28.932 INFO kablam! | Oct 21 19:46:28.932 INFO kablam! 234 | impl ToHtml for terminal::Literal { Oct 21 19:46:28.932 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:28.932 INFO kablam! Oct 21 19:46:28.932 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:28.932 INFO kablam! --> src/visualizer/ast_tree.rs:237:13 Oct 21 19:46:28.932 INFO kablam! | Oct 21 19:46:28.932 INFO kablam! 237 | terminal::Literal::Float(n) => [ Oct 21 19:46:28.932 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:28.932 INFO kablam! Oct 21 19:46:28.933 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:28.933 INFO kablam! --> src/visualizer/ast_tree.rs:245:13 Oct 21 19:46:28.933 INFO kablam! | Oct 21 19:46:28.933 INFO kablam! 245 | terminal::Literal::Integer(n) => [ Oct 21 19:46:28.933 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:28.933 INFO kablam! Oct 21 19:46:28.933 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:28.933 INFO kablam! --> src/visualizer/ast_tree.rs:253:13 Oct 21 19:46:28.933 INFO kablam! | Oct 21 19:46:28.933 INFO kablam! 253 | terminal::Literal::String(s) => { Oct 21 19:46:28.933 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:28.933 INFO kablam! Oct 21 19:46:28.933 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:28.933 INFO kablam! --> src/visualizer/ast_tree.rs:256:13 Oct 21 19:46:28.933 INFO kablam! | Oct 21 19:46:28.933 INFO kablam! 256 | terminal::Literal::Bool(b) => [ Oct 21 19:46:28.933 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:28.933 INFO kablam! Oct 21 19:46:28.936 INFO kablam! error[E0412]: cannot find type `Scope` in this scope Oct 21 19:46:28.936 INFO kablam! --> src/visualizer/ast_tree.rs:177:17 Oct 21 19:46:28.936 INFO kablam! | Oct 21 19:46:28.936 INFO kablam! 177 | impl ToHtml for Scope { Oct 21 19:46:28.936 INFO kablam! | ^^^^^ not found in this scope Oct 21 19:46:28.936 INFO kablam! Oct 21 19:46:29.156 INFO kablam! error[E0308]: mismatched types Oct 21 19:46:29.156 INFO kablam! --> src/compiler/parser.rs:204:28 Oct 21 19:46:29.156 INFO kablam! | Oct 21 19:46:29.156 INFO kablam! 204 | return path::Error(ast::ParseError::UnexpectedToken( Oct 21 19:46:29.156 INFO kablam! | ____________________________^ Oct 21 19:46:29.156 INFO kablam! 205 | | other, Oct 21 19:46:29.156 INFO kablam! 206 | | $error_message.to_string(), Oct 21 19:46:29.156 INFO kablam! 207 | | )) Oct 21 19:46:29.156 INFO kablam! | |______________________^ expected enum `compiler::parser::ast::Closure`, found enum `compiler::parser::ast::Assignment` Oct 21 19:46:29.156 INFO kablam! ... Oct 21 19:46:29.156 INFO kablam! 333 | / expect_tokens!(tokens, self::ast::Assignment, "Expected name", Oct 21 19:46:29.156 INFO kablam! 334 | | (Token::FatRightArrow =>{}),); Oct 21 19:46:29.156 INFO kablam! | |______________________________________- in this macro invocation Oct 21 19:46:29.156 INFO kablam! | Oct 21 19:46:29.156 INFO kablam! = note: expected type `compiler::parser::ast::Closure` Oct 21 19:46:29.156 INFO kablam! found type `compiler::parser::ast::Assignment` Oct 21 19:46:29.157 INFO kablam! Oct 21 19:46:29.256 INFO kablam! error[E0599]: no variant named `Method` found for type `compiler::scanner::Token` in the current scope Oct 21 19:46:29.256 INFO kablam! --> src/compiler/parser.rs:775:17 Oct 21 19:46:29.256 INFO kablam! | Oct 21 19:46:29.257 INFO kablam! 775 | (_, Token::Method(_)) => { Oct 21 19:46:29.257 INFO kablam! | ^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 21 19:46:29.257 INFO kablam! | Oct 21 19:46:29.257 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 21 19:46:29.257 INFO kablam! | Oct 21 19:46:29.257 INFO kablam! 28 | pub enum Token { Oct 21 19:46:29.257 INFO kablam! | -------------- variant `Method` not found here Oct 21 19:46:29.257 INFO kablam! Oct 21 19:46:29.260 INFO kablam! error[E0599]: no variant named `Member` found for type `compiler::scanner::Token` in the current scope Oct 21 19:46:29.260 INFO kablam! --> src/compiler/parser.rs:780:17 Oct 21 19:46:29.260 INFO kablam! | Oct 21 19:46:29.260 INFO kablam! 780 | (_, Token::Member(name)) => { Oct 21 19:46:29.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 21 19:46:29.260 INFO kablam! | Oct 21 19:46:29.260 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 21 19:46:29.260 INFO kablam! | Oct 21 19:46:29.260 INFO kablam! 28 | pub enum Token { Oct 21 19:46:29.260 INFO kablam! | -------------- variant `Member` not found here Oct 21 19:46:29.260 INFO kablam! Oct 21 19:46:29.264 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.264 INFO kablam! --> src/compiler/parser.rs:781:28 Oct 21 19:46:29.264 INFO kablam! | Oct 21 19:46:29.264 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.264 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.264 INFO kablam! ... Oct 21 19:46:29.264 INFO kablam! 781 | let expr = ast::Expression::Field( Oct 21 19:46:29.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.264 INFO kablam! Oct 21 19:46:29.268 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.268 INFO kablam! --> src/compiler/parser.rs:804:17 Oct 21 19:46:29.268 INFO kablam! | Oct 21 19:46:29.268 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.268 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.268 INFO kablam! ... Oct 21 19:46:29.268 INFO kablam! 804 | ast::Expression::Field(right_symbol)) => { Oct 21 19:46:29.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.268 INFO kablam! Oct 21 19:46:29.272 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.272 INFO kablam! --> src/compiler/parser.rs:809:29 Oct 21 19:46:29.272 INFO kablam! | Oct 21 19:46:29.272 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.272 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.272 INFO kablam! ... Oct 21 19:46:29.272 INFO kablam! 809 | ast::Expression::Field(right_symbol) Oct 21 19:46:29.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.272 INFO kablam! Oct 21 19:46:29.276 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.276 INFO kablam! --> src/compiler/parser.rs:822:14 Oct 21 19:46:29.276 INFO kablam! | Oct 21 19:46:29.276 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.276 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.276 INFO kablam! ... Oct 21 19:46:29.276 INFO kablam! 822 | (ast::Expression::Field(left_symbol), Oct 21 19:46:29.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.276 INFO kablam! Oct 21 19:46:29.280 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.280 INFO kablam! --> src/compiler/parser.rs:825:36 Oct 21 19:46:29.280 INFO kablam! | Oct 21 19:46:29.280 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.280 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.280 INFO kablam! ... Oct 21 19:46:29.280 INFO kablam! 825 | args.insert(0, ast::Expression::Field(left_symbol)); Oct 21 19:46:29.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.280 INFO kablam! Oct 21 19:46:29.284 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.284 INFO kablam! --> src/compiler/parser.rs:831:14 Oct 21 19:46:29.284 INFO kablam! | Oct 21 19:46:29.284 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.284 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.284 INFO kablam! ... Oct 21 19:46:29.284 INFO kablam! 831 | (ast::Expression::Field(left_symbol), Oct 21 19:46:29.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.284 INFO kablam! Oct 21 19:46:29.287 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.287 INFO kablam! --> src/compiler/parser.rs:832:17 Oct 21 19:46:29.287 INFO kablam! | Oct 21 19:46:29.287 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.287 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.288 INFO kablam! ... Oct 21 19:46:29.288 INFO kablam! 832 | ast::Expression::Field(right_symbol)) => { Oct 21 19:46:29.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.288 INFO kablam! Oct 21 19:46:29.291 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.291 INFO kablam! --> src/compiler/parser.rs:836:29 Oct 21 19:46:29.291 INFO kablam! | Oct 21 19:46:29.291 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.291 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.291 INFO kablam! ... Oct 21 19:46:29.291 INFO kablam! 836 | ast::Expression::Field(left_symbol), Oct 21 19:46:29.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.291 INFO kablam! Oct 21 19:46:29.292 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.292 INFO kablam! --> src/compiler/parser.rs:837:29 Oct 21 19:46:29.292 INFO kablam! | Oct 21 19:46:29.292 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.292 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.292 INFO kablam! ... Oct 21 19:46:29.292 INFO kablam! 837 | ast::Expression::Field(right_symbol) Oct 21 19:46:29.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.292 INFO kablam! Oct 21 19:46:29.300 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.300 INFO kablam! --> src/compiler/parser.rs:842:29 Oct 21 19:46:29.300 INFO kablam! | Oct 21 19:46:29.300 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.300 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.300 INFO kablam! ... Oct 21 19:46:29.300 INFO kablam! 842 | left_args), ast::Expression::Field(right_symbol)) => { Oct 21 19:46:29.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.300 INFO kablam! Oct 21 19:46:29.300 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.300 INFO kablam! --> src/compiler/parser.rs:847:29 Oct 21 19:46:29.300 INFO kablam! | Oct 21 19:46:29.300 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.300 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.300 INFO kablam! ... Oct 21 19:46:29.300 INFO kablam! 847 | ast::Expression::Field(right_symbol) Oct 21 19:46:29.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.300 INFO kablam! Oct 21 19:46:29.304 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.304 INFO kablam! --> src/compiler/parser.rs:864:21 Oct 21 19:46:29.304 INFO kablam! | Oct 21 19:46:29.304 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.304 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.304 INFO kablam! ... Oct 21 19:46:29.304 INFO kablam! 864 | ast::Expression::Field(_) => ast::Expression::Error(ast::ParseError::Other("Unexpected field".to_string())), Oct 21 19:46:29.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.304 INFO kablam! Oct 21 19:46:29.312 INFO kablam! error[E0599]: no variant named `Function` found for type `compiler::scanner::Token` in the current scope Oct 21 19:46:29.312 INFO kablam! --> src/compiler/parser.rs:877:17 Oct 21 19:46:29.312 INFO kablam! | Oct 21 19:46:29.312 INFO kablam! 877 | (_, Token::Function(name)) Oct 21 19:46:29.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 21 19:46:29.312 INFO kablam! | Oct 21 19:46:29.312 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 21 19:46:29.312 INFO kablam! | Oct 21 19:46:29.312 INFO kablam! 28 | pub enum Token { Oct 21 19:46:29.312 INFO kablam! | -------------- variant `Function` not found here Oct 21 19:46:29.312 INFO kablam! Oct 21 19:46:29.313 INFO kablam! error[E0599]: no variant named `Method` found for type `compiler::scanner::Token` in the current scope Oct 21 19:46:29.313 INFO kablam! --> src/compiler/parser.rs:878:23 Oct 21 19:46:29.313 INFO kablam! | Oct 21 19:46:29.313 INFO kablam! 878 | | (_, Token::Method(name)) => Symbol { Oct 21 19:46:29.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 21 19:46:29.313 INFO kablam! | Oct 21 19:46:29.313 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 21 19:46:29.313 INFO kablam! | Oct 21 19:46:29.313 INFO kablam! 28 | pub enum Token { Oct 21 19:46:29.313 INFO kablam! | -------------- variant `Method` not found here Oct 21 19:46:29.313 INFO kablam! Oct 21 19:46:29.332 INFO kablam! error[E0432]: unresolved import `self::terminal` Oct 21 19:46:29.332 INFO kablam! --> src/visualizer/ast_tree.rs:168:19 Oct 21 19:46:29.332 INFO kablam! | Oct 21 19:46:29.332 INFO kablam! 168 | use self::terminal::Constness as C; Oct 21 19:46:29.332 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `self` Oct 21 19:46:29.332 INFO kablam! Oct 21 19:46:29.332 INFO kablam! error[E0432]: unresolved import `self::ast::Scope` Oct 21 19:46:29.332 INFO kablam! --> src/compiler/parser.rs:203:25 Oct 21 19:46:29.332 INFO kablam! | Oct 21 19:46:29.332 INFO kablam! 203 | use $error_type as path; Oct 21 19:46:29.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `Scope` in `compiler::parser::ast` Oct 21 19:46:29.332 INFO kablam! ... Oct 21 19:46:29.332 INFO kablam! 372 | / expect_tokens!(tokens, self::ast::Scope, "Expected ;", Oct 21 19:46:29.332 INFO kablam! 373 | | (Token::Semicolon => {}),); Oct 21 19:46:29.332 INFO kablam! | |_______________________________________________- in this macro invocation Oct 21 19:46:29.332 INFO kablam! Oct 21 19:46:29.332 INFO kablam! error[E0432]: unresolved import `self::ast::Scope` Oct 21 19:46:29.332 INFO kablam! --> src/compiler/parser.rs:211:21 Oct 21 19:46:29.332 INFO kablam! | Oct 21 19:46:29.332 INFO kablam! 211 | use $error_type as path; Oct 21 19:46:29.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `Scope` in `compiler::parser::ast` Oct 21 19:46:29.333 INFO kablam! ... Oct 21 19:46:29.333 INFO kablam! 372 | / expect_tokens!(tokens, self::ast::Scope, "Expected ;", Oct 21 19:46:29.333 INFO kablam! 373 | | (Token::Semicolon => {}),); Oct 21 19:46:29.333 INFO kablam! | |_______________________________________________- in this macro invocation Oct 21 19:46:29.333 INFO kablam! Oct 21 19:46:29.336 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.336 INFO kablam! --> src/compiler/parser.rs:975:52 Oct 21 19:46:29.336 INFO kablam! | Oct 21 19:46:29.336 INFO kablam! 975 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Integer(1))) Oct 21 19:46:29.336 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.336 INFO kablam! Oct 21 19:46:29.336 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.336 INFO kablam! --> src/compiler/parser.rs:987:52 Oct 21 19:46:29.336 INFO kablam! | Oct 21 19:46:29.336 INFO kablam! 987 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Float(1.0))) Oct 21 19:46:29.336 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.336 INFO kablam! Oct 21 19:46:29.336 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.336 INFO kablam! --> src/compiler/parser.rs:1000:31 Oct 21 19:46:29.336 INFO kablam! | Oct 21 19:46:29.336 INFO kablam! 1000 | Box::new(ast::terminal::Literal::String("string".to_string())) Oct 21 19:46:29.336 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.336 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1014:56 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1014 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Bool(true))) Oct 21 19:46:29.353 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1024:56 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1024 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Bool(false))) Oct 21 19:46:29.353 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1193:60 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1193 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Integer(1))), Oct 21 19:46:29.353 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1194:60 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1194 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Integer(2))) Oct 21 19:46:29.353 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1264:22 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1264 | ast::terminal::Constness::None, Oct 21 19:46:29.353 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `Scope` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1269:22 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1269 | ast::Scope::Open(Box::new(ast::Statement::Call(Box::new( Oct 21 19:46:29.353 INFO kablam! | ^^^^^ Could not find `Scope` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1321:22 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1321 | ast::terminal::Constness::Mut, Oct 21 19:46:29.353 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `Scope` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1326:22 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1326 | ast::Scope::Open(Box::new(ast::Statement::Call(Box::new( Oct 21 19:46:29.353 INFO kablam! | ^^^^^ Could not find `Scope` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1327:60 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1327 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Integer(1),)) Oct 21 19:46:29.353 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `Scope` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1346:22 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1346 | ast::Scope::Open(Box::new(ast::Statement::Call(Box::new( Oct 21 19:46:29.353 INFO kablam! | ^^^^^ Could not find `Scope` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1347:60 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1347 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Integer(1))) Oct 21 19:46:29.353 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1363:18 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1363 | ast::terminal::Constness::Mut, Oct 21 19:46:29.353 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `Scope` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1368:18 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1368 | ast::Scope::Open(Box::new(ast::Statement::Call(Box::new( Oct 21 19:46:29.353 INFO kablam! | ^^^^^ Could not find `Scope` in `ast` Oct 21 19:46:29.353 INFO kablam! Oct 21 19:46:29.353 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 21 19:46:29.353 INFO kablam! --> src/compiler/parser.rs:1369:56 Oct 21 19:46:29.353 INFO kablam! | Oct 21 19:46:29.353 INFO kablam! 1369 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Float(1.0))), Oct 21 19:46:29.353 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 21 19:46:29.354 INFO kablam! Oct 21 19:46:29.354 INFO kablam! error[E0433]: failed to resolve. Could not find `Scope` in `ast` Oct 21 19:46:29.354 INFO kablam! --> src/compiler/parser.rs:1393:30 Oct 21 19:46:29.354 INFO kablam! | Oct 21 19:46:29.354 INFO kablam! 1393 | assert_eq!(ast, ast::Scope::Closed(vec![stmt1, stmt2, stmt3])); Oct 21 19:46:29.354 INFO kablam! | ^^^^^ Could not find `Scope` in `ast` Oct 21 19:46:29.354 INFO kablam! Oct 21 19:46:29.400 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:29.400 INFO kablam! --> src/visualizer/ast_tree.rs:166:17 Oct 21 19:46:29.400 INFO kablam! | Oct 21 19:46:29.400 INFO kablam! 166 | impl ToHtml for terminal::Constness { Oct 21 19:46:29.400 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:29.400 INFO kablam! Oct 21 19:46:29.408 INFO kablam! error[E0599]: no variant named `Function` found for type `compiler::parser::ast::Assignment` in the current scope Oct 21 19:46:29.408 INFO kablam! --> src/visualizer/ast_tree.rs:76:13 Oct 21 19:46:29.408 INFO kablam! | Oct 21 19:46:29.408 INFO kablam! 76 | Assignment::Function(c, symbol, args, scope) => { Oct 21 19:46:29.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 21 19:46:29.408 INFO kablam! | Oct 21 19:46:29.408 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 21 19:46:29.408 INFO kablam! | Oct 21 19:46:29.408 INFO kablam! 47 | pub enum Assignment { Oct 21 19:46:29.408 INFO kablam! | ------------------- variant `Function` not found here Oct 21 19:46:29.408 INFO kablam! Oct 21 19:46:29.416 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Assignment` in the current scope Oct 21 19:46:29.416 INFO kablam! --> src/visualizer/ast_tree.rs:96:13 Oct 21 19:46:29.416 INFO kablam! | Oct 21 19:46:29.416 INFO kablam! 96 | Assignment::Field(c, symbol, scope) => [ Oct 21 19:46:29.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 21 19:46:29.416 INFO kablam! | Oct 21 19:46:29.416 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 21 19:46:29.416 INFO kablam! | Oct 21 19:46:29.416 INFO kablam! 47 | pub enum Assignment { Oct 21 19:46:29.416 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.416 INFO kablam! Oct 21 19:46:29.416 INFO kablam! error[E0599]: no method named `to_html` found for type `&compiler::parser::ast::Closure` in the current scope Oct 21 19:46:29.416 INFO kablam! --> src/visualizer/ast_tree.rs:114:23 Oct 21 19:46:29.416 INFO kablam! | Oct 21 19:46:29.416 INFO kablam! 114 | scope.to_html().as_ref(), Oct 21 19:46:29.416 INFO kablam! | ^^^^^^^ Oct 21 19:46:29.416 INFO kablam! | Oct 21 19:46:29.416 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 21 19:46:29.416 INFO kablam! = note: the following trait defines an item `to_html`, perhaps you need to implement it: Oct 21 19:46:29.416 INFO kablam! candidate #1: `visualizer::ast_tree::ToHtml` Oct 21 19:46:29.416 INFO kablam! Oct 21 19:46:29.428 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 21 19:46:29.428 INFO kablam! --> src/visualizer/ast_tree.rs:180:13 Oct 21 19:46:29.428 INFO kablam! | Oct 21 19:46:29.428 INFO kablam! 180 | Scope::Closed(v) => { Oct 21 19:46:29.428 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 21 19:46:29.428 INFO kablam! Oct 21 19:46:29.428 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 21 19:46:29.428 INFO kablam! --> src/visualizer/ast_tree.rs:186:13 Oct 21 19:46:29.428 INFO kablam! | Oct 21 19:46:29.428 INFO kablam! 186 | Scope::Open(s) => (*s).to_html(), Oct 21 19:46:29.428 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 21 19:46:29.428 INFO kablam! Oct 21 19:46:29.428 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 21 19:46:29.429 INFO kablam! --> src/visualizer/ast_tree.rs:187:13 Oct 21 19:46:29.429 INFO kablam! | Oct 21 19:46:29.429 INFO kablam! 187 | Scope::Error(e) => e.to_html(), Oct 21 19:46:29.429 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 21 19:46:29.429 INFO kablam! Oct 21 19:46:29.429 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:29.429 INFO kablam! --> src/visualizer/ast_tree.rs:234:17 Oct 21 19:46:29.429 INFO kablam! | Oct 21 19:46:29.429 INFO kablam! 234 | impl ToHtml for terminal::Literal { Oct 21 19:46:29.429 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:29.429 INFO kablam! Oct 21 19:46:29.429 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:29.429 INFO kablam! --> src/visualizer/ast_tree.rs:237:13 Oct 21 19:46:29.429 INFO kablam! | Oct 21 19:46:29.429 INFO kablam! 237 | terminal::Literal::Float(n) => [ Oct 21 19:46:29.429 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:29.429 INFO kablam! Oct 21 19:46:29.429 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:29.429 INFO kablam! --> src/visualizer/ast_tree.rs:245:13 Oct 21 19:46:29.429 INFO kablam! | Oct 21 19:46:29.429 INFO kablam! 245 | terminal::Literal::Integer(n) => [ Oct 21 19:46:29.429 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:29.429 INFO kablam! Oct 21 19:46:29.429 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:29.429 INFO kablam! --> src/visualizer/ast_tree.rs:253:13 Oct 21 19:46:29.429 INFO kablam! | Oct 21 19:46:29.429 INFO kablam! 253 | terminal::Literal::String(s) => { Oct 21 19:46:29.429 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:29.429 INFO kablam! Oct 21 19:46:29.429 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 21 19:46:29.429 INFO kablam! --> src/visualizer/ast_tree.rs:256:13 Oct 21 19:46:29.429 INFO kablam! | Oct 21 19:46:29.429 INFO kablam! 256 | terminal::Literal::Bool(b) => [ Oct 21 19:46:29.429 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 21 19:46:29.429 INFO kablam! Oct 21 19:46:29.429 INFO kablam! error[E0599]: no variant named `Struct` found for type `compiler::parser::ast::Assignment` in the current scope Oct 21 19:46:29.429 INFO kablam! --> src/visualizer/ast_tree.rs:119:13 Oct 21 19:46:29.429 INFO kablam! | Oct 21 19:46:29.429 INFO kablam! 119 | Assignment::Struct(symbol, members) => { Oct 21 19:46:29.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 21 19:46:29.429 INFO kablam! | Oct 21 19:46:29.429 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 21 19:46:29.429 INFO kablam! | Oct 21 19:46:29.429 INFO kablam! 47 | pub enum Assignment { Oct 21 19:46:29.429 INFO kablam! | ------------------- variant `Struct` not found here Oct 21 19:46:29.429 INFO kablam! Oct 21 19:46:29.436 INFO kablam! error[E0412]: cannot find type `Scope` in this scope Oct 21 19:46:29.436 INFO kablam! --> src/visualizer/ast_tree.rs:177:17 Oct 21 19:46:29.436 INFO kablam! | Oct 21 19:46:29.436 INFO kablam! 177 | impl ToHtml for Scope { Oct 21 19:46:29.436 INFO kablam! | ^^^^^ not found in this scope Oct 21 19:46:29.436 INFO kablam! Oct 21 19:46:29.436 INFO kablam! error[E0599]: no variant named `Enum` found for type `compiler::parser::ast::Assignment` in the current scope Oct 21 19:46:29.436 INFO kablam! --> src/visualizer/ast_tree.rs:140:13 Oct 21 19:46:29.436 INFO kablam! | Oct 21 19:46:29.436 INFO kablam! 140 | Assignment::Enum(symbol, members) => { Oct 21 19:46:29.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 21 19:46:29.436 INFO kablam! | Oct 21 19:46:29.436 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 21 19:46:29.436 INFO kablam! | Oct 21 19:46:29.436 INFO kablam! 47 | pub enum Assignment { Oct 21 19:46:29.436 INFO kablam! | ------------------- variant `Enum` not found here Oct 21 19:46:29.436 INFO kablam! Oct 21 19:46:29.448 INFO kablam! error[E0599]: no method named `to_html` found for type `&std::boxed::Box` in the current scope Oct 21 19:46:29.448 INFO kablam! --> src/visualizer/ast_tree.rs:208:21 Oct 21 19:46:29.448 INFO kablam! | Oct 21 19:46:29.448 INFO kablam! 208 | lit.to_html().as_ref(), Oct 21 19:46:29.448 INFO kablam! | ^^^^^^^ Oct 21 19:46:29.448 INFO kablam! | Oct 21 19:46:29.448 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 21 19:46:29.448 INFO kablam! = note: the following trait defines an item `to_html`, perhaps you need to implement it: Oct 21 19:46:29.448 INFO kablam! candidate #1: `visualizer::ast_tree::ToHtml` Oct 21 19:46:29.448 INFO kablam! Oct 21 19:46:29.456 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.456 INFO kablam! --> src/visualizer/ast_tree.rs:213:13 Oct 21 19:46:29.456 INFO kablam! | Oct 21 19:46:29.456 INFO kablam! 213 | Expression::Field(sym) => [ Oct 21 19:46:29.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.456 INFO kablam! | Oct 21 19:46:29.456 INFO kablam! ::: src/compiler/parser.rs:81:5 Oct 21 19:46:29.456 INFO kablam! | Oct 21 19:46:29.456 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.456 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.456 INFO kablam! Oct 21 19:46:29.484 INFO kablam! error: aborting due to 37 previous errors Oct 21 19:46:29.484 INFO kablam! Oct 21 19:46:29.484 INFO kablam! Some errors occurred: E0308, E0412, E0432, E0433, E0599. Oct 21 19:46:29.484 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 21 19:46:29.492 INFO kablam! error: Could not compile `lang`. Oct 21 19:46:29.492 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 19:46:29.864 INFO kablam! error[E0308]: mismatched types Oct 21 19:46:29.864 INFO kablam! --> src/compiler/parser.rs:204:28 Oct 21 19:46:29.864 INFO kablam! | Oct 21 19:46:29.864 INFO kablam! 204 | return path::Error(ast::ParseError::UnexpectedToken( Oct 21 19:46:29.864 INFO kablam! | ____________________________^ Oct 21 19:46:29.864 INFO kablam! 205 | | other, Oct 21 19:46:29.864 INFO kablam! 206 | | $error_message.to_string(), Oct 21 19:46:29.864 INFO kablam! 207 | | )) Oct 21 19:46:29.864 INFO kablam! | |______________________^ expected enum `compiler::parser::ast::Closure`, found enum `compiler::parser::ast::Assignment` Oct 21 19:46:29.864 INFO kablam! ... Oct 21 19:46:29.864 INFO kablam! 333 | / expect_tokens!(tokens, self::ast::Assignment, "Expected name", Oct 21 19:46:29.864 INFO kablam! 334 | | (Token::FatRightArrow =>{}),); Oct 21 19:46:29.864 INFO kablam! | |______________________________________- in this macro invocation Oct 21 19:46:29.864 INFO kablam! | Oct 21 19:46:29.872 INFO kablam! = note: expected type `compiler::parser::ast::Closure` Oct 21 19:46:29.872 INFO kablam! found type `compiler::parser::ast::Assignment` Oct 21 19:46:29.872 INFO kablam! Oct 21 19:46:29.965 INFO kablam! error[E0599]: no variant named `Method` found for type `compiler::scanner::Token` in the current scope Oct 21 19:46:29.965 INFO kablam! --> src/compiler/parser.rs:775:17 Oct 21 19:46:29.965 INFO kablam! | Oct 21 19:46:29.965 INFO kablam! 775 | (_, Token::Method(_)) => { Oct 21 19:46:29.965 INFO kablam! | ^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 21 19:46:29.965 INFO kablam! | Oct 21 19:46:29.965 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 21 19:46:29.965 INFO kablam! | Oct 21 19:46:29.965 INFO kablam! 28 | pub enum Token { Oct 21 19:46:29.965 INFO kablam! | -------------- variant `Method` not found here Oct 21 19:46:29.965 INFO kablam! Oct 21 19:46:29.968 INFO kablam! error[E0599]: no variant named `Member` found for type `compiler::scanner::Token` in the current scope Oct 21 19:46:29.968 INFO kablam! --> src/compiler/parser.rs:780:17 Oct 21 19:46:29.968 INFO kablam! | Oct 21 19:46:29.968 INFO kablam! 780 | (_, Token::Member(name)) => { Oct 21 19:46:29.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 21 19:46:29.969 INFO kablam! | Oct 21 19:46:29.969 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 21 19:46:29.969 INFO kablam! | Oct 21 19:46:29.969 INFO kablam! 28 | pub enum Token { Oct 21 19:46:29.969 INFO kablam! | -------------- variant `Member` not found here Oct 21 19:46:29.969 INFO kablam! Oct 21 19:46:29.972 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.972 INFO kablam! --> src/compiler/parser.rs:781:28 Oct 21 19:46:29.972 INFO kablam! | Oct 21 19:46:29.972 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.972 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.972 INFO kablam! ... Oct 21 19:46:29.972 INFO kablam! 781 | let expr = ast::Expression::Field( Oct 21 19:46:29.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.972 INFO kablam! Oct 21 19:46:29.975 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.975 INFO kablam! --> src/compiler/parser.rs:804:17 Oct 21 19:46:29.976 INFO kablam! | Oct 21 19:46:29.976 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.976 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.976 INFO kablam! ... Oct 21 19:46:29.976 INFO kablam! 804 | ast::Expression::Field(right_symbol)) => { Oct 21 19:46:29.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.976 INFO kablam! Oct 21 19:46:29.983 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.983 INFO kablam! --> src/compiler/parser.rs:809:29 Oct 21 19:46:29.983 INFO kablam! | Oct 21 19:46:29.983 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.983 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.983 INFO kablam! ... Oct 21 19:46:29.983 INFO kablam! 809 | ast::Expression::Field(right_symbol) Oct 21 19:46:29.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.983 INFO kablam! Oct 21 19:46:29.987 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.987 INFO kablam! --> src/compiler/parser.rs:822:14 Oct 21 19:46:29.987 INFO kablam! | Oct 21 19:46:29.987 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.987 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.987 INFO kablam! ... Oct 21 19:46:29.987 INFO kablam! 822 | (ast::Expression::Field(left_symbol), Oct 21 19:46:29.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.987 INFO kablam! Oct 21 19:46:29.990 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:29.990 INFO kablam! --> src/compiler/parser.rs:825:36 Oct 21 19:46:29.990 INFO kablam! | Oct 21 19:46:29.990 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:29.990 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:29.990 INFO kablam! ... Oct 21 19:46:29.990 INFO kablam! 825 | args.insert(0, ast::Expression::Field(left_symbol)); Oct 21 19:46:29.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:29.990 INFO kablam! Oct 21 19:46:30.000 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.000 INFO kablam! --> src/compiler/parser.rs:831:14 Oct 21 19:46:30.000 INFO kablam! | Oct 21 19:46:30.000 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.000 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.000 INFO kablam! ... Oct 21 19:46:30.000 INFO kablam! 831 | (ast::Expression::Field(left_symbol), Oct 21 19:46:30.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.000 INFO kablam! Oct 21 19:46:30.008 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.008 INFO kablam! --> src/compiler/parser.rs:832:17 Oct 21 19:46:30.008 INFO kablam! | Oct 21 19:46:30.008 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.008 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.008 INFO kablam! ... Oct 21 19:46:30.008 INFO kablam! 832 | ast::Expression::Field(right_symbol)) => { Oct 21 19:46:30.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.008 INFO kablam! Oct 21 19:46:30.012 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.012 INFO kablam! --> src/compiler/parser.rs:836:29 Oct 21 19:46:30.012 INFO kablam! | Oct 21 19:46:30.012 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.012 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.012 INFO kablam! ... Oct 21 19:46:30.012 INFO kablam! 836 | ast::Expression::Field(left_symbol), Oct 21 19:46:30.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.012 INFO kablam! Oct 21 19:46:30.015 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.015 INFO kablam! --> src/compiler/parser.rs:837:29 Oct 21 19:46:30.015 INFO kablam! | Oct 21 19:46:30.015 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.015 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.015 INFO kablam! ... Oct 21 19:46:30.015 INFO kablam! 837 | ast::Expression::Field(right_symbol) Oct 21 19:46:30.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.015 INFO kablam! Oct 21 19:46:30.018 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.018 INFO kablam! --> src/compiler/parser.rs:842:29 Oct 21 19:46:30.019 INFO kablam! | Oct 21 19:46:30.019 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.019 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.019 INFO kablam! ... Oct 21 19:46:30.019 INFO kablam! 842 | left_args), ast::Expression::Field(right_symbol)) => { Oct 21 19:46:30.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.019 INFO kablam! Oct 21 19:46:30.028 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.028 INFO kablam! --> src/compiler/parser.rs:847:29 Oct 21 19:46:30.028 INFO kablam! | Oct 21 19:46:30.028 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.028 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.028 INFO kablam! ... Oct 21 19:46:30.028 INFO kablam! 847 | ast::Expression::Field(right_symbol) Oct 21 19:46:30.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.028 INFO kablam! Oct 21 19:46:30.032 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.032 INFO kablam! --> src/compiler/parser.rs:864:21 Oct 21 19:46:30.032 INFO kablam! | Oct 21 19:46:30.032 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.032 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.033 INFO kablam! ... Oct 21 19:46:30.033 INFO kablam! 864 | ast::Expression::Field(_) => ast::Expression::Error(ast::ParseError::Other("Unexpected field".to_string())), Oct 21 19:46:30.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.033 INFO kablam! Oct 21 19:46:30.036 INFO kablam! error[E0599]: no variant named `Function` found for type `compiler::scanner::Token` in the current scope Oct 21 19:46:30.037 INFO kablam! --> src/compiler/parser.rs:877:17 Oct 21 19:46:30.037 INFO kablam! | Oct 21 19:46:30.037 INFO kablam! 877 | (_, Token::Function(name)) Oct 21 19:46:30.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 21 19:46:30.037 INFO kablam! | Oct 21 19:46:30.037 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 21 19:46:30.037 INFO kablam! | Oct 21 19:46:30.037 INFO kablam! 28 | pub enum Token { Oct 21 19:46:30.037 INFO kablam! | -------------- variant `Function` not found here Oct 21 19:46:30.037 INFO kablam! Oct 21 19:46:30.044 INFO kablam! error[E0599]: no variant named `Method` found for type `compiler::scanner::Token` in the current scope Oct 21 19:46:30.044 INFO kablam! --> src/compiler/parser.rs:878:23 Oct 21 19:46:30.044 INFO kablam! | Oct 21 19:46:30.044 INFO kablam! 878 | | (_, Token::Method(name)) => Symbol { Oct 21 19:46:30.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 21 19:46:30.044 INFO kablam! | Oct 21 19:46:30.044 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 21 19:46:30.044 INFO kablam! | Oct 21 19:46:30.044 INFO kablam! 28 | pub enum Token { Oct 21 19:46:30.044 INFO kablam! | -------------- variant `Method` not found here Oct 21 19:46:30.044 INFO kablam! Oct 21 19:46:30.080 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.080 INFO kablam! --> src/compiler/parser.rs:1037:13 Oct 21 19:46:30.080 INFO kablam! | Oct 21 19:46:30.080 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.080 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.080 INFO kablam! ... Oct 21 19:46:30.080 INFO kablam! 1037 | ast::Expression::Field( Oct 21 19:46:30.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.080 INFO kablam! Oct 21 19:46:30.092 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.092 INFO kablam! --> src/compiler/parser.rs:1078:21 Oct 21 19:46:30.092 INFO kablam! | Oct 21 19:46:30.092 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.092 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.092 INFO kablam! ... Oct 21 19:46:30.092 INFO kablam! 1078 | ast::Expression::Field( Oct 21 19:46:30.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.092 INFO kablam! Oct 21 19:46:30.096 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.096 INFO kablam! --> src/compiler/parser.rs:1084:21 Oct 21 19:46:30.096 INFO kablam! | Oct 21 19:46:30.096 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.096 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.096 INFO kablam! ... Oct 21 19:46:30.096 INFO kablam! 1084 | ast::Expression::Field( Oct 21 19:46:30.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.096 INFO kablam! Oct 21 19:46:30.100 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.100 INFO kablam! --> src/compiler/parser.rs:1109:21 Oct 21 19:46:30.100 INFO kablam! | Oct 21 19:46:30.100 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.100 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.100 INFO kablam! ... Oct 21 19:46:30.100 INFO kablam! 1109 | ast::Expression::Field( Oct 21 19:46:30.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.100 INFO kablam! Oct 21 19:46:30.112 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.112 INFO kablam! --> src/compiler/parser.rs:1168:21 Oct 21 19:46:30.112 INFO kablam! | Oct 21 19:46:30.112 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.112 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.112 INFO kablam! ... Oct 21 19:46:30.112 INFO kablam! 1168 | ast::Expression::Field( Oct 21 19:46:30.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.112 INFO kablam! Oct 21 19:46:30.120 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.120 INFO kablam! --> src/compiler/parser.rs:1214:21 Oct 21 19:46:30.120 INFO kablam! | Oct 21 19:46:30.120 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.120 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.120 INFO kablam! ... Oct 21 19:46:30.120 INFO kablam! 1214 | ast::Expression::Field( Oct 21 19:46:30.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.120 INFO kablam! Oct 21 19:46:30.124 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.124 INFO kablam! --> src/compiler/parser.rs:1245:22 Oct 21 19:46:30.124 INFO kablam! | Oct 21 19:46:30.124 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.124 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.124 INFO kablam! ... Oct 21 19:46:30.124 INFO kablam! 1245 | vec![ast::Expression::Field( Oct 21 19:46:30.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.124 INFO kablam! Oct 21 19:46:30.128 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Assignment` in the current scope Oct 21 19:46:30.128 INFO kablam! --> src/compiler/parser.rs:1263:45 Oct 21 19:46:30.128 INFO kablam! | Oct 21 19:46:30.128 INFO kablam! 47 | pub enum Assignment { Oct 21 19:46:30.128 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.128 INFO kablam! ... Oct 21 19:46:30.128 INFO kablam! 1263 | ast::Statement::Assign(Box::new(ast::Assignment::Field( Oct 21 19:46:30.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 21 19:46:30.128 INFO kablam! Oct 21 19:46:30.132 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.132 INFO kablam! --> src/compiler/parser.rs:1270:21 Oct 21 19:46:30.132 INFO kablam! | Oct 21 19:46:30.132 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.132 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.132 INFO kablam! ... Oct 21 19:46:30.132 INFO kablam! 1270 | ast::Expression::Field( Oct 21 19:46:30.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.132 INFO kablam! Oct 21 19:46:30.136 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.136 INFO kablam! --> src/compiler/parser.rs:1295:21 Oct 21 19:46:30.136 INFO kablam! | Oct 21 19:46:30.136 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.136 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.136 INFO kablam! ... Oct 21 19:46:30.136 INFO kablam! 1295 | ast::Expression::Field( Oct 21 19:46:30.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.136 INFO kablam! Oct 21 19:46:30.144 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.144 INFO kablam! --> src/compiler/parser.rs:1301:21 Oct 21 19:46:30.144 INFO kablam! | Oct 21 19:46:30.144 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.144 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.144 INFO kablam! ... Oct 21 19:46:30.144 INFO kablam! 1301 | ast::Expression::Field( Oct 21 19:46:30.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.144 INFO kablam! Oct 21 19:46:30.144 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Assignment` in the current scope Oct 21 19:46:30.144 INFO kablam! --> src/compiler/parser.rs:1320:13 Oct 21 19:46:30.144 INFO kablam! | Oct 21 19:46:30.144 INFO kablam! 47 | pub enum Assignment { Oct 21 19:46:30.144 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.144 INFO kablam! ... Oct 21 19:46:30.144 INFO kablam! 1320 | ast::Assignment::Field( Oct 21 19:46:30.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 21 19:46:30.144 INFO kablam! Oct 21 19:46:30.152 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Assignment` in the current scope Oct 21 19:46:30.152 INFO kablam! --> src/compiler/parser.rs:1362:53 Oct 21 19:46:30.152 INFO kablam! | Oct 21 19:46:30.152 INFO kablam! 47 | pub enum Assignment { Oct 21 19:46:30.152 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.152 INFO kablam! ... Oct 21 19:46:30.152 INFO kablam! 1362 | let stmt1 = ast::Statement::Assign(Box::new(ast::Assignment::Field( Oct 21 19:46:30.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 21 19:46:30.152 INFO kablam! Oct 21 19:46:30.156 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.156 INFO kablam! --> src/compiler/parser.rs:1378:18 Oct 21 19:46:30.156 INFO kablam! | Oct 21 19:46:30.156 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.156 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.156 INFO kablam! ... Oct 21 19:46:30.156 INFO kablam! 1378 | vec![ast::Expression::Field( Oct 21 19:46:30.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.156 INFO kablam! Oct 21 19:46:30.160 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.160 INFO kablam! --> src/compiler/parser.rs:1386:51 Oct 21 19:46:30.160 INFO kablam! | Oct 21 19:46:30.160 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.160 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.160 INFO kablam! ... Oct 21 19:46:30.160 INFO kablam! 1386 | let stmt3 = ast::Statement::Call(Box::new(ast::Expression::Field( Oct 21 19:46:30.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.160 INFO kablam! Oct 21 19:46:30.716 INFO kablam! error[E0599]: no variant named `Function` found for type `compiler::parser::ast::Assignment` in the current scope Oct 21 19:46:30.716 INFO kablam! --> src/visualizer/ast_tree.rs:76:13 Oct 21 19:46:30.716 INFO kablam! | Oct 21 19:46:30.716 INFO kablam! 76 | Assignment::Function(c, symbol, args, scope) => { Oct 21 19:46:30.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 21 19:46:30.716 INFO kablam! | Oct 21 19:46:30.716 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 21 19:46:30.716 INFO kablam! | Oct 21 19:46:30.716 INFO kablam! 47 | pub enum Assignment { Oct 21 19:46:30.716 INFO kablam! | ------------------- variant `Function` not found here Oct 21 19:46:30.716 INFO kablam! Oct 21 19:46:30.721 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Assignment` in the current scope Oct 21 19:46:30.721 INFO kablam! --> src/visualizer/ast_tree.rs:96:13 Oct 21 19:46:30.721 INFO kablam! | Oct 21 19:46:30.721 INFO kablam! 96 | Assignment::Field(c, symbol, scope) => [ Oct 21 19:46:30.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 21 19:46:30.721 INFO kablam! | Oct 21 19:46:30.721 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 21 19:46:30.721 INFO kablam! | Oct 21 19:46:30.721 INFO kablam! 47 | pub enum Assignment { Oct 21 19:46:30.721 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.721 INFO kablam! Oct 21 19:46:30.728 INFO kablam! error[E0599]: no method named `to_html` found for type `&compiler::parser::ast::Closure` in the current scope Oct 21 19:46:30.728 INFO kablam! --> src/visualizer/ast_tree.rs:114:23 Oct 21 19:46:30.728 INFO kablam! | Oct 21 19:46:30.728 INFO kablam! 114 | scope.to_html().as_ref(), Oct 21 19:46:30.728 INFO kablam! | ^^^^^^^ Oct 21 19:46:30.728 INFO kablam! | Oct 21 19:46:30.728 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 21 19:46:30.728 INFO kablam! = note: the following trait defines an item `to_html`, perhaps you need to implement it: Oct 21 19:46:30.728 INFO kablam! candidate #1: `visualizer::ast_tree::ToHtml` Oct 21 19:46:30.728 INFO kablam! Oct 21 19:46:30.729 INFO kablam! error[E0599]: no variant named `Struct` found for type `compiler::parser::ast::Assignment` in the current scope Oct 21 19:46:30.729 INFO kablam! --> src/visualizer/ast_tree.rs:119:13 Oct 21 19:46:30.729 INFO kablam! | Oct 21 19:46:30.729 INFO kablam! 119 | Assignment::Struct(symbol, members) => { Oct 21 19:46:30.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 21 19:46:30.729 INFO kablam! | Oct 21 19:46:30.729 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 21 19:46:30.729 INFO kablam! | Oct 21 19:46:30.729 INFO kablam! 47 | pub enum Assignment { Oct 21 19:46:30.729 INFO kablam! | ------------------- variant `Struct` not found here Oct 21 19:46:30.729 INFO kablam! Oct 21 19:46:30.736 INFO kablam! error[E0599]: no variant named `Enum` found for type `compiler::parser::ast::Assignment` in the current scope Oct 21 19:46:30.736 INFO kablam! --> src/visualizer/ast_tree.rs:140:13 Oct 21 19:46:30.736 INFO kablam! | Oct 21 19:46:30.736 INFO kablam! 140 | Assignment::Enum(symbol, members) => { Oct 21 19:46:30.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 21 19:46:30.736 INFO kablam! | Oct 21 19:46:30.736 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 21 19:46:30.736 INFO kablam! | Oct 21 19:46:30.736 INFO kablam! 47 | pub enum Assignment { Oct 21 19:46:30.736 INFO kablam! | ------------------- variant `Enum` not found here Oct 21 19:46:30.736 INFO kablam! Oct 21 19:46:30.742 INFO kablam! error[E0599]: no method named `to_html` found for type `&std::boxed::Box` in the current scope Oct 21 19:46:30.742 INFO kablam! --> src/visualizer/ast_tree.rs:208:21 Oct 21 19:46:30.742 INFO kablam! | Oct 21 19:46:30.742 INFO kablam! 208 | lit.to_html().as_ref(), Oct 21 19:46:30.742 INFO kablam! | ^^^^^^^ Oct 21 19:46:30.744 INFO kablam! | Oct 21 19:46:30.744 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 21 19:46:30.744 INFO kablam! = note: the following trait defines an item `to_html`, perhaps you need to implement it: Oct 21 19:46:30.744 INFO kablam! candidate #1: `visualizer::ast_tree::ToHtml` Oct 21 19:46:30.744 INFO kablam! Oct 21 19:46:30.752 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 21 19:46:30.752 INFO kablam! --> src/visualizer/ast_tree.rs:213:13 Oct 21 19:46:30.752 INFO kablam! | Oct 21 19:46:30.752 INFO kablam! 213 | Expression::Field(sym) => [ Oct 21 19:46:30.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 21 19:46:30.752 INFO kablam! | Oct 21 19:46:30.752 INFO kablam! ::: src/compiler/parser.rs:81:5 Oct 21 19:46:30.752 INFO kablam! | Oct 21 19:46:30.752 INFO kablam! 81 | pub enum Expression { Oct 21 19:46:30.752 INFO kablam! | ------------------- variant `Field` not found here Oct 21 19:46:30.752 INFO kablam! Oct 21 19:46:30.768 INFO kablam! error: aborting due to 70 previous errors Oct 21 19:46:30.768 INFO kablam! Oct 21 19:46:30.768 INFO kablam! Some errors occurred: E0308, E0412, E0432, E0433, E0599. Oct 21 19:46:30.768 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 21 19:46:30.780 INFO kablam! error: Could not compile `lang`. Oct 21 19:46:30.780 INFO kablam! Oct 21 19:46:30.780 INFO kablam! To learn more, run the command again with --verbose. Oct 21 19:46:30.784 INFO kablam! su: No module specific data is present Oct 21 19:46:32.133 INFO running `"docker" "rm" "-f" "d7f9d37b5a9cac80a6ec31af376eca42c1854c67620d5aef9b497438e8f3b291"` Oct 21 19:46:32.401 INFO blam! d7f9d37b5a9cac80a6ec31af376eca42c1854c67620d5aef9b497438e8f3b291