Oct 27 08:22:31.228 INFO checking andreaseg/lang against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:22:31.229 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 08:22:31.677 INFO blam! 478afc94a9c2f362de6fd02c2384fc2dc8d2dfa20a4ea3abb5704b139cd05431 Oct 27 08:22:31.680 INFO running `"docker" "start" "-a" "478afc94a9c2f362de6fd02c2384fc2dc8d2dfa20a4ea3abb5704b139cd05431"` Oct 27 08:22:33.431 INFO kablam! usermod: no changes Oct 27 08:22:33.643 INFO kablam! Compiling num-derive v0.2.3 Oct 27 08:22:42.755 INFO kablam! Checking lang v0.1.0 (/source) Oct 27 08:22:44.910 INFO kablam! error[E0432]: unresolved import `self::terminal` Oct 27 08:22:44.910 INFO kablam! --> src/visualizer/ast_tree.rs:168:19 Oct 27 08:22:44.910 INFO kablam! | Oct 27 08:22:44.910 INFO kablam! 168 | use self::terminal::Constness as C; Oct 27 08:22:44.910 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `self` Oct 27 08:22:44.910 INFO kablam! Oct 27 08:22:44.912 INFO kablam! error[E0432]: unresolved import `self::ast::Scope` Oct 27 08:22:44.912 INFO kablam! --> src/compiler/parser.rs:203:25 Oct 27 08:22:44.912 INFO kablam! | Oct 27 08:22:44.912 INFO kablam! 203 | use $error_type as path; Oct 27 08:22:44.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `Scope` in `compiler::parser::ast` Oct 27 08:22:44.912 INFO kablam! ... Oct 27 08:22:44.912 INFO kablam! 372 | / expect_tokens!(tokens, self::ast::Scope, "Expected ;", Oct 27 08:22:44.912 INFO kablam! 373 | | (Token::Semicolon => {}),); Oct 27 08:22:44.912 INFO kablam! | |_______________________________________________- in this macro invocation Oct 27 08:22:44.912 INFO kablam! Oct 27 08:22:44.912 INFO kablam! error[E0432]: unresolved import `self::ast::Scope` Oct 27 08:22:44.912 INFO kablam! --> src/compiler/parser.rs:211:21 Oct 27 08:22:44.912 INFO kablam! | Oct 27 08:22:44.912 INFO kablam! 211 | use $error_type as path; Oct 27 08:22:44.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `Scope` in `compiler::parser::ast` Oct 27 08:22:44.912 INFO kablam! ... Oct 27 08:22:44.912 INFO kablam! 372 | / expect_tokens!(tokens, self::ast::Scope, "Expected ;", Oct 27 08:22:44.912 INFO kablam! 373 | | (Token::Semicolon => {}),); Oct 27 08:22:44.912 INFO kablam! | |_______________________________________________- in this macro invocation Oct 27 08:22:44.912 INFO kablam! Oct 27 08:22:44.939 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:44.939 INFO kablam! --> src/visualizer/ast_tree.rs:166:17 Oct 27 08:22:44.939 INFO kablam! | Oct 27 08:22:44.939 INFO kablam! 166 | impl ToHtml for terminal::Constness { Oct 27 08:22:44.939 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:44.939 INFO kablam! Oct 27 08:22:44.961 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 27 08:22:44.961 INFO kablam! --> src/visualizer/ast_tree.rs:180:13 Oct 27 08:22:44.962 INFO kablam! | Oct 27 08:22:44.962 INFO kablam! 180 | Scope::Closed(v) => { Oct 27 08:22:44.962 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 27 08:22:44.963 INFO kablam! Oct 27 08:22:44.963 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 27 08:22:44.964 INFO kablam! --> src/visualizer/ast_tree.rs:186:13 Oct 27 08:22:44.965 INFO kablam! | Oct 27 08:22:44.965 INFO kablam! 186 | Scope::Open(s) => (*s).to_html(), Oct 27 08:22:44.966 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 27 08:22:44.966 INFO kablam! Oct 27 08:22:44.967 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 27 08:22:44.967 INFO kablam! --> src/visualizer/ast_tree.rs:187:13 Oct 27 08:22:44.968 INFO kablam! | Oct 27 08:22:44.968 INFO kablam! 187 | Scope::Error(e) => e.to_html(), Oct 27 08:22:44.969 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 27 08:22:44.969 INFO kablam! Oct 27 08:22:44.970 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:44.970 INFO kablam! --> src/visualizer/ast_tree.rs:234:17 Oct 27 08:22:44.971 INFO kablam! | Oct 27 08:22:44.971 INFO kablam! 234 | impl ToHtml for terminal::Literal { Oct 27 08:22:44.972 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:44.972 INFO kablam! Oct 27 08:22:44.973 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:44.974 INFO kablam! --> src/visualizer/ast_tree.rs:237:13 Oct 27 08:22:44.974 INFO kablam! | Oct 27 08:22:44.975 INFO kablam! 237 | terminal::Literal::Float(n) => [ Oct 27 08:22:44.975 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:44.975 INFO kablam! Oct 27 08:22:44.976 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:44.976 INFO kablam! --> src/visualizer/ast_tree.rs:245:13 Oct 27 08:22:44.976 INFO kablam! | Oct 27 08:22:44.976 INFO kablam! 245 | terminal::Literal::Integer(n) => [ Oct 27 08:22:44.976 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:44.977 INFO kablam! Oct 27 08:22:44.978 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:44.978 INFO kablam! --> src/visualizer/ast_tree.rs:253:13 Oct 27 08:22:44.978 INFO kablam! | Oct 27 08:22:44.978 INFO kablam! 253 | terminal::Literal::String(s) => { Oct 27 08:22:44.978 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:44.979 INFO kablam! Oct 27 08:22:44.979 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:44.979 INFO kablam! --> src/visualizer/ast_tree.rs:256:13 Oct 27 08:22:44.979 INFO kablam! | Oct 27 08:22:44.979 INFO kablam! 256 | terminal::Literal::Bool(b) => [ Oct 27 08:22:44.979 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:44.981 INFO kablam! Oct 27 08:22:44.982 INFO kablam! error[E0412]: cannot find type `Scope` in this scope Oct 27 08:22:44.982 INFO kablam! --> src/visualizer/ast_tree.rs:177:17 Oct 27 08:22:44.983 INFO kablam! | Oct 27 08:22:44.983 INFO kablam! 177 | impl ToHtml for Scope { Oct 27 08:22:44.984 INFO kablam! | ^^^^^ not found in this scope Oct 27 08:22:44.984 INFO kablam! Oct 27 08:22:45.093 INFO kablam! error[E0432]: unresolved import `self::terminal` Oct 27 08:22:45.103 INFO kablam! --> src/visualizer/ast_tree.rs:168:19 Oct 27 08:22:45.103 INFO kablam! | Oct 27 08:22:45.103 INFO kablam! 168 | use self::terminal::Constness as C; Oct 27 08:22:45.103 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `self` Oct 27 08:22:45.103 INFO kablam! Oct 27 08:22:45.103 INFO kablam! error[E0432]: unresolved import `self::ast::Scope` Oct 27 08:22:45.103 INFO kablam! --> src/compiler/parser.rs:203:25 Oct 27 08:22:45.103 INFO kablam! | Oct 27 08:22:45.103 INFO kablam! 203 | use $error_type as path; Oct 27 08:22:45.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `Scope` in `compiler::parser::ast` Oct 27 08:22:45.103 INFO kablam! ... Oct 27 08:22:45.103 INFO kablam! 372 | / expect_tokens!(tokens, self::ast::Scope, "Expected ;", Oct 27 08:22:45.103 INFO kablam! 373 | | (Token::Semicolon => {}),); Oct 27 08:22:45.103 INFO kablam! | |_______________________________________________- in this macro invocation Oct 27 08:22:45.103 INFO kablam! Oct 27 08:22:45.103 INFO kablam! error[E0432]: unresolved import `self::ast::Scope` Oct 27 08:22:45.103 INFO kablam! --> src/compiler/parser.rs:211:21 Oct 27 08:22:45.103 INFO kablam! | Oct 27 08:22:45.103 INFO kablam! 211 | use $error_type as path; Oct 27 08:22:45.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no `Scope` in `compiler::parser::ast` Oct 27 08:22:45.103 INFO kablam! ... Oct 27 08:22:45.103 INFO kablam! 372 | / expect_tokens!(tokens, self::ast::Scope, "Expected ;", Oct 27 08:22:45.103 INFO kablam! 373 | | (Token::Semicolon => {}),); Oct 27 08:22:45.103 INFO kablam! | |_______________________________________________- in this macro invocation Oct 27 08:22:45.103 INFO kablam! Oct 27 08:22:45.115 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! --> src/compiler/parser.rs:975:52 Oct 27 08:22:45.115 INFO kablam! | Oct 27 08:22:45.115 INFO kablam! 975 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Integer(1))) Oct 27 08:22:45.115 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! Oct 27 08:22:45.115 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! --> src/compiler/parser.rs:987:52 Oct 27 08:22:45.115 INFO kablam! | Oct 27 08:22:45.115 INFO kablam! 987 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Float(1.0))) Oct 27 08:22:45.115 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! Oct 27 08:22:45.115 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! --> src/compiler/parser.rs:1000:31 Oct 27 08:22:45.115 INFO kablam! | Oct 27 08:22:45.115 INFO kablam! 1000 | Box::new(ast::terminal::Literal::String("string".to_string())) Oct 27 08:22:45.115 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! Oct 27 08:22:45.115 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! --> src/compiler/parser.rs:1014:56 Oct 27 08:22:45.115 INFO kablam! | Oct 27 08:22:45.115 INFO kablam! 1014 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Bool(true))) Oct 27 08:22:45.115 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! Oct 27 08:22:45.115 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! --> src/compiler/parser.rs:1024:56 Oct 27 08:22:45.115 INFO kablam! | Oct 27 08:22:45.115 INFO kablam! 1024 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Bool(false))) Oct 27 08:22:45.115 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! Oct 27 08:22:45.115 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! --> src/compiler/parser.rs:1193:60 Oct 27 08:22:45.115 INFO kablam! | Oct 27 08:22:45.115 INFO kablam! 1193 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Integer(1))), Oct 27 08:22:45.115 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! Oct 27 08:22:45.115 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! --> src/compiler/parser.rs:1194:60 Oct 27 08:22:45.115 INFO kablam! | Oct 27 08:22:45.115 INFO kablam! 1194 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Integer(2))) Oct 27 08:22:45.115 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.115 INFO kablam! Oct 27 08:22:45.123 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.123 INFO kablam! --> src/compiler/parser.rs:1264:22 Oct 27 08:22:45.123 INFO kablam! | Oct 27 08:22:45.123 INFO kablam! 1264 | ast::terminal::Constness::None, Oct 27 08:22:45.123 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.123 INFO kablam! Oct 27 08:22:45.127 INFO kablam! error[E0433]: failed to resolve. Could not find `Scope` in `ast` Oct 27 08:22:45.127 INFO kablam! --> src/compiler/parser.rs:1269:22 Oct 27 08:22:45.127 INFO kablam! | Oct 27 08:22:45.127 INFO kablam! 1269 | ast::Scope::Open(Box::new(ast::Statement::Call(Box::new( Oct 27 08:22:45.127 INFO kablam! | ^^^^^ Could not find `Scope` in `ast` Oct 27 08:22:45.127 INFO kablam! Oct 27 08:22:45.127 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.127 INFO kablam! --> src/compiler/parser.rs:1321:22 Oct 27 08:22:45.127 INFO kablam! | Oct 27 08:22:45.127 INFO kablam! 1321 | ast::terminal::Constness::Mut, Oct 27 08:22:45.127 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.127 INFO kablam! Oct 27 08:22:45.127 INFO kablam! error[E0433]: failed to resolve. Could not find `Scope` in `ast` Oct 27 08:22:45.127 INFO kablam! --> src/compiler/parser.rs:1326:22 Oct 27 08:22:45.127 INFO kablam! | Oct 27 08:22:45.127 INFO kablam! 1326 | ast::Scope::Open(Box::new(ast::Statement::Call(Box::new( Oct 27 08:22:45.127 INFO kablam! | ^^^^^ Could not find `Scope` in `ast` Oct 27 08:22:45.127 INFO kablam! Oct 27 08:22:45.127 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.127 INFO kablam! --> src/compiler/parser.rs:1327:60 Oct 27 08:22:45.127 INFO kablam! | Oct 27 08:22:45.127 INFO kablam! 1327 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Integer(1),)) Oct 27 08:22:45.127 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.127 INFO kablam! Oct 27 08:22:45.127 INFO kablam! error[E0433]: failed to resolve. Could not find `Scope` in `ast` Oct 27 08:22:45.127 INFO kablam! --> src/compiler/parser.rs:1346:22 Oct 27 08:22:45.127 INFO kablam! | Oct 27 08:22:45.127 INFO kablam! 1346 | ast::Scope::Open(Box::new(ast::Statement::Call(Box::new( Oct 27 08:22:45.127 INFO kablam! | ^^^^^ Could not find `Scope` in `ast` Oct 27 08:22:45.127 INFO kablam! Oct 27 08:22:45.127 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.127 INFO kablam! --> src/compiler/parser.rs:1347:60 Oct 27 08:22:45.127 INFO kablam! | Oct 27 08:22:45.127 INFO kablam! 1347 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Integer(1))) Oct 27 08:22:45.127 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.127 INFO kablam! Oct 27 08:22:45.127 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.127 INFO kablam! --> src/compiler/parser.rs:1363:18 Oct 27 08:22:45.127 INFO kablam! | Oct 27 08:22:45.127 INFO kablam! 1363 | ast::terminal::Constness::Mut, Oct 27 08:22:45.127 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.127 INFO kablam! Oct 27 08:22:45.127 INFO kablam! error[E0433]: failed to resolve. Could not find `Scope` in `ast` Oct 27 08:22:45.127 INFO kablam! --> src/compiler/parser.rs:1368:18 Oct 27 08:22:45.127 INFO kablam! | Oct 27 08:22:45.127 INFO kablam! 1368 | ast::Scope::Open(Box::new(ast::Statement::Call(Box::new( Oct 27 08:22:45.127 INFO kablam! | ^^^^^ Could not find `Scope` in `ast` Oct 27 08:22:45.127 INFO kablam! Oct 27 08:22:45.127 INFO kablam! error[E0433]: failed to resolve. Could not find `terminal` in `ast` Oct 27 08:22:45.127 INFO kablam! --> src/compiler/parser.rs:1369:56 Oct 27 08:22:45.127 INFO kablam! | Oct 27 08:22:45.127 INFO kablam! 1369 | ast::Expression::Literal(Box::new(ast::terminal::Literal::Float(1.0))), Oct 27 08:22:45.127 INFO kablam! | ^^^^^^^^ Could not find `terminal` in `ast` Oct 27 08:22:45.127 INFO kablam! Oct 27 08:22:45.127 INFO kablam! error[E0433]: failed to resolve. Could not find `Scope` in `ast` Oct 27 08:22:45.127 INFO kablam! --> src/compiler/parser.rs:1393:30 Oct 27 08:22:45.127 INFO kablam! | Oct 27 08:22:45.127 INFO kablam! 1393 | assert_eq!(ast, ast::Scope::Closed(vec![stmt1, stmt2, stmt3])); Oct 27 08:22:45.127 INFO kablam! | ^^^^^ Could not find `Scope` in `ast` Oct 27 08:22:45.127 INFO kablam! Oct 27 08:22:45.176 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:45.176 INFO kablam! --> src/visualizer/ast_tree.rs:166:17 Oct 27 08:22:45.176 INFO kablam! | Oct 27 08:22:45.176 INFO kablam! 166 | impl ToHtml for terminal::Constness { Oct 27 08:22:45.176 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:45.176 INFO kablam! Oct 27 08:22:45.213 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 27 08:22:45.213 INFO kablam! --> src/visualizer/ast_tree.rs:180:13 Oct 27 08:22:45.213 INFO kablam! | Oct 27 08:22:45.213 INFO kablam! 180 | Scope::Closed(v) => { Oct 27 08:22:45.213 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 27 08:22:45.213 INFO kablam! Oct 27 08:22:45.213 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 27 08:22:45.213 INFO kablam! --> src/visualizer/ast_tree.rs:186:13 Oct 27 08:22:45.213 INFO kablam! | Oct 27 08:22:45.213 INFO kablam! 186 | Scope::Open(s) => (*s).to_html(), Oct 27 08:22:45.213 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 27 08:22:45.213 INFO kablam! Oct 27 08:22:45.213 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Scope` Oct 27 08:22:45.213 INFO kablam! --> src/visualizer/ast_tree.rs:187:13 Oct 27 08:22:45.213 INFO kablam! | Oct 27 08:22:45.213 INFO kablam! 187 | Scope::Error(e) => e.to_html(), Oct 27 08:22:45.213 INFO kablam! | ^^^^^ Use of undeclared type or module `Scope` Oct 27 08:22:45.213 INFO kablam! Oct 27 08:22:45.214 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:45.214 INFO kablam! --> src/visualizer/ast_tree.rs:234:17 Oct 27 08:22:45.214 INFO kablam! | Oct 27 08:22:45.214 INFO kablam! 234 | impl ToHtml for terminal::Literal { Oct 27 08:22:45.214 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:45.214 INFO kablam! Oct 27 08:22:45.214 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:45.214 INFO kablam! --> src/visualizer/ast_tree.rs:237:13 Oct 27 08:22:45.214 INFO kablam! | Oct 27 08:22:45.214 INFO kablam! 237 | terminal::Literal::Float(n) => [ Oct 27 08:22:45.214 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:45.214 INFO kablam! Oct 27 08:22:45.215 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:45.215 INFO kablam! --> src/visualizer/ast_tree.rs:245:13 Oct 27 08:22:45.215 INFO kablam! | Oct 27 08:22:45.215 INFO kablam! 245 | terminal::Literal::Integer(n) => [ Oct 27 08:22:45.215 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:45.215 INFO kablam! Oct 27 08:22:45.216 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:45.216 INFO kablam! --> src/visualizer/ast_tree.rs:253:13 Oct 27 08:22:45.216 INFO kablam! | Oct 27 08:22:45.216 INFO kablam! 253 | terminal::Literal::String(s) => { Oct 27 08:22:45.216 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:45.216 INFO kablam! Oct 27 08:22:45.217 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `terminal` Oct 27 08:22:45.217 INFO kablam! --> src/visualizer/ast_tree.rs:256:13 Oct 27 08:22:45.217 INFO kablam! | Oct 27 08:22:45.217 INFO kablam! 256 | terminal::Literal::Bool(b) => [ Oct 27 08:22:45.217 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `terminal` Oct 27 08:22:45.217 INFO kablam! Oct 27 08:22:45.228 INFO kablam! error[E0412]: cannot find type `Scope` in this scope Oct 27 08:22:45.228 INFO kablam! --> src/visualizer/ast_tree.rs:177:17 Oct 27 08:22:45.228 INFO kablam! | Oct 27 08:22:45.228 INFO kablam! 177 | impl ToHtml for Scope { Oct 27 08:22:45.228 INFO kablam! | ^^^^^ not found in this scope Oct 27 08:22:45.228 INFO kablam! Oct 27 08:22:45.388 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:45.388 INFO kablam! --> src/compiler/parser.rs:204:28 Oct 27 08:22:45.388 INFO kablam! | Oct 27 08:22:45.388 INFO kablam! 204 | return path::Error(ast::ParseError::UnexpectedToken( Oct 27 08:22:45.389 INFO kablam! | ____________________________^ Oct 27 08:22:45.389 INFO kablam! 205 | | other, Oct 27 08:22:45.389 INFO kablam! 206 | | $error_message.to_string(), Oct 27 08:22:45.390 INFO kablam! 207 | | )) Oct 27 08:22:45.390 INFO kablam! | |______________________^ expected enum `compiler::parser::ast::Closure`, found enum `compiler::parser::ast::Assignment` Oct 27 08:22:45.390 INFO kablam! ... Oct 27 08:22:45.391 INFO kablam! 333 | / expect_tokens!(tokens, self::ast::Assignment, "Expected name", Oct 27 08:22:45.391 INFO kablam! 334 | | (Token::FatRightArrow =>{}),); Oct 27 08:22:45.391 INFO kablam! | |______________________________________- in this macro invocation Oct 27 08:22:45.392 INFO kablam! | Oct 27 08:22:45.392 INFO kablam! = note: expected type `compiler::parser::ast::Closure` Oct 27 08:22:45.392 INFO kablam! found type `compiler::parser::ast::Assignment` Oct 27 08:22:45.393 INFO kablam! Oct 27 08:22:45.535 INFO kablam! error[E0599]: no variant named `Method` found for type `compiler::scanner::Token` in the current scope Oct 27 08:22:45.535 INFO kablam! --> src/compiler/parser.rs:775:17 Oct 27 08:22:45.535 INFO kablam! | Oct 27 08:22:45.535 INFO kablam! 775 | (_, Token::Method(_)) => { Oct 27 08:22:45.535 INFO kablam! | ^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 27 08:22:45.536 INFO kablam! | Oct 27 08:22:45.536 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 27 08:22:45.536 INFO kablam! | Oct 27 08:22:45.536 INFO kablam! 28 | pub enum Token { Oct 27 08:22:45.536 INFO kablam! | -------------- variant `Method` not found here Oct 27 08:22:45.536 INFO kablam! Oct 27 08:22:45.540 INFO kablam! error[E0599]: no variant named `Member` found for type `compiler::scanner::Token` in the current scope Oct 27 08:22:45.540 INFO kablam! --> src/compiler/parser.rs:780:17 Oct 27 08:22:45.540 INFO kablam! | Oct 27 08:22:45.540 INFO kablam! 780 | (_, Token::Member(name)) => { Oct 27 08:22:45.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 27 08:22:45.540 INFO kablam! | Oct 27 08:22:45.540 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 27 08:22:45.540 INFO kablam! | Oct 27 08:22:45.540 INFO kablam! 28 | pub enum Token { Oct 27 08:22:45.540 INFO kablam! | -------------- variant `Member` not found here Oct 27 08:22:45.540 INFO kablam! Oct 27 08:22:45.543 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.543 INFO kablam! --> src/compiler/parser.rs:781:28 Oct 27 08:22:45.543 INFO kablam! | Oct 27 08:22:45.543 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.543 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.543 INFO kablam! ... Oct 27 08:22:45.543 INFO kablam! 781 | let expr = ast::Expression::Field( Oct 27 08:22:45.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.543 INFO kablam! Oct 27 08:22:45.550 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.550 INFO kablam! --> src/compiler/parser.rs:804:17 Oct 27 08:22:45.550 INFO kablam! | Oct 27 08:22:45.551 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.551 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.551 INFO kablam! ... Oct 27 08:22:45.551 INFO kablam! 804 | ast::Expression::Field(right_symbol)) => { Oct 27 08:22:45.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.551 INFO kablam! Oct 27 08:22:45.554 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.554 INFO kablam! --> src/compiler/parser.rs:809:29 Oct 27 08:22:45.554 INFO kablam! | Oct 27 08:22:45.554 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.554 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.554 INFO kablam! ... Oct 27 08:22:45.554 INFO kablam! 809 | ast::Expression::Field(right_symbol) Oct 27 08:22:45.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.554 INFO kablam! Oct 27 08:22:45.558 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.558 INFO kablam! --> src/compiler/parser.rs:822:14 Oct 27 08:22:45.558 INFO kablam! | Oct 27 08:22:45.558 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.558 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.558 INFO kablam! ... Oct 27 08:22:45.558 INFO kablam! 822 | (ast::Expression::Field(left_symbol), Oct 27 08:22:45.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.558 INFO kablam! Oct 27 08:22:45.565 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.565 INFO kablam! --> src/compiler/parser.rs:825:36 Oct 27 08:22:45.565 INFO kablam! | Oct 27 08:22:45.565 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.565 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.565 INFO kablam! ... Oct 27 08:22:45.565 INFO kablam! 825 | args.insert(0, ast::Expression::Field(left_symbol)); Oct 27 08:22:45.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.566 INFO kablam! Oct 27 08:22:45.569 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.569 INFO kablam! --> src/compiler/parser.rs:831:14 Oct 27 08:22:45.569 INFO kablam! | Oct 27 08:22:45.569 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.569 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.569 INFO kablam! ... Oct 27 08:22:45.569 INFO kablam! 831 | (ast::Expression::Field(left_symbol), Oct 27 08:22:45.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.575 INFO kablam! Oct 27 08:22:45.579 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.579 INFO kablam! --> src/compiler/parser.rs:832:17 Oct 27 08:22:45.579 INFO kablam! | Oct 27 08:22:45.579 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.579 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.579 INFO kablam! ... Oct 27 08:22:45.579 INFO kablam! 832 | ast::Expression::Field(right_symbol)) => { Oct 27 08:22:45.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.579 INFO kablam! Oct 27 08:22:45.582 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.582 INFO kablam! --> src/compiler/parser.rs:836:29 Oct 27 08:22:45.582 INFO kablam! | Oct 27 08:22:45.582 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.582 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.582 INFO kablam! ... Oct 27 08:22:45.582 INFO kablam! 836 | ast::Expression::Field(left_symbol), Oct 27 08:22:45.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.582 INFO kablam! Oct 27 08:22:45.586 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.586 INFO kablam! --> src/compiler/parser.rs:837:29 Oct 27 08:22:45.586 INFO kablam! | Oct 27 08:22:45.586 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.586 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.586 INFO kablam! ... Oct 27 08:22:45.586 INFO kablam! 837 | ast::Expression::Field(right_symbol) Oct 27 08:22:45.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.586 INFO kablam! Oct 27 08:22:45.594 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.594 INFO kablam! --> src/compiler/parser.rs:842:29 Oct 27 08:22:45.594 INFO kablam! | Oct 27 08:22:45.594 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.594 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.594 INFO kablam! ... Oct 27 08:22:45.594 INFO kablam! 842 | left_args), ast::Expression::Field(right_symbol)) => { Oct 27 08:22:45.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.594 INFO kablam! Oct 27 08:22:45.598 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.598 INFO kablam! --> src/compiler/parser.rs:847:29 Oct 27 08:22:45.598 INFO kablam! | Oct 27 08:22:45.598 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.598 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.598 INFO kablam! ... Oct 27 08:22:45.598 INFO kablam! 847 | ast::Expression::Field(right_symbol) Oct 27 08:22:45.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.598 INFO kablam! Oct 27 08:22:45.602 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.602 INFO kablam! --> src/compiler/parser.rs:864:21 Oct 27 08:22:45.602 INFO kablam! | Oct 27 08:22:45.602 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.602 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.602 INFO kablam! ... Oct 27 08:22:45.602 INFO kablam! 864 | ast::Expression::Field(_) => ast::Expression::Error(ast::ParseError::Other("Unexpected field".to_string())), Oct 27 08:22:45.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.602 INFO kablam! Oct 27 08:22:45.611 INFO kablam! error[E0599]: no variant named `Function` found for type `compiler::scanner::Token` in the current scope Oct 27 08:22:45.611 INFO kablam! --> src/compiler/parser.rs:877:17 Oct 27 08:22:45.611 INFO kablam! | Oct 27 08:22:45.611 INFO kablam! 877 | (_, Token::Function(name)) Oct 27 08:22:45.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 27 08:22:45.611 INFO kablam! | Oct 27 08:22:45.611 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 27 08:22:45.611 INFO kablam! | Oct 27 08:22:45.611 INFO kablam! 28 | pub enum Token { Oct 27 08:22:45.611 INFO kablam! | -------------- variant `Function` not found here Oct 27 08:22:45.611 INFO kablam! Oct 27 08:22:45.619 INFO kablam! error[E0599]: no variant named `Method` found for type `compiler::scanner::Token` in the current scope Oct 27 08:22:45.619 INFO kablam! --> src/compiler/parser.rs:878:23 Oct 27 08:22:45.619 INFO kablam! | Oct 27 08:22:45.619 INFO kablam! 878 | | (_, Token::Method(name)) => Symbol { Oct 27 08:22:45.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 27 08:22:45.619 INFO kablam! | Oct 27 08:22:45.619 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 27 08:22:45.619 INFO kablam! | Oct 27 08:22:45.619 INFO kablam! 28 | pub enum Token { Oct 27 08:22:45.619 INFO kablam! | -------------- variant `Method` not found here Oct 27 08:22:45.619 INFO kablam! Oct 27 08:22:45.730 INFO kablam! error[E0308]: mismatched types Oct 27 08:22:45.730 INFO kablam! --> src/compiler/parser.rs:204:28 Oct 27 08:22:45.730 INFO kablam! | Oct 27 08:22:45.730 INFO kablam! 204 | return path::Error(ast::ParseError::UnexpectedToken( Oct 27 08:22:45.730 INFO kablam! | ____________________________^ Oct 27 08:22:45.730 INFO kablam! 205 | | other, Oct 27 08:22:45.730 INFO kablam! 206 | | $error_message.to_string(), Oct 27 08:22:45.730 INFO kablam! 207 | | )) Oct 27 08:22:45.730 INFO kablam! | |______________________^ expected enum `compiler::parser::ast::Closure`, found enum `compiler::parser::ast::Assignment` Oct 27 08:22:45.730 INFO kablam! ... Oct 27 08:22:45.730 INFO kablam! 333 | / expect_tokens!(tokens, self::ast::Assignment, "Expected name", Oct 27 08:22:45.730 INFO kablam! 334 | | (Token::FatRightArrow =>{}),); Oct 27 08:22:45.730 INFO kablam! | |______________________________________- in this macro invocation Oct 27 08:22:45.730 INFO kablam! | Oct 27 08:22:45.731 INFO kablam! = note: expected type `compiler::parser::ast::Closure` Oct 27 08:22:45.731 INFO kablam! found type `compiler::parser::ast::Assignment` Oct 27 08:22:45.731 INFO kablam! Oct 27 08:22:45.752 INFO kablam! error[E0599]: no variant named `Function` found for type `compiler::parser::ast::Assignment` in the current scope Oct 27 08:22:45.752 INFO kablam! --> src/visualizer/ast_tree.rs:76:13 Oct 27 08:22:45.752 INFO kablam! | Oct 27 08:22:45.752 INFO kablam! 76 | Assignment::Function(c, symbol, args, scope) => { Oct 27 08:22:45.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 27 08:22:45.752 INFO kablam! | Oct 27 08:22:45.752 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 27 08:22:45.752 INFO kablam! | Oct 27 08:22:45.752 INFO kablam! 47 | pub enum Assignment { Oct 27 08:22:45.752 INFO kablam! | ------------------- variant `Function` not found here Oct 27 08:22:45.752 INFO kablam! Oct 27 08:22:45.765 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Assignment` in the current scope Oct 27 08:22:45.765 INFO kablam! --> src/visualizer/ast_tree.rs:96:13 Oct 27 08:22:45.765 INFO kablam! | Oct 27 08:22:45.765 INFO kablam! 96 | Assignment::Field(c, symbol, scope) => [ Oct 27 08:22:45.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 27 08:22:45.765 INFO kablam! | Oct 27 08:22:45.765 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 27 08:22:45.765 INFO kablam! | Oct 27 08:22:45.765 INFO kablam! 47 | pub enum Assignment { Oct 27 08:22:45.765 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.771 INFO kablam! Oct 27 08:22:45.776 INFO kablam! error[E0599]: no method named `to_html` found for type `&compiler::parser::ast::Closure` in the current scope Oct 27 08:22:45.776 INFO kablam! --> src/visualizer/ast_tree.rs:114:23 Oct 27 08:22:45.776 INFO kablam! | Oct 27 08:22:45.776 INFO kablam! 114 | scope.to_html().as_ref(), Oct 27 08:22:45.776 INFO kablam! | ^^^^^^^ Oct 27 08:22:45.776 INFO kablam! | Oct 27 08:22:45.776 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 27 08:22:45.776 INFO kablam! = note: the following trait defines an item `to_html`, perhaps you need to implement it: Oct 27 08:22:45.776 INFO kablam! candidate #1: `visualizer::ast_tree::ToHtml` Oct 27 08:22:45.783 INFO kablam! Oct 27 08:22:45.786 INFO kablam! error[E0599]: no variant named `Struct` found for type `compiler::parser::ast::Assignment` in the current scope Oct 27 08:22:45.787 INFO kablam! --> src/visualizer/ast_tree.rs:119:13 Oct 27 08:22:45.787 INFO kablam! | Oct 27 08:22:45.787 INFO kablam! 119 | Assignment::Struct(symbol, members) => { Oct 27 08:22:45.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 27 08:22:45.787 INFO kablam! | Oct 27 08:22:45.787 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 27 08:22:45.787 INFO kablam! | Oct 27 08:22:45.787 INFO kablam! 47 | pub enum Assignment { Oct 27 08:22:45.787 INFO kablam! | ------------------- variant `Struct` not found here Oct 27 08:22:45.787 INFO kablam! Oct 27 08:22:45.792 INFO kablam! error[E0599]: no variant named `Enum` found for type `compiler::parser::ast::Assignment` in the current scope Oct 27 08:22:45.792 INFO kablam! --> src/visualizer/ast_tree.rs:140:13 Oct 27 08:22:45.792 INFO kablam! | Oct 27 08:22:45.792 INFO kablam! 140 | Assignment::Enum(symbol, members) => { Oct 27 08:22:45.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 27 08:22:45.793 INFO kablam! | Oct 27 08:22:45.793 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 27 08:22:45.793 INFO kablam! | Oct 27 08:22:45.793 INFO kablam! 47 | pub enum Assignment { Oct 27 08:22:45.793 INFO kablam! | ------------------- variant `Enum` not found here Oct 27 08:22:45.807 INFO kablam! Oct 27 08:22:45.814 INFO kablam! error[E0599]: no method named `to_html` found for type `&std::boxed::Box` in the current scope Oct 27 08:22:45.814 INFO kablam! --> src/visualizer/ast_tree.rs:208:21 Oct 27 08:22:45.814 INFO kablam! | Oct 27 08:22:45.814 INFO kablam! 208 | lit.to_html().as_ref(), Oct 27 08:22:45.814 INFO kablam! | ^^^^^^^ Oct 27 08:22:45.814 INFO kablam! | Oct 27 08:22:45.815 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 27 08:22:45.815 INFO kablam! = note: the following trait defines an item `to_html`, perhaps you need to implement it: Oct 27 08:22:45.815 INFO kablam! candidate #1: `visualizer::ast_tree::ToHtml` Oct 27 08:22:45.819 INFO kablam! Oct 27 08:22:45.823 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.823 INFO kablam! --> src/visualizer/ast_tree.rs:213:13 Oct 27 08:22:45.823 INFO kablam! | Oct 27 08:22:45.823 INFO kablam! 213 | Expression::Field(sym) => [ Oct 27 08:22:45.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.823 INFO kablam! | Oct 27 08:22:45.823 INFO kablam! ::: src/compiler/parser.rs:81:5 Oct 27 08:22:45.823 INFO kablam! | Oct 27 08:22:45.823 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.823 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.831 INFO kablam! Oct 27 08:22:45.857 INFO kablam! error: aborting due to 37 previous errors Oct 27 08:22:45.857 INFO kablam! Oct 27 08:22:45.857 INFO kablam! Some errors occurred: E0308, E0412, E0432, E0433, E0599. Oct 27 08:22:45.857 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 27 08:22:45.875 INFO kablam! error: Could not compile `lang`. Oct 27 08:22:45.875 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 08:22:45.894 INFO kablam! error[E0599]: no variant named `Method` found for type `compiler::scanner::Token` in the current scope Oct 27 08:22:45.894 INFO kablam! --> src/compiler/parser.rs:775:17 Oct 27 08:22:45.894 INFO kablam! | Oct 27 08:22:45.894 INFO kablam! 775 | (_, Token::Method(_)) => { Oct 27 08:22:45.894 INFO kablam! | ^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 27 08:22:45.894 INFO kablam! | Oct 27 08:22:45.894 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 27 08:22:45.894 INFO kablam! | Oct 27 08:22:45.894 INFO kablam! 28 | pub enum Token { Oct 27 08:22:45.894 INFO kablam! | -------------- variant `Method` not found here Oct 27 08:22:45.894 INFO kablam! Oct 27 08:22:45.897 INFO kablam! error[E0599]: no variant named `Member` found for type `compiler::scanner::Token` in the current scope Oct 27 08:22:45.897 INFO kablam! --> src/compiler/parser.rs:780:17 Oct 27 08:22:45.897 INFO kablam! | Oct 27 08:22:45.897 INFO kablam! 780 | (_, Token::Member(name)) => { Oct 27 08:22:45.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 27 08:22:45.897 INFO kablam! | Oct 27 08:22:45.897 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 27 08:22:45.897 INFO kablam! | Oct 27 08:22:45.897 INFO kablam! 28 | pub enum Token { Oct 27 08:22:45.897 INFO kablam! | -------------- variant `Member` not found here Oct 27 08:22:45.897 INFO kablam! Oct 27 08:22:45.900 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.900 INFO kablam! --> src/compiler/parser.rs:781:28 Oct 27 08:22:45.900 INFO kablam! | Oct 27 08:22:45.900 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.900 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.900 INFO kablam! ... Oct 27 08:22:45.900 INFO kablam! 781 | let expr = ast::Expression::Field( Oct 27 08:22:45.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.900 INFO kablam! Oct 27 08:22:45.908 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.908 INFO kablam! --> src/compiler/parser.rs:804:17 Oct 27 08:22:45.908 INFO kablam! | Oct 27 08:22:45.908 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.908 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.908 INFO kablam! ... Oct 27 08:22:45.908 INFO kablam! 804 | ast::Expression::Field(right_symbol)) => { Oct 27 08:22:45.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.908 INFO kablam! Oct 27 08:22:45.911 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.911 INFO kablam! --> src/compiler/parser.rs:809:29 Oct 27 08:22:45.911 INFO kablam! | Oct 27 08:22:45.911 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.911 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.911 INFO kablam! ... Oct 27 08:22:45.911 INFO kablam! 809 | ast::Expression::Field(right_symbol) Oct 27 08:22:45.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.911 INFO kablam! Oct 27 08:22:45.915 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.915 INFO kablam! --> src/compiler/parser.rs:822:14 Oct 27 08:22:45.915 INFO kablam! | Oct 27 08:22:45.915 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.915 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.915 INFO kablam! ... Oct 27 08:22:45.915 INFO kablam! 822 | (ast::Expression::Field(left_symbol), Oct 27 08:22:45.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.915 INFO kablam! Oct 27 08:22:45.923 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.923 INFO kablam! --> src/compiler/parser.rs:825:36 Oct 27 08:22:45.923 INFO kablam! | Oct 27 08:22:45.923 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.923 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.923 INFO kablam! ... Oct 27 08:22:45.923 INFO kablam! 825 | args.insert(0, ast::Expression::Field(left_symbol)); Oct 27 08:22:45.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.923 INFO kablam! Oct 27 08:22:45.926 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.926 INFO kablam! --> src/compiler/parser.rs:831:14 Oct 27 08:22:45.926 INFO kablam! | Oct 27 08:22:45.926 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.926 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.926 INFO kablam! ... Oct 27 08:22:45.926 INFO kablam! 831 | (ast::Expression::Field(left_symbol), Oct 27 08:22:45.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.926 INFO kablam! Oct 27 08:22:45.929 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.929 INFO kablam! --> src/compiler/parser.rs:832:17 Oct 27 08:22:45.929 INFO kablam! | Oct 27 08:22:45.929 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.929 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.929 INFO kablam! ... Oct 27 08:22:45.929 INFO kablam! 832 | ast::Expression::Field(right_symbol)) => { Oct 27 08:22:45.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.929 INFO kablam! Oct 27 08:22:45.932 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.932 INFO kablam! --> src/compiler/parser.rs:836:29 Oct 27 08:22:45.932 INFO kablam! | Oct 27 08:22:45.932 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.932 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.932 INFO kablam! ... Oct 27 08:22:45.932 INFO kablam! 836 | ast::Expression::Field(left_symbol), Oct 27 08:22:45.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.932 INFO kablam! Oct 27 08:22:45.947 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.947 INFO kablam! --> src/compiler/parser.rs:837:29 Oct 27 08:22:45.947 INFO kablam! | Oct 27 08:22:45.947 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.947 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.947 INFO kablam! ... Oct 27 08:22:45.947 INFO kablam! 837 | ast::Expression::Field(right_symbol) Oct 27 08:22:45.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.947 INFO kablam! Oct 27 08:22:45.950 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.951 INFO kablam! --> src/compiler/parser.rs:842:29 Oct 27 08:22:45.951 INFO kablam! | Oct 27 08:22:45.951 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.951 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.951 INFO kablam! ... Oct 27 08:22:45.951 INFO kablam! 842 | left_args), ast::Expression::Field(right_symbol)) => { Oct 27 08:22:45.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.951 INFO kablam! Oct 27 08:22:45.954 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.954 INFO kablam! --> src/compiler/parser.rs:847:29 Oct 27 08:22:45.954 INFO kablam! | Oct 27 08:22:45.954 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.954 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.954 INFO kablam! ... Oct 27 08:22:45.954 INFO kablam! 847 | ast::Expression::Field(right_symbol) Oct 27 08:22:45.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.954 INFO kablam! Oct 27 08:22:45.957 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.957 INFO kablam! --> src/compiler/parser.rs:864:21 Oct 27 08:22:45.957 INFO kablam! | Oct 27 08:22:45.957 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.957 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.957 INFO kablam! ... Oct 27 08:22:45.958 INFO kablam! 864 | ast::Expression::Field(_) => ast::Expression::Error(ast::ParseError::Other("Unexpected field".to_string())), Oct 27 08:22:45.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.958 INFO kablam! Oct 27 08:22:45.961 INFO kablam! error[E0599]: no variant named `Function` found for type `compiler::scanner::Token` in the current scope Oct 27 08:22:45.961 INFO kablam! --> src/compiler/parser.rs:877:17 Oct 27 08:22:45.961 INFO kablam! | Oct 27 08:22:45.961 INFO kablam! 877 | (_, Token::Function(name)) Oct 27 08:22:45.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 27 08:22:45.961 INFO kablam! | Oct 27 08:22:45.962 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 27 08:22:45.962 INFO kablam! | Oct 27 08:22:45.962 INFO kablam! 28 | pub enum Token { Oct 27 08:22:45.962 INFO kablam! | -------------- variant `Function` not found here Oct 27 08:22:45.962 INFO kablam! Oct 27 08:22:45.964 INFO kablam! error[E0599]: no variant named `Method` found for type `compiler::scanner::Token` in the current scope Oct 27 08:22:45.964 INFO kablam! --> src/compiler/parser.rs:878:23 Oct 27 08:22:45.964 INFO kablam! | Oct 27 08:22:45.964 INFO kablam! 878 | | (_, Token::Method(name)) => Symbol { Oct 27 08:22:45.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::scanner::Token` Oct 27 08:22:45.964 INFO kablam! | Oct 27 08:22:45.964 INFO kablam! ::: src/compiler/scanner.rs:28:1 Oct 27 08:22:45.964 INFO kablam! | Oct 27 08:22:45.965 INFO kablam! 28 | pub enum Token { Oct 27 08:22:45.965 INFO kablam! | -------------- variant `Method` not found here Oct 27 08:22:45.965 INFO kablam! Oct 27 08:22:45.988 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.988 INFO kablam! --> src/compiler/parser.rs:1037:13 Oct 27 08:22:45.988 INFO kablam! | Oct 27 08:22:45.988 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.988 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.988 INFO kablam! ... Oct 27 08:22:45.988 INFO kablam! 1037 | ast::Expression::Field( Oct 27 08:22:45.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.988 INFO kablam! Oct 27 08:22:45.995 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.995 INFO kablam! --> src/compiler/parser.rs:1078:21 Oct 27 08:22:45.995 INFO kablam! | Oct 27 08:22:45.995 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.995 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.995 INFO kablam! ... Oct 27 08:22:45.995 INFO kablam! 1078 | ast::Expression::Field( Oct 27 08:22:45.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.995 INFO kablam! Oct 27 08:22:45.998 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:45.998 INFO kablam! --> src/compiler/parser.rs:1084:21 Oct 27 08:22:45.998 INFO kablam! | Oct 27 08:22:45.998 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:45.998 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:45.998 INFO kablam! ... Oct 27 08:22:45.998 INFO kablam! 1084 | ast::Expression::Field( Oct 27 08:22:45.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:45.998 INFO kablam! Oct 27 08:22:46.011 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:46.011 INFO kablam! --> src/compiler/parser.rs:1109:21 Oct 27 08:22:46.011 INFO kablam! | Oct 27 08:22:46.011 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:46.011 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.011 INFO kablam! ... Oct 27 08:22:46.011 INFO kablam! 1109 | ast::Expression::Field( Oct 27 08:22:46.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:46.011 INFO kablam! Oct 27 08:22:46.018 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:46.018 INFO kablam! --> src/compiler/parser.rs:1168:21 Oct 27 08:22:46.018 INFO kablam! | Oct 27 08:22:46.019 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:46.019 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.019 INFO kablam! ... Oct 27 08:22:46.019 INFO kablam! 1168 | ast::Expression::Field( Oct 27 08:22:46.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:46.019 INFO kablam! Oct 27 08:22:46.026 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:46.026 INFO kablam! --> src/compiler/parser.rs:1214:21 Oct 27 08:22:46.026 INFO kablam! | Oct 27 08:22:46.026 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:46.026 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.026 INFO kablam! ... Oct 27 08:22:46.026 INFO kablam! 1214 | ast::Expression::Field( Oct 27 08:22:46.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:46.026 INFO kablam! Oct 27 08:22:46.035 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:46.035 INFO kablam! --> src/compiler/parser.rs:1245:22 Oct 27 08:22:46.035 INFO kablam! | Oct 27 08:22:46.035 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:46.035 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.035 INFO kablam! ... Oct 27 08:22:46.035 INFO kablam! 1245 | vec![ast::Expression::Field( Oct 27 08:22:46.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:46.035 INFO kablam! Oct 27 08:22:46.040 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Assignment` in the current scope Oct 27 08:22:46.040 INFO kablam! --> src/compiler/parser.rs:1263:45 Oct 27 08:22:46.040 INFO kablam! | Oct 27 08:22:46.040 INFO kablam! 47 | pub enum Assignment { Oct 27 08:22:46.040 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.040 INFO kablam! ... Oct 27 08:22:46.040 INFO kablam! 1263 | ast::Statement::Assign(Box::new(ast::Assignment::Field( Oct 27 08:22:46.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 27 08:22:46.040 INFO kablam! Oct 27 08:22:46.043 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:46.043 INFO kablam! --> src/compiler/parser.rs:1270:21 Oct 27 08:22:46.043 INFO kablam! | Oct 27 08:22:46.043 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:46.043 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.043 INFO kablam! ... Oct 27 08:22:46.043 INFO kablam! 1270 | ast::Expression::Field( Oct 27 08:22:46.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:46.043 INFO kablam! Oct 27 08:22:46.048 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:46.048 INFO kablam! --> src/compiler/parser.rs:1295:21 Oct 27 08:22:46.048 INFO kablam! | Oct 27 08:22:46.048 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:46.048 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.048 INFO kablam! ... Oct 27 08:22:46.048 INFO kablam! 1295 | ast::Expression::Field( Oct 27 08:22:46.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:46.048 INFO kablam! Oct 27 08:22:46.056 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:46.056 INFO kablam! --> src/compiler/parser.rs:1301:21 Oct 27 08:22:46.056 INFO kablam! | Oct 27 08:22:46.056 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:46.056 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.056 INFO kablam! ... Oct 27 08:22:46.056 INFO kablam! 1301 | ast::Expression::Field( Oct 27 08:22:46.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:46.056 INFO kablam! Oct 27 08:22:46.061 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Assignment` in the current scope Oct 27 08:22:46.061 INFO kablam! --> src/compiler/parser.rs:1320:13 Oct 27 08:22:46.061 INFO kablam! | Oct 27 08:22:46.061 INFO kablam! 47 | pub enum Assignment { Oct 27 08:22:46.061 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.061 INFO kablam! ... Oct 27 08:22:46.061 INFO kablam! 1320 | ast::Assignment::Field( Oct 27 08:22:46.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 27 08:22:46.061 INFO kablam! Oct 27 08:22:46.069 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Assignment` in the current scope Oct 27 08:22:46.069 INFO kablam! --> src/compiler/parser.rs:1362:53 Oct 27 08:22:46.069 INFO kablam! | Oct 27 08:22:46.069 INFO kablam! 47 | pub enum Assignment { Oct 27 08:22:46.069 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.069 INFO kablam! ... Oct 27 08:22:46.069 INFO kablam! 1362 | let stmt1 = ast::Statement::Assign(Box::new(ast::Assignment::Field( Oct 27 08:22:46.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 27 08:22:46.069 INFO kablam! Oct 27 08:22:46.073 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:46.073 INFO kablam! --> src/compiler/parser.rs:1378:18 Oct 27 08:22:46.073 INFO kablam! | Oct 27 08:22:46.073 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:46.073 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.073 INFO kablam! ... Oct 27 08:22:46.073 INFO kablam! 1378 | vec![ast::Expression::Field( Oct 27 08:22:46.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:46.073 INFO kablam! Oct 27 08:22:46.080 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:46.080 INFO kablam! --> src/compiler/parser.rs:1386:51 Oct 27 08:22:46.080 INFO kablam! | Oct 27 08:22:46.080 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:46.080 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.080 INFO kablam! ... Oct 27 08:22:46.080 INFO kablam! 1386 | let stmt3 = ast::Statement::Call(Box::new(ast::Expression::Field( Oct 27 08:22:46.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:46.080 INFO kablam! Oct 27 08:22:46.555 INFO kablam! error[E0599]: no variant named `Function` found for type `compiler::parser::ast::Assignment` in the current scope Oct 27 08:22:46.555 INFO kablam! --> src/visualizer/ast_tree.rs:76:13 Oct 27 08:22:46.555 INFO kablam! | Oct 27 08:22:46.555 INFO kablam! 76 | Assignment::Function(c, symbol, args, scope) => { Oct 27 08:22:46.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 27 08:22:46.555 INFO kablam! | Oct 27 08:22:46.555 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 27 08:22:46.555 INFO kablam! | Oct 27 08:22:46.555 INFO kablam! 47 | pub enum Assignment { Oct 27 08:22:46.555 INFO kablam! | ------------------- variant `Function` not found here Oct 27 08:22:46.555 INFO kablam! Oct 27 08:22:46.561 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Assignment` in the current scope Oct 27 08:22:46.561 INFO kablam! --> src/visualizer/ast_tree.rs:96:13 Oct 27 08:22:46.561 INFO kablam! | Oct 27 08:22:46.561 INFO kablam! 96 | Assignment::Field(c, symbol, scope) => [ Oct 27 08:22:46.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 27 08:22:46.561 INFO kablam! | Oct 27 08:22:46.561 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 27 08:22:46.561 INFO kablam! | Oct 27 08:22:46.561 INFO kablam! 47 | pub enum Assignment { Oct 27 08:22:46.561 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.561 INFO kablam! Oct 27 08:22:46.566 INFO kablam! error[E0599]: no method named `to_html` found for type `&compiler::parser::ast::Closure` in the current scope Oct 27 08:22:46.566 INFO kablam! --> src/visualizer/ast_tree.rs:114:23 Oct 27 08:22:46.566 INFO kablam! | Oct 27 08:22:46.566 INFO kablam! 114 | scope.to_html().as_ref(), Oct 27 08:22:46.566 INFO kablam! | ^^^^^^^ Oct 27 08:22:46.566 INFO kablam! | Oct 27 08:22:46.566 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 27 08:22:46.566 INFO kablam! = note: the following trait defines an item `to_html`, perhaps you need to implement it: Oct 27 08:22:46.566 INFO kablam! candidate #1: `visualizer::ast_tree::ToHtml` Oct 27 08:22:46.566 INFO kablam! Oct 27 08:22:46.569 INFO kablam! error[E0599]: no variant named `Struct` found for type `compiler::parser::ast::Assignment` in the current scope Oct 27 08:22:46.569 INFO kablam! --> src/visualizer/ast_tree.rs:119:13 Oct 27 08:22:46.569 INFO kablam! | Oct 27 08:22:46.569 INFO kablam! 119 | Assignment::Struct(symbol, members) => { Oct 27 08:22:46.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 27 08:22:46.569 INFO kablam! | Oct 27 08:22:46.569 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 27 08:22:46.569 INFO kablam! | Oct 27 08:22:46.569 INFO kablam! 47 | pub enum Assignment { Oct 27 08:22:46.569 INFO kablam! | ------------------- variant `Struct` not found here Oct 27 08:22:46.569 INFO kablam! Oct 27 08:22:46.575 INFO kablam! error[E0599]: no variant named `Enum` found for type `compiler::parser::ast::Assignment` in the current scope Oct 27 08:22:46.575 INFO kablam! --> src/visualizer/ast_tree.rs:140:13 Oct 27 08:22:46.575 INFO kablam! | Oct 27 08:22:46.575 INFO kablam! 140 | Assignment::Enum(symbol, members) => { Oct 27 08:22:46.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Assignment` Oct 27 08:22:46.575 INFO kablam! | Oct 27 08:22:46.575 INFO kablam! ::: src/compiler/parser.rs:47:5 Oct 27 08:22:46.575 INFO kablam! | Oct 27 08:22:46.575 INFO kablam! 47 | pub enum Assignment { Oct 27 08:22:46.575 INFO kablam! | ------------------- variant `Enum` not found here Oct 27 08:22:46.575 INFO kablam! Oct 27 08:22:46.582 INFO kablam! error[E0599]: no method named `to_html` found for type `&std::boxed::Box` in the current scope Oct 27 08:22:46.582 INFO kablam! --> src/visualizer/ast_tree.rs:208:21 Oct 27 08:22:46.582 INFO kablam! | Oct 27 08:22:46.582 INFO kablam! 208 | lit.to_html().as_ref(), Oct 27 08:22:46.582 INFO kablam! | ^^^^^^^ Oct 27 08:22:46.582 INFO kablam! | Oct 27 08:22:46.582 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Oct 27 08:22:46.582 INFO kablam! = note: the following trait defines an item `to_html`, perhaps you need to implement it: Oct 27 08:22:46.582 INFO kablam! candidate #1: `visualizer::ast_tree::ToHtml` Oct 27 08:22:46.582 INFO kablam! Oct 27 08:22:46.586 INFO kablam! error[E0599]: no variant named `Field` found for type `compiler::parser::ast::Expression` in the current scope Oct 27 08:22:46.586 INFO kablam! --> src/visualizer/ast_tree.rs:213:13 Oct 27 08:22:46.586 INFO kablam! | Oct 27 08:22:46.586 INFO kablam! 213 | Expression::Field(sym) => [ Oct 27 08:22:46.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ variant not found in `compiler::parser::ast::Expression` Oct 27 08:22:46.586 INFO kablam! | Oct 27 08:22:46.586 INFO kablam! ::: src/compiler/parser.rs:81:5 Oct 27 08:22:46.586 INFO kablam! | Oct 27 08:22:46.586 INFO kablam! 81 | pub enum Expression { Oct 27 08:22:46.586 INFO kablam! | ------------------- variant `Field` not found here Oct 27 08:22:46.586 INFO kablam! Oct 27 08:22:46.605 INFO kablam! error: aborting due to 70 previous errors Oct 27 08:22:46.605 INFO kablam! Oct 27 08:22:46.605 INFO kablam! Some errors occurred: E0308, E0412, E0432, E0433, E0599. Oct 27 08:22:46.605 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 27 08:22:46.617 INFO kablam! error: Could not compile `lang`. Oct 27 08:22:46.617 INFO kablam! Oct 27 08:22:46.617 INFO kablam! To learn more, run the command again with --verbose. Oct 27 08:22:46.618 INFO kablam! su: No module specific data is present Oct 27 08:22:48.033 INFO running `"docker" "rm" "-f" "478afc94a9c2f362de6fd02c2384fc2dc8d2dfa20a4ea3abb5704b139cd05431"` Oct 27 08:22:48.391 INFO blam! 478afc94a9c2f362de6fd02c2384fc2dc8d2dfa20a4ea3abb5704b139cd05431