[INFO] fetching crate rune 0.7.0... [INFO] checking rune-0.7.0 against beta for pr-78714 [INFO] extracting crate rune 0.7.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate rune 0.7.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rune 0.7.0 [INFO] finished tweaking crates.io crate rune 0.7.0 [INFO] tweaked toml for crates.io crate rune 0.7.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate rune 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4d99b3d897aeaa31b241939b196443377fe96fe95025a6a71643b4a96c3e30fc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4d99b3d897aeaa31b241939b196443377fe96fe95025a6a71643b4a96c3e30fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d99b3d897aeaa31b241939b196443377fe96fe95025a6a71643b4a96c3e30fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d99b3d897aeaa31b241939b196443377fe96fe95025a6a71643b4a96c3e30fc", kill_on_drop: false }` [INFO] [stdout] 4d99b3d897aeaa31b241939b196443377fe96fe95025a6a71643b4a96c3e30fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0e5f5ee5c1ee6147c19a09503c96fcaabd95a6413889fd7f19418f243ae8721b [INFO] running `Command { std: "docker" "start" "-a" "0e5f5ee5c1ee6147c19a09503c96fcaabd95a6413889fd7f19418f243ae8721b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.45 [INFO] [stderr] Checking futures-core v0.3.6 [INFO] [stderr] Checking pin-project-lite v0.1.10 [INFO] [stderr] Compiling num-bigint v0.3.0 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Checking futures-task v0.3.6 [INFO] [stderr] Checking twox-hash v1.6.0 [INFO] [stderr] Checking codespan-reporting v0.9.5 [INFO] [stderr] Checking num-rational v0.3.0 [INFO] [stderr] Checking num v0.3.0 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling runestick-macros v0.7.0 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling rune-macros v0.7.0 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking thiserror v1.0.21 [INFO] [stderr] Checking pin-project v0.4.27 [INFO] [stderr] Checking futures-util v0.3.6 [INFO] [stderr] Checking serde v1.0.117 [INFO] [stderr] Checking futures-executor v0.3.6 [INFO] [stderr] Checking runestick v0.7.0 [INFO] [stderr] Checking rune v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> examples/vec_tuple.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | let context = Arc::new(rune_modules::default_context()?); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> examples/run_diagnostics.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 10 | let context = Arc::new(rune_modules::default_context()?); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> examples/from_value.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | let context = Arc::new(rune_modules::default_context()?); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `rune_modules` in `{{root}}` [INFO] [stdout] --> examples/call_rune_fn.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | let function: Function = rune::rune! { Function => [INFO] [stdout] | ______________________________^ [INFO] [stdout] 5 | | fn foo(a, b) { [INFO] [stdout] 6 | | a + b [INFO] [stdout] 7 | | } [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | }; [INFO] [stdout] | |_____^ could not find `rune_modules` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rune` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> examples/vector.rs:5:28 [INFO] [stdout] | [INFO] [stdout] 5 | let context = Arc::new(rune_modules::default_context()?); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> examples/tokio_async_call.rs:3:39 [INFO] [stdout] | [INFO] [stdout] 3 | let context = std::sync::Arc::new(rune_modules::default_context()?); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> examples/object.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | let context = Arc::new(rune_modules::default_context()?); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> examples/tuple.rs:5:28 [INFO] [stdout] | [INFO] [stdout] 5 | let context = Arc::new(rune_modules::default_context()?); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_attributes.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | / assert_compile_error! { [INFO] [stdout] 6 | | r#"pub fn main() { #[foo] #[bar] let x = 1; }"#, [INFO] [stdout] 7 | | span, CompileErrorKind::Custom { message } => { [INFO] [stdout] 8 | | assert_eq!(message, "attributes are not supported"); [INFO] [stdout] 9 | | assert_eq!(span, Span::new(16, 29)); [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_expr_assign.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | assert_parse!(r#"pub fn main() { let var = 1; var = 42; }"#); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_expr_assign.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | / assert_compile_error! { [INFO] [stdout] 8 | | r#"pub fn main() { 1 = 42; }"#, [INFO] [stdout] 9 | | span, UnsupportedAssignExpr => { [INFO] [stdout] 10 | | assert_eq!(span, Span::new(16, 22)); [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:5:43 [INFO] [stdout] | [INFO] [stdout] 5 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_expr_binary.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | / assert_parse_error! { [INFO] [stdout] 6 | | r#"pub fn main() { 0 < 10 >= 10 }"#, [INFO] [stdout] 7 | | span, PrecedenceGroupRequired => { [INFO] [stdout] 8 | | assert_eq!(span, Span::new(16, 22)); [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_expr_binary.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | assert_parse!(r#"pub fn main() { (0 < 10) >= 10 }"#); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_expr_binary.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | assert_parse!(r#"pub fn main() { 0 < (10 >= 10) }"#); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_expr_binary.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | assert_parse!(r#"pub fn main() { 0 < 10 && 10 > 0 }"#); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_expr_binary.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | assert_parse!(r#"pub fn main() { 0 < 10 && 10 > 0 || true }"#); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_expr_binary.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | assert_parse!(r#"pub fn main() { false || return }"#); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_fn.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | / assert_compile_error! { [INFO] [stdout] 6 | | r#"pub const async fn main() {}"#, [INFO] [stdout] 7 | | span, FnConstAsyncConflict => { [INFO] [stdout] 8 | | assert_eq!(span, Span::new(4, 15)); [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_fn.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | / assert_compile_error! { [INFO] [stdout] 13 | | r#"pub const fn main() { yield true }"#, [INFO] [stdout] 14 | | span, FnConstNotGenerator => { [INFO] [stdout] 15 | | assert_eq!(span, Span::new(0, 34)); [INFO] [stdout] 16 | | } [INFO] [stdout] 17 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_general.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | / assert_compile_error! { [INFO] [stdout] 6 | | r#"pub fn main() { Err(0) is Err }"#, [INFO] [stdout] 7 | | span, ExpectedMeta { meta: CompileMeta { kind: CompileMetaKind::TupleVariant { .. }, .. }, .. } => { [INFO] [stdout] 8 | | assert_eq!(span, Span::new(26, 29)); [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_general.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | / assert_compile_error! { [INFO] [stdout] 16 | | r#"pub fn main() { break; }"#, [INFO] [stdout] 17 | | span, BreakOutsideOfLoop => { [INFO] [stdout] 18 | | assert_eq!(span, Span::new(16, 21)); [INFO] [stdout] 19 | | } [INFO] [stdout] 20 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_general.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | / assert_compile_error! { [INFO] [stdout] 26 | | r#"pub fn main() { let n = 0; foo(&n); } fn foo(n) {}"#, [INFO] [stdout] 27 | | span, UnsupportedRef => { [INFO] [stdout] 28 | | assert_eq!(span, Span::new(31, 33)); [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_general.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | assert_parse!(r#"pub fn main() { `hello \`` }"#); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_general.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | assert_parse!(r#"pub fn main() { `hello \$` }"#); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_general.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | / assert_compile_error! { [INFO] [stdout] 42 | | r#"pub fn main() { Some(1, 2) }"#, [INFO] [stdout] 43 | | span, UnsupportedArgumentCount { expected, actual, .. } => { [INFO] [stdout] 44 | | assert_eq!(span, Span::new(16, 26)); [INFO] [stdout] ... | [INFO] [stdout] 47 | | } [INFO] [stdout] 48 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_general.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / assert_compile_error! { [INFO] [stdout] 51 | | r#"pub fn main() { None(1) }"#, [INFO] [stdout] 52 | | span, UnsupportedArgumentCount { expected, actual, .. } => { [INFO] [stdout] 53 | | assert_eq!(span, Span::new(16, 23)); [INFO] [stdout] ... | [INFO] [stdout] 56 | | } [INFO] [stdout] 57 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_general.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | / assert_compile_error! { [INFO] [stdout] 63 | | r#"struct Foo { a, b } pub fn main() { Foo { a: 12 } }"#, [INFO] [stdout] 64 | | span, LitObjectMissingField { field, .. } => { [INFO] [stdout] 65 | | assert_eq!(span, Span::new(36, 49)); [INFO] [stdout] 66 | | assert_eq!(field.as_ref(), "b"); [INFO] [stdout] 67 | | } [INFO] [stdout] 68 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_general.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / assert_compile_error! { [INFO] [stdout] 71 | | r#"struct Foo { a, b } pub fn main() { Foo { not_field: 12 } }"#, [INFO] [stdout] 72 | | span, LitObjectNotField { field, .. } => { [INFO] [stdout] 73 | | assert_eq!(span, Span::new(42, 51)); [INFO] [stdout] 74 | | assert_eq!(field.as_ref(), "not_field"); [INFO] [stdout] 75 | | } [INFO] [stdout] 76 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_general.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / assert_compile_error! { [INFO] [stdout] 79 | | r#"pub fn main() { None(1) }"#, [INFO] [stdout] 80 | | span, UnsupportedArgumentCount { expected, actual, .. } => { [INFO] [stdout] 81 | | assert_eq!(span, Span::new(16, 23)); [INFO] [stdout] ... | [INFO] [stdout] 84 | | } [INFO] [stdout] 85 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_literals.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | assert_parse!(r#"pub fn main() { -9223372036854775808 }"#); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_literals.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / assert_parse!( [INFO] [stdout] 7 | | r#"pub fn main() { -0b1000000000000000000000000000000000000000000000000000000000000000 }"# [INFO] [stdout] 8 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_literals.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | / assert_parse!( [INFO] [stdout] 10 | | r#"pub fn main() { 0b0111111111111111111111111111111111111111111111111111111111111111 }"# [INFO] [stdout] 11 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_literals.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | / assert_compile_error! { [INFO] [stdout] 14 | | r#"pub fn main() { -0aardvark }"#, [INFO] [stdout] 15 | | span, CompileErrorKind::ResolveError { error: BadNumberLiteral { .. } } => { [INFO] [stdout] 16 | | assert_eq!(span, Span::new(17, 26)); [INFO] [stdout] 17 | | } [INFO] [stdout] 18 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_literals.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | / assert_compile_error! { [INFO] [stdout] 21 | | r#"pub fn main() { -9223372036854775809 }"#, [INFO] [stdout] 22 | | span, CompileErrorKind::ParseError { error: BadNumberOutOfBounds { .. }} => { [INFO] [stdout] 23 | | assert_eq!(span, Span::new(16, 36)); [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_literals.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | assert_parse!(r#"pub fn main() { 9223372036854775807 }"#); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_literals.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | / assert_compile_error! { [INFO] [stdout] 29 | | r#"pub fn main() { 9223372036854775808 }"#, [INFO] [stdout] 30 | | span, CompileErrorKind::ParseError { error: BadNumberOutOfBounds { .. }} => { [INFO] [stdout] 31 | | assert_eq!(span, Span::new(16, 35)); [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_literals.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | / assert_compile_error! { [INFO] [stdout] 36 | | r#"pub fn main() { 0b1000000000000000000000000000000000000000000000000000000000000000 }"#, [INFO] [stdout] 37 | | span, CompileErrorKind::ParseError { error: BadNumberOutOfBounds { .. }} => { [INFO] [stdout] 38 | | assert_eq!(span, Span::new(16, 82)); [INFO] [stdout] 39 | | } [INFO] [stdout] 40 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_paths.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | / rune! { i64 => [INFO] [stdout] 7 | | struct Foo; [INFO] [stdout] 8 | | [INFO] [stdout] 9 | | impl Foo { [INFO] [stdout] ... | [INFO] [stdout] 29 | | pub fn main() { Foo::foo() } [INFO] [stdout] 30 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_paths.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | / rune! { i64 => [INFO] [stdout] 39 | | pub mod x { [INFO] [stdout] 40 | | pub mod y { [INFO] [stdout] 41 | | pub fn foo() { [INFO] [stdout] ... | [INFO] [stdout] 53 | | pub fn main() { x::y::foo() } [INFO] [stdout] 54 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_paths.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | / assert_compile_error! { [INFO] [stdout] 62 | | r#"use foo::crate::bar;"#, [INFO] [stdout] 63 | | span, ExpectedLeadingPathSegment => { [INFO] [stdout] 64 | | assert_eq!(span, Span::new(9, 14)); [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_paths.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | / assert_compile_error! { [INFO] [stdout] 69 | | r#"use foo::{bar::crate, baz};"#, [INFO] [stdout] 70 | | span, ExpectedLeadingPathSegment => { [INFO] [stdout] 71 | | assert_eq!(span, Span::new(15, 20)); [INFO] [stdout] 72 | | } [INFO] [stdout] 73 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_paths.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / assert_compile_error! { [INFO] [stdout] 79 | | r#"use std::{option, option};"#, [INFO] [stdout] 80 | | span, QueryError { error: ItemConflict { .. }, .. } => { [INFO] [stdout] 81 | | assert_eq!(span, Span::new(18, 24)); [INFO] [stdout] 82 | | } [INFO] [stdout] 83 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_use.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | / assert_compile_error! { [INFO] [stdout] 6 | | r#" [INFO] [stdout] 7 | | mod a { [INFO] [stdout] 8 | | pub mod c { pub use super::b::Bar as Baz; } [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_use.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | / assert_compile_error! { [INFO] [stdout] 25 | | r#" [INFO] [stdout] 26 | | mod b { [INFO] [stdout] 27 | | pub use super::a::Foo; [INFO] [stdout] ... | [INFO] [stdout] 43 | | } [INFO] [stdout] 44 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_use.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | let result = rune! { bool => [INFO] [stdout] | __________________- [INFO] [stdout] 50 | | mod a { [INFO] [stdout] 51 | | pub mod c { pub struct Baz; } [INFO] [stdout] 52 | | pub mod b { pub use super::c::Baz as Bar; } [INFO] [stdout] ... | [INFO] [stdout] 60 | | } [INFO] [stdout] 61 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_use.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | let result = rune! { bool => [INFO] [stdout] | __________________- [INFO] [stdout] 69 | | mod a { [INFO] [stdout] 70 | | pub mod c { pub use std::option::Option as Baz; } [INFO] [stdout] 71 | | pub mod b { pub use super::c::Baz as Bar; } [INFO] [stdout] ... | [INFO] [stdout] 79 | | } [INFO] [stdout] 80 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_use.rs:87:18 [INFO] [stdout] | [INFO] [stdout] 87 | let result = rune! { (bool, bool) => [INFO] [stdout] | __________________- [INFO] [stdout] 88 | | mod a { [INFO] [stdout] 89 | | pub mod c { pub use std::option::Option as Baz; } [INFO] [stdout] 90 | | pub mod b { pub use super::c::Baz as Bar; } [INFO] [stdout] ... | [INFO] [stdout] 98 | | } [INFO] [stdout] 99 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_use.rs:106:18 [INFO] [stdout] | [INFO] [stdout] 106 | let result = rune! { i64 => [INFO] [stdout] | __________________- [INFO] [stdout] 107 | | pub mod a { [INFO] [stdout] 108 | | pub mod b { [INFO] [stdout] 109 | | pub fn out(n) { n + A } [INFO] [stdout] ... | [INFO] [stdout] 118 | | } [INFO] [stdout] 119 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_visibility.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | let output = rune! { i64 => [INFO] [stdout] | __________________- [INFO] [stdout] 6 | | mod a { [INFO] [stdout] 7 | | pub struct Foo; [INFO] [stdout] 8 | | [INFO] [stdout] ... | [INFO] [stdout] 18 | | } [INFO] [stdout] 19 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_visibility.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | / assert_compile_error! { [INFO] [stdout] 27 | | r#" [INFO] [stdout] 28 | | mod a { [INFO] [stdout] 29 | | pub struct Foo; [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_visibility.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | let result = rune! { i64 => [INFO] [stdout] | __________________- [INFO] [stdout] 51 | | mod d { [INFO] [stdout] 52 | | mod a { [INFO] [stdout] 53 | | pub(super) mod b { [INFO] [stdout] ... | [INFO] [stdout] 69 | | } [INFO] [stdout] 70 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_visibility.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / rune! { () => [INFO] [stdout] 79 | | mod crate_helper_module { [INFO] [stdout] 80 | | pub fn crate_helper() {} [INFO] [stdout] 81 | | [INFO] [stdout] ... | [INFO] [stdout] 105 | | } [INFO] [stdout] 106 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_visibility.rs:111:17 [INFO] [stdout] | [INFO] [stdout] 111 | let value = rune! { i64 => [INFO] [stdout] | _________________- [INFO] [stdout] 112 | | struct Test; [INFO] [stdout] 113 | | [INFO] [stdout] 114 | | mod c { [INFO] [stdout] ... | [INFO] [stdout] 120 | | } [INFO] [stdout] 121 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_visibility.rs:125:17 [INFO] [stdout] | [INFO] [stdout] 125 | let value = rune! { i64 => [INFO] [stdout] | _________________- [INFO] [stdout] 126 | | mod a { pub(super) fn test() { 1 } } [INFO] [stdout] 127 | | mod b { pub fn test() { crate::a::test() } } [INFO] [stdout] 128 | | [INFO] [stdout] ... | [INFO] [stdout] 131 | | } [INFO] [stdout] 132 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_warnings.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | / assert_warnings! { [INFO] [stdout] 6 | | r#"pub fn main() { let [0, 1, 3] = []; }"#, [INFO] [stdout] 7 | | LetPatternMightPanic { span, .. } => { [INFO] [stdout] 8 | | assert_eq!(span, Span::new(16, 35)); [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_warnings.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | / assert_warnings! { [INFO] [stdout] 16 | | r#"pub fn main() { `Hello World` }"#, [INFO] [stdout] 17 | | TemplateWithoutExpansions { span, .. } => { [INFO] [stdout] 18 | | assert_eq!(span, Span::new(16, 29)); [INFO] [stdout] 19 | | } [INFO] [stdout] 20 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/compiler_warnings.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | / assert_warnings! { [INFO] [stdout] 26 | | r#"pub fn main() { None() }"#, [INFO] [stdout] 27 | | RemoveTupleCallParams { span, .. } => { [INFO] [stdout] 28 | | assert_eq!(span, Span::new(16, 22)); [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | rune!(() => pub fn main() { assert!(true) }); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | rune!(() => pub fn main() { assert_eq!(1 + 1, 2) }); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:16:23 [INFO] [stdout] | [INFO] [stdout] 16 | let out: String = rune!(String => pub fn main() { stringify!(assert_eq!(1 + 1, 2)) }); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | test_case!("{name:😊^10}", name = "😞😞😞😞😞"); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | test_case!("{name:﷽^10}", name = "𒈙"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | test_case!("{}", '㒨'); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | test_case!("Hello {var}", var = '㒨'); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | test_case!("Hello, World"); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | test_case!("Hello, {name}", name = "John Doe"); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | test_case!("Hello, {1} {0}", "John", "Doe"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | test_case!("Hello, {} {0} {}", "John", "Doe"); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | rune!(String => pub fn main() { format!("Hello, {}" + " {0} {}", "John", "Doe") }); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | test_case!("{}", "test\tstring"); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | test_case!("{:?}", "test\tstring"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | test_case!("{:>99}", "test\tstring"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | test_case!("{:>99?}", "test\tstring"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | test_case!("{:^99}", "test\tstring"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | test_case!("{:^99?}", "test\tstring"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | test_case!("{:>99}", "test\tstring"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | test_case!("{:>99?}", "test\tstring"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | test_case!("{:>099}", "test\tstring"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | test_case!("{:>099?}", "test\tstring"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | test_case!("{:^099}", "test\tstring"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | test_case!("{:^099?}", "test\tstring"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | test_case!("{:>099}", "test\tstring"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | test_case!("{:>099?}", "test\tstring"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | test_case!("{:/>99}", "test\tstring"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | test_case!("{:/>99?}", "test\tstring"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | test_case!("{:/^99}", "test\tstring"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | test_case!("{:/^99?}", "test\tstring"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | test_case!("{:/>99}", "test\tstring"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | test_case!("{:/>99?}", "test\tstring"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | test_case!("{:\n>99}", "test\tstring"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | test_case!("{:\n>99?}", "test\tstring"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | test_case!("{:\n^99}", "test\tstring"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | test_case!("{:\n^99?}", "test\tstring"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | test_case!("{:\n>99}", "test\tstring"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | test_case!("{:\n>99?}", "test\tstring"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | test_case!("{:.10}", 3.1415); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | test_case!("{:.*}", 10, 3.1415); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | test_case!("{:<013}", -42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | test_case!("{:^013}", -42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | test_case!("{:>013}", -42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | test_case!("{:<013}", 42); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | test_case!("{:^013}", 42); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | test_case!("{:>013}", 42); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | test_case!("{:/<13}", 42); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | test_case!("{:/^13}", 42); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | test_case!("{:/>13}", 42); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | test_case!("{:/<13x}", 42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | test_case!("{:/^13x}", 42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | test_case!("{:/>13x}", 42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | test_case!("{:/<13X}", 42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | test_case!("{:/^13X}", 42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | test_case!("{:/>13X}", 42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | test_case!("{:/<13b}", 42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | test_case!("{:/^13b}", 42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/core_macros.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | test_case!("{:/>13b}", 42); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/iterator.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | let values = rune!(Vec => [INFO] [stdout] | __________________- [INFO] [stdout] 6 | | use std::iter::range; [INFO] [stdout] 7 | | [INFO] [stdout] 8 | | pub fn main() { [INFO] [stdout] 9 | | range(0, 100).map(|n| n * 2).filter(|n| n % 3 == 0).collect_vec() [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/iterator.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | let values = rune!(Vec => [INFO] [stdout] | __________________- [INFO] [stdout] 25 | | use std::iter::range; [INFO] [stdout] 26 | | [INFO] [stdout] 27 | | pub fn main() { [INFO] [stdout] 28 | | range(0, 100).map(|n| n * 2).filter(|n| n % 3 == 0).rev().collect_vec() [INFO] [stdout] 29 | | } [INFO] [stdout] 30 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/iterator.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | / rune! {() => [INFO] [stdout] 44 | | const SOURCE = [1, 2, 3, "foo"]; [INFO] [stdout] 45 | | [INFO] [stdout] 46 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 55 | | } [INFO] [stdout] 56 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/iterator.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | / assert_vm_error!( [INFO] [stdout] 62 | | r#"pub fn main() { #{}.iter().rev() }"#, [INFO] [stdout] 63 | | Panic { reason } => { [INFO] [stdout] 64 | | assert_eq!(reason.to_string(), "`std::object::Iter` is not a double-ended iterator"); [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/iterator.rs:71:18 [INFO] [stdout] | [INFO] [stdout] 71 | let values = rune! { Vec => [INFO] [stdout] | __________________- [INFO] [stdout] 72 | | pub fn main() { [INFO] [stdout] 73 | | [1, 2].iter().rev().chain([3, 4].iter()).collect_vec() [INFO] [stdout] 74 | | } [INFO] [stdout] 75 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/iterator.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | let values = rune! { Vec<(i64, i64)> => [INFO] [stdout] | __________________- [INFO] [stdout] 83 | | pub fn main() { [INFO] [stdout] 84 | | let it = [1, 2].iter().rev().chain([3, 4].iter()).enumerate(); [INFO] [stdout] 85 | | assert_eq!(it.next_back(), Some((3, 4))); [INFO] [stdout] 86 | | it.collect_vec() [INFO] [stdout] 87 | | } [INFO] [stdout] 88 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/iterator.rs:95:18 [INFO] [stdout] | [INFO] [stdout] 95 | let values = rune! { Vec => [INFO] [stdout] | __________________- [INFO] [stdout] 96 | | pub fn main() { [INFO] [stdout] 97 | | Some(1).iter().chain(None.iter()).chain(Some(3).iter()).collect_vec() [INFO] [stdout] 98 | | } [INFO] [stdout] 99 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/iterator.rs:106:18 [INFO] [stdout] | [INFO] [stdout] 106 | let actual = rune! { Vec => [INFO] [stdout] | __________________- [INFO] [stdout] 107 | | use std::iter::range; [INFO] [stdout] 108 | | [INFO] [stdout] 109 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 122 | | } [INFO] [stdout] 123 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/iterator.rs:138:18 [INFO] [stdout] | [INFO] [stdout] 138 | let actual = rune! { Vec => [INFO] [stdout] | __________________- [INFO] [stdout] 139 | | use std::iter::range; [INFO] [stdout] 140 | | [INFO] [stdout] 141 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 152 | | } [INFO] [stdout] 153 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/moved.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | / assert_compile_error!( [INFO] [stdout] 6 | | r#" [INFO] [stdout] 7 | | pub fn main() { [INFO] [stdout] 8 | | let o = []; [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/moved.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / assert_compile_error!( [INFO] [stdout] 28 | | r#" [INFO] [stdout] 29 | | pub async fn main() { [INFO] [stdout] 30 | | let o = []; [INFO] [stdout] ... | [INFO] [stdout] 43 | | } [INFO] [stdout] 44 | | ) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/stmt_reordering.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | let len = rune! { i64 => [INFO] [stdout] | _______________- [INFO] [stdout] 4 | | pub fn main() { [INFO] [stdout] 5 | | let len = 0; [INFO] [stdout] 6 | | let value = String::from_str("Hello"); [INFO] [stdout] ... | [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/stmt_reordering.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | let n = rune! { i64 => [INFO] [stdout] | _____________- [INFO] [stdout] 19 | | const fn foo() { [INFO] [stdout] 20 | | let n = 0; [INFO] [stdout] 21 | | n = 1; [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | op_tests!(10 + 2 = 12); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | op_tests!(10 + 2 = 12); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | op_tests!(10 + 2 = 12); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | op_tests!(10 + 2 = 12); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | op_tests!(10 + 2 = 12); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | op_tests!(10 + 2 = 12); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | op_tests!(10 + 2 = 12); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | op_tests!(10 + 2 = 12); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | op_tests!(10 + 2 = 12); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | op_tests!(10 + 2 = 12); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | error_test!(9223372036854775807i64 + 2 = Overflow); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | error_test!(9223372036854775807i64 + 2 = Overflow); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | error_test!(9223372036854775807i64 + 2 = Overflow); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | error_test!(9223372036854775807i64 + 2 = Overflow); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | op_tests!(10 - 2 = 8); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | op_tests!(10 - 2 = 8); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | op_tests!(10 - 2 = 8); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | op_tests!(10 - 2 = 8); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | op_tests!(10 - 2 = 8); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | op_tests!(10 - 2 = 8); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | op_tests!(10 - 2 = 8); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | op_tests!(10 - 2 = 8); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | op_tests!(10 - 2 = 8); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | op_tests!(10 - 2 = 8); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | error_test!(-9223372036854775808i64 - 2 = Underflow); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | error_test!(-9223372036854775808i64 - 2 = Underflow); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | error_test!(-9223372036854775808i64 - 2 = Underflow); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | error_test!(-9223372036854775808i64 - 2 = Underflow); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | op_tests!(10 * 2 = 20); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | op_tests!(10 * 2 = 20); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | op_tests!(10 * 2 = 20); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | op_tests!(10 * 2 = 20); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | op_tests!(10 * 2 = 20); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | op_tests!(10 * 2 = 20); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | op_tests!(10 * 2 = 20); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | op_tests!(10 * 2 = 20); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | op_tests!(10 * 2 = 20); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | op_tests!(10 * 2 = 20); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | error_test!(9223372036854775807i64 * 2 = Overflow); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | error_test!(9223372036854775807i64 * 2 = Overflow); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | error_test!(9223372036854775807i64 * 2 = Overflow); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | error_test!(9223372036854775807i64 * 2 = Overflow); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | op_tests!(10 / 2 = 5); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | op_tests!(10 / 2 = 5); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | op_tests!(10 / 2 = 5); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | op_tests!(10 / 2 = 5); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | op_tests!(10 / 2 = 5); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | op_tests!(10 / 2 = 5); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | op_tests!(10 / 2 = 5); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | op_tests!(10 / 2 = 5); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | op_tests!(10 / 2 = 5); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | op_tests!(10 / 2 = 5); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | error_test!(10 / 0 = DivideByZero); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | error_test!(10 / 0 = DivideByZero); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | error_test!(10 / 0 = DivideByZero); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | error_test!(10 / 0 = DivideByZero); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | op_tests!(10 % 3 = 1); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | op_tests!(10 % 3 = 1); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | op_tests!(10 % 3 = 1); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | op_tests!(10 % 3 = 1); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | op_tests!(10 % 3 = 1); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | op_tests!(10 % 3 = 1); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | op_tests!(10 % 3 = 1); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | op_tests!(10 % 3 = 1); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | op_tests!(10 % 3 = 1); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | op_tests!(10 % 3 = 1); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | error_test!(10 % 0 = DivideByZero); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | error_test!(10 % 0 = DivideByZero); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | error_test!(10 % 0 = DivideByZero); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | error_test!(10 % 0 = DivideByZero); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | op_tests!(0b1100 & 0b0110 = 0b1100 & 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | op_tests!(0b1100 & 0b0110 = 0b1100 & 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | op_tests!(0b1100 & 0b0110 = 0b1100 & 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | op_tests!(0b1100 & 0b0110 = 0b1100 & 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | op_tests!(0b1100 & 0b0110 = 0b1100 & 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | op_tests!(0b1100 & 0b0110 = 0b1100 & 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | op_tests!(0b1100 & 0b0110 = 0b1100 & 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | op_tests!(0b1100 & 0b0110 = 0b1100 & 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | op_tests!(0b1100 & 0b0110 = 0b1100 & 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | op_tests!(0b1100 & 0b0110 = 0b1100 & 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | op_tests!(0b1100 ^ 0b0110 = 0b1100 ^ 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | op_tests!(0b1100 ^ 0b0110 = 0b1100 ^ 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | op_tests!(0b1100 ^ 0b0110 = 0b1100 ^ 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | op_tests!(0b1100 ^ 0b0110 = 0b1100 ^ 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | op_tests!(0b1100 ^ 0b0110 = 0b1100 ^ 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | op_tests!(0b1100 ^ 0b0110 = 0b1100 ^ 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | op_tests!(0b1100 ^ 0b0110 = 0b1100 ^ 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | op_tests!(0b1100 ^ 0b0110 = 0b1100 ^ 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | op_tests!(0b1100 ^ 0b0110 = 0b1100 ^ 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | op_tests!(0b1100 ^ 0b0110 = 0b1100 ^ 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | op_tests!(0b1100 | 0b0110 = 0b1100 | 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | op_tests!(0b1100 | 0b0110 = 0b1100 | 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | op_tests!(0b1100 | 0b0110 = 0b1100 | 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | op_tests!(0b1100 | 0b0110 = 0b1100 | 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | op_tests!(0b1100 | 0b0110 = 0b1100 | 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | op_tests!(0b1100 | 0b0110 = 0b1100 | 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | op_tests!(0b1100 | 0b0110 = 0b1100 | 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | op_tests!(0b1100 | 0b0110 = 0b1100 | 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | op_tests!(0b1100 | 0b0110 = 0b1100 | 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | op_tests!(0b1100 | 0b0110 = 0b1100 | 0b0110); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | op_tests!(0b1100 << 2 = 0b1100 << 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | op_tests!(0b1100 << 2 = 0b1100 << 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | op_tests!(0b1100 << 2 = 0b1100 << 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | op_tests!(0b1100 << 2 = 0b1100 << 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | op_tests!(0b1100 << 2 = 0b1100 << 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | op_tests!(0b1100 << 2 = 0b1100 << 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | op_tests!(0b1100 << 2 = 0b1100 << 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | op_tests!(0b1100 << 2 = 0b1100 << 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | op_tests!(0b1100 << 2 = 0b1100 << 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | op_tests!(0b1100 << 2 = 0b1100 << 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | op_tests!(0b1100 >> 2 = 0b1100 >> 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | op_tests!(0b1100 >> 2 = 0b1100 >> 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | op_tests!(0b1100 >> 2 = 0b1100 >> 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | op_tests!(0b1100 >> 2 = 0b1100 >> 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | op_tests!(0b1100 >> 2 = 0b1100 >> 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | op_tests!(0b1100 >> 2 = 0b1100 >> 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | op_tests!(0b1100 >> 2 = 0b1100 >> 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | op_tests!(0b1100 >> 2 = 0b1100 >> 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | op_tests!(0b1100 >> 2 = 0b1100 >> 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | op_tests!(0b1100 >> 2 = 0b1100 >> 2); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | error_test!(0b1 << 64 = Overflow); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | error_test!(0b1 << 64 = Overflow); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | error_test!(0b1 << 64 = Overflow); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | error_test!(0b1 << 64 = Overflow); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_arithmetic.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | / rune! { i64 => [INFO] [stdout] 164 | | pub fn main() { let a = 0b10100; !a } [INFO] [stdout] 165 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_assign_exprs.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | / rune! { i64 => [INFO] [stdout] 6 | | pub fn main() { let a = 0; a = 42; a } [INFO] [stdout] 7 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_assign_exprs.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | / rune! { i64 => [INFO] [stdout] 16 | | pub fn main() { let a = #{}; a.foo = #{}; a.foo.bar = 42; a.foo.bar } [INFO] [stdout] 17 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_assign_exprs.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | / rune! { i64 => [INFO] [stdout] 26 | | pub fn main() { let a = ((0,),); (a.0).0 = 42; (a.0).0 } [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_assign_exprs.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | / rune! { i64 => [INFO] [stdout] 36 | | struct Bar { padding, baz }; [INFO] [stdout] 37 | | struct Foo { bar, padding }; [INFO] [stdout] 38 | | [INFO] [stdout] ... | [INFO] [stdout] 44 | | } [INFO] [stdout] 45 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_assign_exprs.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | / rune! { i64 => [INFO] [stdout] 54 | | struct Bar(baz, padding); [INFO] [stdout] 55 | | struct Foo(padding, bar); [INFO] [stdout] 56 | | [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_assign_exprs.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | / rune_s! { [INFO] [stdout] 72 | | (i64, (), ()) => r#" [INFO] [stdout] 73 | | pub fn main() { [INFO] [stdout] 74 | | let a = #{b: #{c: #{d: 1}}}; [INFO] [stdout] ... | [INFO] [stdout] 81 | | "# [INFO] [stdout] 82 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_async_block.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | / rune! { i64 => [INFO] [stdout] 6 | | async fn foo(value) { [INFO] [stdout] 7 | | let output = value.await; [INFO] [stdout] 8 | | output [INFO] [stdout] ... | [INFO] [stdout] 14 | | } [INFO] [stdout] 15 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_blocks.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | / rune! { i64 => [INFO] [stdout] 6 | | pub fn main() { [INFO] [stdout] 7 | | fn a() { 1 } [INFO] [stdout] 8 | | fn b() { return a(); fn a() { 2 } } [INFO] [stdout] 9 | | a() + b() [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | / rune! { i64 => [INFO] [stdout] 8 | | pub fn main() { [INFO] [stdout] 9 | | let var = 1; [INFO] [stdout] 10 | | [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | / rune! { i64 => [INFO] [stdout] 30 | | pub fn main() { [INFO] [stdout] 31 | | let out = 1; [INFO] [stdout] 32 | | [INFO] [stdout] ... | [INFO] [stdout] 42 | | } [INFO] [stdout] 43 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | / rune! { i64 => [INFO] [stdout] 52 | | pub fn main() { [INFO] [stdout] 53 | | let n = 1; [INFO] [stdout] 54 | | [INFO] [stdout] ... | [INFO] [stdout] 61 | | } [INFO] [stdout] 62 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | / rune! { i64 => [INFO] [stdout] 71 | | fn foo(n) { |a| n + a } [INFO] [stdout] 72 | | pub fn main() { foo(1)(2) } [INFO] [stdout] 73 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | / rune! { i64 => [INFO] [stdout] 79 | | fn test(a, b) { b / a + 1 } [INFO] [stdout] 80 | | pub fn main() {{let a = || test; a()}({let b = || 2; b()}, {let c = || 6; c()}) } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | / rune! { (i64, i64) => [INFO] [stdout] 87 | | pub fn main() { ({let b = || 2; b()}, {let c = || 6; c()}) } [INFO] [stdout] 88 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | / rune! { Vec => [INFO] [stdout] 94 | | pub fn main() { [{let b = || 2; b()}, {let c = || 6; c()}] } [INFO] [stdout] 95 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | / rune! { i64 => [INFO] [stdout] 104 | | async fn foo(cb) { [INFO] [stdout] 105 | | cb(1).await [INFO] [stdout] 106 | | } [INFO] [stdout] ... | [INFO] [stdout] 111 | | } [INFO] [stdout] 112 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | / rune! { i64 => [INFO] [stdout] 121 | | pub async fn main() { [INFO] [stdout] 122 | | let future = (async || { [INFO] [stdout] 123 | | 11 [INFO] [stdout] ... | [INFO] [stdout] 127 | | } [INFO] [stdout] 128 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | / rune! { i64 => [INFO] [stdout] 137 | | async fn send_requests(list) { [INFO] [stdout] 138 | | let input = 1; [INFO] [stdout] 139 | | [INFO] [stdout] ... | [INFO] [stdout] 162 | | } [INFO] [stdout] 163 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:169:15 [INFO] [stdout] | [INFO] [stdout] 169 | let ret = rune_s! { [INFO] [stdout] | _______________- [INFO] [stdout] 170 | | VecTuple<(i64, Function, Function, i64)> => r#"pub fn main() { let a = 4; [0, || 2, || 4, 3] }"# [INFO] [stdout] 171 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | let ret = rune_s! { [INFO] [stdout] | _______________- [INFO] [stdout] 184 | | (i64, Function, Function, i64) => r#"pub fn main() { let a = 4; (0, || 2, || a, 3) }"# [INFO] [stdout] 185 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_closures.rs:205:17 [INFO] [stdout] | [INFO] [stdout] 205 | let proxy = rune_s! { [INFO] [stdout] | _________________- [INFO] [stdout] 206 | | Proxy => r#"pub fn main() { let a = 4; #{a: 0, b: || 2, c: || a, d: 3} }"# [INFO] [stdout] 207 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | rune!(bool => const VALUE = true; pub fn main() { VALUE }) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | rune!(String => const VALUE = "Hello World"; pub fn main() { VALUE }) [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | / rune_s!(String => r#" [INFO] [stdout] 32 | | const VALUE = `Hello ${WORLD} ${A} ${B} ${C}`; [INFO] [stdout] 33 | | const WORLD = "World"; [INFO] [stdout] 34 | | const A = 1; [INFO] [stdout] ... | [INFO] [stdout] 37 | | pub fn main() { VALUE } [INFO] [stdout] 38 | | "#) [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | test_op!(i64 => 1 + 2 = 3); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | test_op!(i64 => 2 - 1 = 1); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | test_op!(i64 => 8 / 2 = 4); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | test_op!(i64 => 8 * 2 = 16); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | test_op!(i64 => 0b1010 << 2 = 0b101000); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | test_op!(i64 => 0b1010 >> 2 = 0b10); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | test_op!(bool => 1 < 2 = true); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_op!(bool => 2 < 2 = false); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | test_op!(bool => 1 <= 1 = true); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | test_op!(bool => 2 <= 1 = false); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | test_op!(bool => 3 > 2 = true); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | test_op!(bool => 2 > 2 = false); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | test_op!(bool => 1 >= 1 = true); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | test_op!(bool => 0 >= 2 = false); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | test_float_op!(f64 => 1 + 2 = 3f64); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | test_float_op!(f64 => 2 - 1 = 1f64); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | test_float_op!(f64 => 8 / 2 = 4f64); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | test_float_op!(f64 => 8 * 2 = 16f64); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | test_float_op!(bool => 1 < 2 = true); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | test_float_op!(bool => 2 < 2 = false); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | test_float_op!(bool => 1 <= 1 = true); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | test_float_op!(bool => 2 <= 1 = false); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | test_float_op!(bool => 3 > 2 = true); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | test_float_op!(bool => 2 > 2 = false); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | test_float_op!(bool => 1 >= 1 = true); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | test_float_op!(bool => 0 >= 2 = false); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | let object = rune!(runestick::Object => pub fn main() { VALUE } const VALUE = #{};); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | let tuple = rune!(runestick::Tuple => pub fn main() { VALUE } const VALUE = ();); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | let tuple = rune!(runestick::Tuple => pub fn main() { VALUE } const VALUE = ("Hello World",);); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:106:15 [INFO] [stdout] | [INFO] [stdout] 106 | let vec = rune!(runestick::Vec => pub fn main() { VALUE } const VALUE = [];); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | let vec = rune!(runestick::Vec => pub fn main() { VALUE } const VALUE = ["Hello World"];); [INFO] [stdout] | ------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:118:18 [INFO] [stdout] | [INFO] [stdout] 118 | let result = rune! { i64 => [INFO] [stdout] | __________________- [INFO] [stdout] 119 | | const BASE = 10; [INFO] [stdout] 120 | | const LIMIT = 0b1 << 10; [INFO] [stdout] 121 | | [INFO] [stdout] ... | [INFO] [stdout] 132 | | pub fn main() { VALUE } [INFO] [stdout] 133 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:140:18 [INFO] [stdout] | [INFO] [stdout] 140 | let result = rune! { i64 => [INFO] [stdout] | __________________- [INFO] [stdout] 141 | | const VALUE = { if true { 1 } else if true { 2 } else { 3 } }; [INFO] [stdout] 142 | | pub fn main() { VALUE } [INFO] [stdout] 143 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:146:18 [INFO] [stdout] | [INFO] [stdout] 146 | let result = rune! { i64 => [INFO] [stdout] | __________________- [INFO] [stdout] 147 | | const VALUE = { if false { 1 } else if true { 2 } else { 3 } }; [INFO] [stdout] 148 | | pub fn main() { VALUE } [INFO] [stdout] 149 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:152:18 [INFO] [stdout] | [INFO] [stdout] 152 | let result = rune! { i64 => [INFO] [stdout] | __________________- [INFO] [stdout] 153 | | const VALUE = { if false { 1 } else if false { 2 } else { 3 } }; [INFO] [stdout] 154 | | pub fn main() { VALUE } [INFO] [stdout] 155 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:161:18 [INFO] [stdout] | [INFO] [stdout] 161 | let result = rune! { i64 => [INFO] [stdout] | __________________- [INFO] [stdout] 162 | | const VALUE = 2; [INFO] [stdout] 163 | | const fn foo(n) { n + VALUE } [INFO] [stdout] 164 | | [INFO] [stdout] ... | [INFO] [stdout] 168 | | } [INFO] [stdout] 169 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:173:18 [INFO] [stdout] | [INFO] [stdout] 173 | let result = rune_s! { String => r#" [INFO] [stdout] | __________________- [INFO] [stdout] 174 | | const VALUE = "baz"; [INFO] [stdout] 175 | | [INFO] [stdout] 176 | | const fn foo(n) { [INFO] [stdout] ... | [INFO] [stdout] 182 | | } [INFO] [stdout] 183 | | "#}; [INFO] [stdout] | |_______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | let result = rune_s! { String => r#" [INFO] [stdout] | __________________- [INFO] [stdout] 188 | | const VALUE = foo("bar", "baz"); [INFO] [stdout] 189 | | [INFO] [stdout] 190 | | const fn foo(a, b) { [INFO] [stdout] ... | [INFO] [stdout] 200 | | } [INFO] [stdout] 201 | | "#}; [INFO] [stdout] | |_______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:208:18 [INFO] [stdout] | [INFO] [stdout] 208 | let result = rune! { i64 => [INFO] [stdout] | __________________- [INFO] [stdout] 209 | | pub mod a { [INFO] [stdout] 210 | | pub mod b { [INFO] [stdout] 211 | | pub const fn out(n) { [INFO] [stdout] ... | [INFO] [stdout] 229 | | } [INFO] [stdout] 230 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:237:18 [INFO] [stdout] | [INFO] [stdout] 237 | let result = rune! { i64 => [INFO] [stdout] | __________________- [INFO] [stdout] 238 | | pub fn main() { [INFO] [stdout] 239 | | let u = 2; [INFO] [stdout] 240 | | let value = const { 1 << test() }; [INFO] [stdout] ... | [INFO] [stdout] 243 | | } [INFO] [stdout] 244 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:248:18 [INFO] [stdout] | [INFO] [stdout] 248 | let result = rune! { String => [INFO] [stdout] | __________________- [INFO] [stdout] 249 | | pub fn main() { [INFO] [stdout] 250 | | let var = "World"; [INFO] [stdout] 251 | | format!(const { "Hello {}" }, var) [INFO] [stdout] 252 | | } [INFO] [stdout] 253 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_const_exprs.rs:257:18 [INFO] [stdout] | [INFO] [stdout] 257 | let result = rune! { String => [INFO] [stdout] | __________________- [INFO] [stdout] 258 | | pub fn main() { [INFO] [stdout] 259 | | let var = "World"; [INFO] [stdout] 260 | | return format!(const { FORMAT }, var); [INFO] [stdout] 261 | | const FORMAT = "Hello {}"; [INFO] [stdout] 262 | | } [INFO] [stdout] 263 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_case!(( #{} ), test, "test"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_case!(( #{} ), test, "test"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_case!(( #{} ), test, "test"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_case!(( #{} ), test, "test"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_case!(( #{} ), test, "test"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_case!(( #{} ), test, "test"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_case!(( #{} ), test, "test"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | test_case!(( #{} ), test, "test"); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | test_case!((()), 0, 0); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | test_case!((()), 0, 0); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | test_case!((()), 0, 0); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | test_case!((()), 0, 0); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | test_case!((()), 0, 0); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | test_case!((()), 0, 0); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | test_case!((()), 0, 0); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | test_case!((()), 0, 0); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | test_case!((Foo()), 0, 0, struct Foo();); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | test_case!((Foo()), 0, 0, struct Foo();); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | test_case!((Foo()), 0, 0, struct Foo();); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | test_case!((Foo()), 0, 0, struct Foo();); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | test_case!((Foo()), 0, 0, struct Foo();); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | test_case!((Foo()), 0, 0, struct Foo();); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | test_case!((Foo()), 0, 0, struct Foo();); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | test_case!((Foo()), 0, 0, struct Foo();); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | test_case!(( Foo { test: 0 } ), test, "test", struct Foo { test };); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | test_case!(( Foo { test: 0 } ), test, "test", struct Foo { test };); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | test_case!(( Foo { test: 0 } ), test, "test", struct Foo { test };); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | test_case!(( Foo { test: 0 } ), test, "test", struct Foo { test };); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | test_case!(( Foo { test: 0 } ), test, "test", struct Foo { test };); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | test_case!(( Foo { test: 0 } ), test, "test", struct Foo { test };); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | test_case!(( Foo { test: 0 } ), test, "test", struct Foo { test };); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_early_termination.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | test_case!(( Foo { test: 0 } ), test, "test", struct Foo { test };); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all/vm_function.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | let context = Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_function.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 9 | let function = rune! { Function => [INFO] [stdout] | ____________________- [INFO] [stdout] 10 | | fn foo(a, b) { a + b } [INFO] [stdout] 11 | | [INFO] [stdout] 12 | | pub fn main() { foo } [INFO] [stdout] 13 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_function.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | let function = rune!(Function => pub fn main() { Vec::new }); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_function.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | let function = rune! { Function => [INFO] [stdout] | ____________________- [INFO] [stdout] 26 | | enum Custom { A(a) } [INFO] [stdout] 27 | | pub fn main() { Custom::A } [INFO] [stdout] 28 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_function.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | let function = rune! { Function => [INFO] [stdout] | ____________________- [INFO] [stdout] 36 | | struct Custom(a); [INFO] [stdout] 37 | | pub fn main() { Custom } [INFO] [stdout] 38 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_function.rs:45:20 [INFO] [stdout] | [INFO] [stdout] 45 | let function = rune! { Function => [INFO] [stdout] | ____________________- [INFO] [stdout] 46 | | pub fn main() { |a, b| a + b } [INFO] [stdout] 47 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | assert_eq!(rune!(u64 => pub fn main() { 42 }), 42u64); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | assert_eq!(rune!(() => pub fn main() {}), ()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | / rune! { i64 => [INFO] [stdout] 12 | | pub fn main() { [INFO] [stdout] 13 | | let a = 1; [INFO] [stdout] 14 | | let b = 2; [INFO] [stdout] ... | [INFO] [stdout] 19 | | } [INFO] [stdout] 20 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | rune!(bool => pub fn main() { true && true }), [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | rune!(bool => pub fn main() { true && false }), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | rune!(bool => pub fn main() { false && true }), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | rune!(bool => pub fn main() { false && false }), [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | rune!(bool => pub fn main() { true || true }), [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | rune!(bool => pub fn main() { true || false }), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | rune!(bool => pub fn main() { false || true }), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | rune!(bool => pub fn main() { false || false }), [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | / rune! { i64 => [INFO] [stdout] 72 | | pub fn main() { [INFO] [stdout] 73 | | let n = 2; [INFO] [stdout] 74 | | [INFO] [stdout] ... | [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | / rune!{ i64 => [INFO] [stdout] 87 | | pub fn main() { [INFO] [stdout] 88 | | let n = 6; [INFO] [stdout] 89 | | [INFO] [stdout] ... | [INFO] [stdout] 95 | | } [INFO] [stdout] 96 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | / rune! { i64 => [INFO] [stdout] 105 | | pub fn main() { [INFO] [stdout] 106 | | let b = 10; [INFO] [stdout] 107 | | [INFO] [stdout] ... | [INFO] [stdout] 114 | | } [INFO] [stdout] 115 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | / rune! { i64 => [INFO] [stdout] 124 | | pub fn main() { [INFO] [stdout] 125 | | let a = 10; [INFO] [stdout] 126 | | let a = a; [INFO] [stdout] 127 | | a [INFO] [stdout] 128 | | } [INFO] [stdout] 129 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | rune!(() => pub fn main() { let v = [1, 2, 3, 4, 5]; }), [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | / rune!{ i64 => [INFO] [stdout] 146 | | pub fn main() { [INFO] [stdout] 147 | | let a = 0; [INFO] [stdout] 148 | | [INFO] [stdout] ... | [INFO] [stdout] 154 | | } [INFO] [stdout] 155 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | / rune! { i64 => [INFO] [stdout] 161 | | pub fn main() { [INFO] [stdout] 162 | | let a = 0; [INFO] [stdout] 163 | | [INFO] [stdout] ... | [INFO] [stdout] 173 | | } [INFO] [stdout] 174 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:182:9 [INFO] [stdout] | [INFO] [stdout] 182 | / rune! { [INFO] [stdout] 183 | | runestick::VecTuple<(i64, bool)> => [INFO] [stdout] 184 | | pub fn main() { [INFO] [stdout] 185 | | let a = 0; [INFO] [stdout] ... | [INFO] [stdout] 196 | | } [INFO] [stdout] 197 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:202:9 [INFO] [stdout] | [INFO] [stdout] 202 | / rune! { i64 => [INFO] [stdout] 203 | | pub fn main() { [INFO] [stdout] 204 | | let n = 0; [INFO] [stdout] 205 | | [INFO] [stdout] ... | [INFO] [stdout] 215 | | } [INFO] [stdout] 216 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:224:9 [INFO] [stdout] | [INFO] [stdout] 224 | / rune! { i64 => [INFO] [stdout] 225 | | use std::iter::range; [INFO] [stdout] 226 | | [INFO] [stdout] 227 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 236 | | } [INFO] [stdout] 237 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:242:9 [INFO] [stdout] | [INFO] [stdout] 242 | / rune! { i64 => [INFO] [stdout] 243 | | use std::iter::range; [INFO] [stdout] 244 | | [INFO] [stdout] 245 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 258 | | } [INFO] [stdout] 259 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | / rune! { bool => [INFO] [stdout] 265 | | use std::iter::range; [INFO] [stdout] 266 | | [INFO] [stdout] 267 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 280 | | } [INFO] [stdout] 281 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | / rune! { i64 => [INFO] [stdout] 290 | | use std::iter::range; [INFO] [stdout] 291 | | [INFO] [stdout] 292 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 300 | | } [INFO] [stdout] 301 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:309:9 [INFO] [stdout] | [INFO] [stdout] 309 | / rune! { bool => [INFO] [stdout] 310 | | pub fn main() { [INFO] [stdout] 311 | | {} is Object [INFO] [stdout] 312 | | } [INFO] [stdout] 313 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:317:13 [INFO] [stdout] | [INFO] [stdout] 317 | assert!(rune!(bool => pub fn main() { #{} is Object })); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | assert!(rune!(bool => pub fn main() { () is unit })); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:319:13 [INFO] [stdout] | [INFO] [stdout] 319 | assert!(rune!(bool => fn foo() {} pub fn main() { foo() is unit })); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:320:13 [INFO] [stdout] | [INFO] [stdout] 320 | assert!(rune!(bool => pub fn main() {{} is unit })); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:321:13 [INFO] [stdout] | [INFO] [stdout] 321 | assert!(rune!(bool => pub fn main() { true is bool })); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:322:13 [INFO] [stdout] | [INFO] [stdout] 322 | assert!(rune!(bool => pub fn main() { 'a' is char })); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | assert!(rune!(bool => pub fn main() { 42 is int })); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:324:13 [INFO] [stdout] | [INFO] [stdout] 324 | assert!(rune!(bool => pub fn main() { 42.1 is float })); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | assert!(rune!(bool => pub fn main() { "hello" is String })); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:326:13 [INFO] [stdout] | [INFO] [stdout] 326 | assert!(rune!(bool => pub fn main() { #{"hello": "world"} is Object })); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | assert!(rune!(bool => pub fn main() { ["hello", "world"] is Vec })); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:333:9 [INFO] [stdout] | [INFO] [stdout] 333 | rune!(i64 => pub fn main() { match 1 { _ => 10 } }), [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:338:9 [INFO] [stdout] | [INFO] [stdout] 338 | rune!(i64 => pub fn main() { match 10 { n => 10 } }), [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:343:9 [INFO] [stdout] | [INFO] [stdout] 343 | rune!(char => pub fn main() { match 'a' { 'a' => 'b', n => n } }), [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:348:9 [INFO] [stdout] | [INFO] [stdout] 348 | rune!(i64 => pub fn main() { match 10 { n => n } }), [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:353:9 [INFO] [stdout] | [INFO] [stdout] 353 | rune!(i64 => pub fn main() { match 10 { 10 => 5, n => n } }), [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:358:9 [INFO] [stdout] | [INFO] [stdout] 358 | rune!(String => pub fn main() { match "hello world" { "hello world" => "hello john", n => n } }), [INFO] [stdout] | ------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:366:9 [INFO] [stdout] | [INFO] [stdout] 366 | rune!(bool => pub fn main() { match [] { [..] => true } }), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 371 | rune!(bool => pub fn main() { match [] { [..] => true, _ => false } }), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:376:9 [INFO] [stdout] | [INFO] [stdout] 376 | rune!(bool => pub fn main() { match [1, 2] { [a, b] => a + 1 == b } }), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:381:9 [INFO] [stdout] | [INFO] [stdout] 381 | rune!(() => pub fn main() { match [] { [a, b] => a + 1 == b } }), [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:386:9 [INFO] [stdout] | [INFO] [stdout] 386 | rune!(bool => pub fn main() { match [1, 2] { [a, b] => a + 1 == b, _ => false } }), [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:391:9 [INFO] [stdout] | [INFO] [stdout] 391 | rune!(bool => pub fn main() { match [1, 2] { [a, b, ..] => a + 1 == b, _ => false } }), [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | rune!(bool => pub fn main() { match [1, 2] { [1, ..] => true, _ => false } }), [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:401:9 [INFO] [stdout] | [INFO] [stdout] 401 | rune!(bool => pub fn main() { match [1, 2] { [] => true, _ => false } }), [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:406:9 [INFO] [stdout] | [INFO] [stdout] 406 | rune!(bool => pub fn main() { match [1, 2] { [1, 2] => true, _ => false } }), [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:411:9 [INFO] [stdout] | [INFO] [stdout] 411 | rune!(bool => pub fn main() { match [1, 2] { [1] => true, _ => false } }), [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:416:9 [INFO] [stdout] | [INFO] [stdout] 416 | rune!(bool => pub fn main() { match [1, [2, 3]] { [1, [2, ..]] => true, _ => false } }), [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:421:9 [INFO] [stdout] | [INFO] [stdout] 421 | rune!(bool => pub fn main() { match [1, []] { [1, [2, ..]] => true, _ => false } }), [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:426:9 [INFO] [stdout] | [INFO] [stdout] 426 | rune!(bool => pub fn main() { match [1, [2, 3]] { [1, [2, 3]] => true, _ => false } }), [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:431:9 [INFO] [stdout] | [INFO] [stdout] 431 | rune!(bool => pub fn main() { match [1, [2, 4]] { [1, [2, 3]] => true, _ => false } }), [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:439:9 [INFO] [stdout] | [INFO] [stdout] 439 | rune!(bool => pub fn main() { match #{} { #{..} => true } }), [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:444:9 [INFO] [stdout] | [INFO] [stdout] 444 | rune!(bool => pub fn main() { match #{foo: true} { #{foo} => foo, _ => false } }), [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:449:9 [INFO] [stdout] | [INFO] [stdout] 449 | rune!(bool => pub fn main() { match #{} { #{..} => true, _ => false } }), [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | rune!(bool => pub fn main() { match #{"foo": 10, "bar": 0} { #{"foo": v, ..} => v == 10, _ => false } }), [INFO] [stdout] | -------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:459:9 [INFO] [stdout] | [INFO] [stdout] 459 | rune!(bool => pub fn main() { match #{"foo": 10, "bar": 0} { #{"foo": v} => v == 10, _ => false } }), [INFO] [stdout] | ---------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:464:9 [INFO] [stdout] | [INFO] [stdout] 464 | rune!(bool => pub fn main() { match #{"foo": 10, "bar": #{"baz": [1, 2]}} { #{"foo": v} => v == 10, _ => false } }), [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:469:9 [INFO] [stdout] | [INFO] [stdout] 469 | rune!(bool => pub fn main() { match #{"foo": 10, "bar": #{"baz": [1, 2]}} { #{"foo": v, ..} => v == 10, _ => false } }), [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:477:5 [INFO] [stdout] | [INFO] [stdout] 477 | / assert_vm_error!( [INFO] [stdout] 478 | | r#" [INFO] [stdout] 479 | | pub fn main() { [INFO] [stdout] 480 | | let [] = [1, 2, 3]; [INFO] [stdout] ... | [INFO] [stdout] 485 | | } [INFO] [stdout] 486 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:492:9 [INFO] [stdout] | [INFO] [stdout] 492 | / rune! { i64 => [INFO] [stdout] 493 | | fn foo(n) { [INFO] [stdout] 494 | | [n, n + 1] [INFO] [stdout] 495 | | } [INFO] [stdout] ... | [INFO] [stdout] 500 | | } [INFO] [stdout] 501 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:509:9 [INFO] [stdout] | [INFO] [stdout] 509 | / rune! { bool => [INFO] [stdout] 510 | | pub fn main() { [INFO] [stdout] 511 | | if let [value] = [()] { [INFO] [stdout] 512 | | true [INFO] [stdout] ... | [INFO] [stdout] 516 | | } [INFO] [stdout] 517 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:522:9 [INFO] [stdout] | [INFO] [stdout] 522 | / rune! { bool => [INFO] [stdout] 523 | | pub fn main() { [INFO] [stdout] 524 | | if let [value] = [(), ()] { [INFO] [stdout] 525 | | true [INFO] [stdout] ... | [INFO] [stdout] 529 | | } [INFO] [stdout] 530 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:535:9 [INFO] [stdout] | [INFO] [stdout] 535 | / rune! { i64 => [INFO] [stdout] 536 | | pub fn main() { [INFO] [stdout] 537 | | let value = [(), (), 2]; [INFO] [stdout] 538 | | [INFO] [stdout] ... | [INFO] [stdout] 546 | | } [INFO] [stdout] 547 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:555:9 [INFO] [stdout] | [INFO] [stdout] 555 | / rune! { i64 => [INFO] [stdout] 556 | | use std::iter::range; [INFO] [stdout] 557 | | [INFO] [stdout] 558 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 579 | | } [INFO] [stdout] 580 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:588:9 [INFO] [stdout] | [INFO] [stdout] 588 | / rune! { String => [INFO] [stdout] 589 | | pub fn main() { [INFO] [stdout] 590 | | let foo = String::from_str("foo"); [INFO] [stdout] 591 | | foo += "/bar" + "/baz"; [INFO] [stdout] 592 | | foo [INFO] [stdout] 593 | | } [INFO] [stdout] 594 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:602:9 [INFO] [stdout] | [INFO] [stdout] 602 | / rune_s! { String => r#" [INFO] [stdout] 603 | | pub fn main() { [INFO] [stdout] 604 | | let name = "John Doe"; [INFO] [stdout] 605 | | `Hello ${name}, I am ${1 - 10} years old!` [INFO] [stdout] 606 | | } [INFO] [stdout] 607 | | "#}, [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:615:9 [INFO] [stdout] | [INFO] [stdout] 615 | / rune_s! { String => r#" [INFO] [stdout] 616 | | pub fn main() { [INFO] [stdout] 617 | | let name = "John Doe"; [INFO] [stdout] 618 | | [INFO] [stdout] ... | [INFO] [stdout] 624 | | } [INFO] [stdout] 625 | | "#}, [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:633:9 [INFO] [stdout] | [INFO] [stdout] 633 | / rune! { i64 => [INFO] [stdout] 634 | | enum Foo { A(a), B(b, c) } [INFO] [stdout] 635 | | [INFO] [stdout] 636 | | fn construct_tuple(tuple) { [INFO] [stdout] ... | [INFO] [stdout] 647 | | } [INFO] [stdout] 648 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:656:9 [INFO] [stdout] | [INFO] [stdout] 656 | / rune! { i64 => [INFO] [stdout] 657 | | pub fn main() { [INFO] [stdout] 658 | | let sum = 0; [INFO] [stdout] 659 | | let values = [1, 2, 3, 4]; [INFO] [stdout] ... | [INFO] [stdout] 682 | | } [INFO] [stdout] 683 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:691:9 [INFO] [stdout] | [INFO] [stdout] 691 | / rune! { i64 => [INFO] [stdout] 692 | | async fn foo(a, b) { [INFO] [stdout] 693 | | b / a [INFO] [stdout] 694 | | } [INFO] [stdout] ... | [INFO] [stdout] 702 | | } [INFO] [stdout] 703 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:711:9 [INFO] [stdout] | [INFO] [stdout] 711 | / rune_s! { [INFO] [stdout] 712 | | Option => r#" [INFO] [stdout] 713 | | fn foo() { [INFO] [stdout] 714 | | #{hello: #{world: 42}} [INFO] [stdout] ... | [INFO] [stdout] 720 | | "# [INFO] [stdout] 721 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_general.rs:729:9 [INFO] [stdout] | [INFO] [stdout] 729 | / rune! { i64 => [INFO] [stdout] 730 | | struct Named(a, b, c); [INFO] [stdout] 731 | | enum Enum { Named(a, b, c) } [INFO] [stdout] 732 | | [INFO] [stdout] ... | [INFO] [stdout] 740 | | } [INFO] [stdout] 741 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_generators.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune! { i64 => [INFO] [stdout] 5 | | fn foo() { yield 1; yield 2; yield 3; } [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 16 | | } [INFO] [stdout] 17 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_generators.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | / rune! { i64 => [INFO] [stdout] 26 | | use std::generator::GeneratorState; [INFO] [stdout] 27 | | [INFO] [stdout] 28 | | fn foo() { let a = yield 1; let b = yield a; b } [INFO] [stdout] ... | [INFO] [stdout] 53 | | } [INFO] [stdout] 54 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_is.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | / rune! { (bool, bool, bool, bool) => [INFO] [stdout] 7 | | struct Timeout; [INFO] [stdout] 8 | | [INFO] [stdout] 9 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 18 | | } [INFO] [stdout] 19 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_lazy_and_or.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | rune!(bool => pub fn main() { true || return false }), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_lazy_and_or.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | rune!(bool => pub fn main() { false && return true }), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_lazy_and_or.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | rune!(bool => pub fn main() { false || false || {return true; false} || false }), [INFO] [stdout] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_lazy_and_or.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | rune!(bool => pub fn main() { false && false && {return false; false} || true }), [INFO] [stdout] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | rune!(String => pub fn main() { "Hello World" }), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | rune!(runestick::Bytes => pub fn main() { b"Hello World" }), [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | assert_eq!(rune!(i64 => pub fn main() { 0xff }), 0xff); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | assert_eq!(rune!(i64 => pub fn main() { -0xff }), -0xff); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | assert_eq!(rune!(i64 => pub fn main() { 0b10010001 }), 0b10010001); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | assert_eq!(rune!(i64 => pub fn main() { -0b10010001 }), -0b10010001); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 20 | assert_eq!(rune!(i64 => pub fn main() { 0o77 }), 0o77); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | assert_eq!(rune!(i64 => pub fn main() { -0o77 }), -0o77); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | assert_eq!(rune!(u8 => pub fn main() { b'0' }), b'0'); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | assert_eq!(rune!(u8 => pub fn main() { b'\xaf' }), b'\xaf'); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | assert_eq!(rune!(char => pub fn main() { '\x60' }), '\x60'); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | assert_eq!(rune!(char => pub fn main() { '\u{1F4AF}' }), '\u{1F4AF}'); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | assert_eq!(rune!(char => pub fn main() { '💯' }), '💯'); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | / rune!(String => pub fn main() { " [INFO] [stdout] 35 | | " }), [INFO] [stdout] | |________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | / rune!(String => pub fn main() { "\ [INFO] [stdout] 41 | | " }), [INFO] [stdout] | |________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | / rune!(String => pub fn main() { "\ [INFO] [stdout] 47 | | a \ [INFO] [stdout] 48 | | [INFO] [stdout] 49 | | b" }), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | / rune!(Bytes => pub fn main() { b" [INFO] [stdout] 58 | | " }), [INFO] [stdout] | |________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | / rune!(Bytes => pub fn main() { b"\ [INFO] [stdout] 64 | | " }), [INFO] [stdout] | |________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_literals.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | / rune!(Bytes => pub fn main() { b"\ [INFO] [stdout] 70 | | a \ [INFO] [stdout] 71 | | [INFO] [stdout] 72 | | b" }), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_match.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune! { bool => [INFO] [stdout] 5 | | enum Custom { A, B(a) } [INFO] [stdout] 6 | | pub fn main() { [INFO] [stdout] 7 | | match Custom::A { Custom::A => true, _ => false } [INFO] [stdout] 8 | | } [INFO] [stdout] 9 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_match.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | / rune! { bool => [INFO] [stdout] 15 | | enum Custom { A, B(a) } [INFO] [stdout] 16 | | pub fn main() { [INFO] [stdout] 17 | | match Custom::B(0) { Custom::A => true, _ => false } [INFO] [stdout] 18 | | } [INFO] [stdout] 19 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_match.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | / rune! { bool => [INFO] [stdout] 25 | | enum Custom { A, B(a) } [INFO] [stdout] 26 | | pub fn main() { [INFO] [stdout] 27 | | match Custom::B(0) { Custom::B(0) => true, _ => false } [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_match.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | / rune! { bool => [INFO] [stdout] 35 | | enum Custom { A, B { a } } [INFO] [stdout] 36 | | pub fn main() { [INFO] [stdout] 37 | | match (Custom::B { a: 0 }) { Custom::B { a: 0 } => true, _ => false } [INFO] [stdout] 38 | | } [INFO] [stdout] 39 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_match.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | / rune! { bool => [INFO] [stdout] 45 | | enum Custom { A, B { a } } [INFO] [stdout] 46 | | fn test(a) { a == 0 } [INFO] [stdout] 47 | | [INFO] [stdout] ... | [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_match.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | / rune! { i64 => [INFO] [stdout] 60 | | struct Foo { a, b } [INFO] [stdout] 61 | | [INFO] [stdout] 62 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 72 | | } [INFO] [stdout] 73 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_match.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | / rune! { i64 => [INFO] [stdout] 79 | | struct Foo { a, b } [INFO] [stdout] 80 | | [INFO] [stdout] 81 | | pub fn main() { [INFO] [stdout] ... | [INFO] [stdout] 93 | | } [INFO] [stdout] 94 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_not_used.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune! { () => [INFO] [stdout] 5 | | pub fn main() { [INFO] [stdout] 6 | | 0; [INFO] [stdout] 7 | | 4.1; [INFO] [stdout] ... | [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_option.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune! { i64 => [INFO] [stdout] 5 | | pub fn main() { match Some("some") { Some("some") => 1, _ => 2 } } [INFO] [stdout] 6 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_option.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | / rune! { i64 => [INFO] [stdout] 12 | | pub fn main() { match Some("some") { Some("other") => 1, _ => 2 } } [INFO] [stdout] 13 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_option.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / rune! { i64 => [INFO] [stdout] 19 | | pub fn main() { match None { None => 1, _ => 2 } } [INFO] [stdout] 20 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_option.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | / rune! { i64 => [INFO] [stdout] 26 | | pub fn main() { match None { Some("some") => 1, _ => 2 } } [INFO] [stdout] 27 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_pat.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune! { bool => [INFO] [stdout] 5 | | fn returns_unit(n) { [INFO] [stdout] 6 | | let _ = 100; [INFO] [stdout] 7 | | } [INFO] [stdout] ... | [INFO] [stdout] 11 | | } [INFO] [stdout] 12 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_pat.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | / rune! { bool => [INFO] [stdout] 21 | | fn returns_unit(n) { [INFO] [stdout] 22 | | let a = 100; [INFO] [stdout] 23 | | } [INFO] [stdout] ... | [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_pat.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | / rune! { bool => [INFO] [stdout] 37 | | fn returns_unit(n) { [INFO] [stdout] 38 | | let [..] = [1, 2, 3]; [INFO] [stdout] 39 | | } [INFO] [stdout] ... | [INFO] [stdout] 43 | | } [INFO] [stdout] 44 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_result.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune! { i64 => [INFO] [stdout] 5 | | pub fn main() { match Err("err") { Err("err") => 1, _ => 2 } } [INFO] [stdout] 6 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_result.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | / rune! { i64 => [INFO] [stdout] 12 | | pub fn main() { match Err("err") { Ok("ok") => 1, _ => 2 } } [INFO] [stdout] 13 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_result.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | / rune! { i64 => [INFO] [stdout] 19 | | pub fn main() { match Ok("ok") { Ok("ok") => 1, _ => 2 } } [INFO] [stdout] 20 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_streams.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune! { i64 => [INFO] [stdout] 5 | | async fn foo() { [INFO] [stdout] 6 | | let n = 0; [INFO] [stdout] 7 | | [INFO] [stdout] ... | [INFO] [stdout] 26 | | } [INFO] [stdout] 27 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_streams.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | / rune! { i64 => [INFO] [stdout] 36 | | use std::generator::GeneratorState; [INFO] [stdout] 37 | | [INFO] [stdout] 38 | | async fn foo() { let a = yield 1; let b = yield a; b } [INFO] [stdout] ... | [INFO] [stdout] 63 | | } [INFO] [stdout] 64 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all/vm_test_external_fn_ptr.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | let context = Arc::new(rune_modules::default_context()?); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all/vm_test_external_fn_ptr.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | let context = Arc::new(rune_modules::default_context()?); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_from_value_derive.rs:11:17 [INFO] [stdout] | [INFO] [stdout] 11 | let value = rune! { Proxy => [INFO] [stdout] | _________________- [INFO] [stdout] 12 | | struct Ignored; [INFO] [stdout] 13 | | struct Value { field, ignored } [INFO] [stdout] 14 | | pub fn main() { Value { field: 42, ignored: Ignored } } [INFO] [stdout] 15 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_from_value_derive.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | let value = rune! { Proxy => [INFO] [stdout] | _________________- [INFO] [stdout] 20 | | struct Ignored; [INFO] [stdout] 21 | | pub fn main() { #{ field: 42, ignored: Ignored } } [INFO] [stdout] 22 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_from_value_derive.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | let value = rune! { Proxy => [INFO] [stdout] | _________________- [INFO] [stdout] 33 | | struct Value(field); [INFO] [stdout] 34 | | pub fn main() { Value(42) } [INFO] [stdout] 35 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_from_value_derive.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | let value = rune! { Proxy => [INFO] [stdout] | _________________- [INFO] [stdout] 40 | | pub fn main() { (42,) } [INFO] [stdout] 41 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_from_value_derive.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | / assert_vm_error!( [INFO] [stdout] 54 | | ProxyStruct => r#" [INFO] [stdout] 55 | | pub fn main() { [INFO] [stdout] 56 | | struct Ignored; [INFO] [stdout] ... | [INFO] [stdout] 64 | | } [INFO] [stdout] 65 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:40:43 [INFO] [stdout] | [INFO] [stdout] 40 | let context = std::sync::Arc::new(rune_modules::default_context().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_from_value_derive.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / assert_vm_error!( [INFO] [stdout] 71 | | ProxyTuple => r#" [INFO] [stdout] 72 | | pub fn main() { [INFO] [stdout] 73 | | struct Ignored; [INFO] [stdout] ... | [INFO] [stdout] 81 | | } [INFO] [stdout] 82 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_from_value_derive.rs:94:17 [INFO] [stdout] | [INFO] [stdout] 94 | let proxy = rune! { Proxy => [INFO] [stdout] | _________________- [INFO] [stdout] 95 | | pub fn main() { [INFO] [stdout] 96 | | enum Proxy { Unit, Tuple(a), Struct { field } } [INFO] [stdout] 97 | | Proxy::Unit [INFO] [stdout] 98 | | }}; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_from_value_derive.rs:102:17 [INFO] [stdout] | [INFO] [stdout] 102 | let proxy = rune! { Proxy => [INFO] [stdout] | _________________- [INFO] [stdout] 103 | | pub fn main() { [INFO] [stdout] 104 | | enum Proxy { Unit, Tuple(a), Struct { field } } [INFO] [stdout] 105 | | Proxy::Tuple("Hello World") [INFO] [stdout] 106 | | }}; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_from_value_derive.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | let proxy = rune! { Proxy => [INFO] [stdout] | _________________- [INFO] [stdout] 111 | | pub fn main() { [INFO] [stdout] 112 | | enum Proxy { Unit, Tuple(a), Struct { field } } [INFO] [stdout] 113 | | Proxy::Struct { field: "Hello World" } [INFO] [stdout] 114 | | }}; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_imports.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | / rune! { (i64, bool, bool) => [INFO] [stdout] 7 | | use a::{b::*, b::Foo::Baz, c}; [INFO] [stdout] 8 | | [INFO] [stdout] 9 | | pub mod a { [INFO] [stdout] ... | [INFO] [stdout] 21 | | } [INFO] [stdout] 22 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_imports.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | / rune! { i64 => [INFO] [stdout] 31 | | mod inner { pub fn func() { 42 } } [INFO] [stdout] 32 | | pub use self::inner::func as main; [INFO] [stdout] 33 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_imports.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | / rune! { i64 => [INFO] [stdout] 39 | | mod inner { pub fn func() { 42 } } [INFO] [stdout] 40 | | pub use crate::inner::func as main; [INFO] [stdout] 41 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_imports.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | / rune! { i64 => [INFO] [stdout] 47 | | mod inner2 { pub fn func() { 42 } } [INFO] [stdout] 48 | | mod inner1 { pub use super::inner2::func; } [INFO] [stdout] 49 | | pub use crate::inner1::func as main; [INFO] [stdout] 50 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_imports.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | assert!(rune! { bool => [INFO] [stdout] | _____________- [INFO] [stdout] 58 | | mod a { pub struct Foo; } [INFO] [stdout] 59 | | [INFO] [stdout] 60 | | mod c { [INFO] [stdout] ... | [INFO] [stdout] 66 | | pub fn main() { c::test() } [INFO] [stdout] 67 | | }); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | let context = rune_modules::default_context().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_imports.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | / assert_compile_error! { [INFO] [stdout] 70 | | r#" [INFO] [stdout] 71 | | mod a { struct Test; } [INFO] [stdout] 72 | | mod c { use a; fn test() { a::Test } } [INFO] [stdout] ... | [INFO] [stdout] 77 | | } [INFO] [stdout] 78 | | }; [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_instance_fns.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune! { (i64, i64, i64, i64) => [INFO] [stdout] 5 | | struct Foo { [INFO] [stdout] 6 | | n, [INFO] [stdout] 7 | | } [INFO] [stdout] ... | [INFO] [stdout] 35 | | } [INFO] [stdout] 36 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_linked_list.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune! { Vec => [INFO] [stdout] 5 | | // An empty placeholder in a node. [INFO] [stdout] 6 | | struct Empty; [INFO] [stdout] 7 | | [INFO] [stdout] ... | [INFO] [stdout] 85 | | } [INFO] [stdout] 86 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_test_mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | / rune! { i64 => [INFO] [stdout] 6 | | pub mod hello { [INFO] [stdout] 7 | | pub mod inner { [INFO] [stdout] 8 | | pub fn test() { [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_try.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune! { Result => [INFO] [stdout] 5 | | fn foo(a, b) { [INFO] [stdout] 6 | | Ok(b / a) [INFO] [stdout] 7 | | } [INFO] [stdout] ... | [INFO] [stdout] 15 | | } [INFO] [stdout] 16 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_try.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | / rune! { Result => [INFO] [stdout] 22 | | fn foo(a, b) { [INFO] [stdout] 23 | | Ok(b / a) [INFO] [stdout] 24 | | } [INFO] [stdout] ... | [INFO] [stdout] 30 | | } [INFO] [stdout] 31 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:135:23 [INFO] [stdout] | [INFO] [stdout] 135 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_tuples.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune_s! { String => r#" [INFO] [stdout] 5 | | pub fn main() { [INFO] [stdout] 6 | | let m = ("Now", "You", "See", "Me"); [INFO] [stdout] 7 | | m.2 = "Don't"; [INFO] [stdout] ... | [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | "#}, [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_typed_tuple.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | / rune! { i64 => [INFO] [stdout] 5 | | struct MyType(a, b); [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | pub fn main() { match MyType(1, 2) { MyType(a, b) => a + b, _ => 0 } } [INFO] [stdout] 8 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_typed_tuple.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | / rune! { i64 => [INFO] [stdout] 14 | | enum MyType { A(a, b), C(c), } [INFO] [stdout] 15 | | [INFO] [stdout] 16 | | pub fn main() { match MyType::A(1, 2) { MyType::A(a, b) => a + b, _ => 0 } } [INFO] [stdout] 17 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_typed_tuple.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | / rune! { i64 => [INFO] [stdout] 23 | | enum MyType { A(a, b), C(c), } [INFO] [stdout] 24 | | [INFO] [stdout] 25 | | pub fn main() { match MyType::C(4) { MyType::A(a, b) => a + b, _ => 0 } } [INFO] [stdout] 26 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_typed_tuple.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | / rune! { i64 => [INFO] [stdout] 32 | | enum MyType { A(a, b), C(c), } [INFO] [stdout] 33 | | [INFO] [stdout] 34 | | pub fn main() { match MyType::C(4) { MyType::C(a) => a, _ => 0 } } [INFO] [stdout] 35 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_types.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | rune!(bool => pub fn main() { Err(0) is Result }), [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_types.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | rune!(bool => pub fn main() { Ok(0) is Result }), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_types.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | rune!(bool => pub fn main() { Some(0) is Option }), [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_types.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | rune!(bool => pub fn main() { None is Option }), [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_types.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | / rune! { bool => [INFO] [stdout] 25 | | enum Custom { A, B(a) } [INFO] [stdout] 26 | | pub fn main() { Custom::A is Custom } [INFO] [stdout] 27 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_types.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | / rune! { bool => [INFO] [stdout] 33 | | enum Custom { A, B(a) } [INFO] [stdout] 34 | | pub fn main() { Custom::B(42) is Custom } [INFO] [stdout] 35 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_types.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | / rune! { bool => [INFO] [stdout] 41 | | enum Custom { A, B(a) } [INFO] [stdout] 42 | | pub fn main() { Custom::A is Option } [INFO] [stdout] 43 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/vm_types.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | / rune! { bool => [INFO] [stdout] 49 | | enum Custom { A, B(a) } [INFO] [stdout] 50 | | pub fn main() { Custom::A is not Option } [INFO] [stdout] 51 | | }, [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/wildcard_imports.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | assert!(rune! { bool => [INFO] [stdout] | _____________- [INFO] [stdout] 4 | | mod a { pub struct Foo; } [INFO] [stdout] 5 | | mod b { pub struct Foo; } [INFO] [stdout] 6 | | use a::*; [INFO] [stdout] 7 | | use b::*; [INFO] [stdout] 8 | | pub fn main() { Foo is b::Foo } [INFO] [stdout] 9 | | }); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/wildcard_imports.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | assert!(rune! { bool => [INFO] [stdout] | _____________- [INFO] [stdout] 12 | | mod a { pub struct Foo; } [INFO] [stdout] 13 | | mod b { pub struct Foo; } [INFO] [stdout] 14 | | use {a::*, b::*}; [INFO] [stdout] 15 | | pub fn main() { Foo is b::Foo } [INFO] [stdout] 16 | | }); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/wildcard_imports.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | assert!(rune! { bool => [INFO] [stdout] | _____________- [INFO] [stdout] 19 | | mod a { pub struct Foo; } [INFO] [stdout] 20 | | mod b { pub struct Foo; } [INFO] [stdout] 21 | | use {b::*, a::*}; [INFO] [stdout] 22 | | pub fn main() { Foo is a::Foo } [INFO] [stdout] 23 | | }); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/wildcard_imports.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | assert!(rune! { bool => [INFO] [stdout] | _____________- [INFO] [stdout] 26 | | mod a { pub struct Foo; } [INFO] [stdout] 27 | | mod b { pub struct Foo; } [INFO] [stdout] 28 | | use a::*; [INFO] [stdout] ... | [INFO] [stdout] 31 | | pub fn main() { Foo is a::Foo } [INFO] [stdout] 32 | | }); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rune_modules` [INFO] [stdout] --> tests/test_all.rs:146:23 [INFO] [stdout] | [INFO] [stdout] 146 | let context = rune_modules::default_context().expect("failed to build context"); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rune_modules` [INFO] [stdout] | [INFO] [stdout] ::: tests/test_all/wildcard_imports.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | assert!(rune! { bool => [INFO] [stdout] | _____________- [INFO] [stdout] 35 | | mod a { pub struct Foo; } [INFO] [stdout] 36 | | mod b { pub struct Foo; } [INFO] [stdout] 37 | | use a::Foo; [INFO] [stdout] ... | [INFO] [stdout] 40 | | pub fn main() { Foo is a::Foo } [INFO] [stdout] 41 | | }); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 512 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0e5f5ee5c1ee6147c19a09503c96fcaabd95a6413889fd7f19418f243ae8721b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e5f5ee5c1ee6147c19a09503c96fcaabd95a6413889fd7f19418f243ae8721b", kill_on_drop: false }` [INFO] [stdout] 0e5f5ee5c1ee6147c19a09503c96fcaabd95a6413889fd7f19418f243ae8721b