[INFO] crate display-as 0.4.7 is already in cache
[INFO] checking display-as-0.4.7 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766
[INFO] extracting crate display-as 0.4.7 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate display-as 0.4.7 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c
[INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate display-as 0.4.7
[INFO] finished tweaking crates.io crate display-as 0.4.7
[INFO] tweaked toml for crates.io crate display-as 0.4.7 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] a20f456749c7854b53482554ebc924dbb08427aa589af505c848b08245e0a79d
[INFO] running `"docker" "start" "-a" "a20f456749c7854b53482554ebc924dbb08427aa589af505c848b08245e0a79d"`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Compiling proc-macro-hack v0.5.11
[INFO] [stderr] Compiling display-as-proc-macro v0.4.3
[INFO] [stderr] Checking display-as v0.4.7 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:116:17
[INFO] [stderr] |
[INFO] [stderr] 116 | assert_eq!(&format_as!(HTML, ("&")), "&");
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:118:10
[INFO] [stderr] |
[INFO] [stderr] 118 | &format_as!(HTML, ("hello &>this is cool")),
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:122:10
[INFO] [stderr] |
[INFO] [stderr] 122 | &format_as!(HTML, ("hello &>this is 'cool")),
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:128:17
[INFO] [stderr] |
[INFO] [stderr] 128 | assert_eq!(&format_as!(HTML, 3.0), "3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:129:17
[INFO] [stderr] |
[INFO] [stderr] 129 | assert_eq!(&format_as!(HTML, 3e5), "3×105");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:130:17
[INFO] [stderr] |
[INFO] [stderr] 130 | assert_eq!(&format_as!(HTML, 1e-6), "10-6");
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:131:17
[INFO] [stderr] |
[INFO] [stderr] 131 | assert_eq!(&format_as!(HTML, 3e4), "30000");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:44:17
[INFO] [stderr] |
[INFO] [stderr] 44 | assert_eq!(&format_as!(LaTeX, ("&")), r"\&");
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:46:10
[INFO] [stderr] |
[INFO] [stderr] 46 | &format_as!(LaTeX, ("hello &>this is cool")),
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:50:10
[INFO] [stderr] |
[INFO] [stderr] 50 | &format_as!(LaTeX, ("hello &>this is 'cool")),
[INFO] [stderr] | -------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:56:17
[INFO] [stderr] |
[INFO] [stderr] 56 | assert_eq!(&format_as!(LaTeX, 3.0), "3");
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:57:17
[INFO] [stderr] |
[INFO] [stderr] 57 | assert_eq!(&format_as!(LaTeX, 3e5), r"3$\times10^{5}$");
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:58:17
[INFO] [stderr] |
[INFO] [stderr] 58 | assert_eq!(&format_as!(LaTeX, 3e4), "30000");
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:44:17
[INFO] [stderr] |
[INFO] [stderr] 44 | assert_eq!(&format_as!(Math, ("&")), r"\&");
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:46:10
[INFO] [stderr] |
[INFO] [stderr] 46 | &format_as!(Math, ("hello &>this is cool")),
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:50:10
[INFO] [stderr] |
[INFO] [stderr] 50 | &format_as!(Math, ("hello &>this is 'cool")),
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:56:17
[INFO] [stderr] |
[INFO] [stderr] 56 | assert_eq!(&format_as!(Math, 3.0), "3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:57:17
[INFO] [stderr] |
[INFO] [stderr] 57 | assert_eq!(&format_as!(Math, 3e5), r"3\times10^{5}");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:58:17
[INFO] [stderr] |
[INFO] [stderr] 58 | assert_eq!(&format_as!(Math, 1e5), r"10^{5}");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:59:17
[INFO] [stderr] |
[INFO] [stderr] 59 | assert_eq!(&format_as!(Math, 3e4), "30000");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:24:17
[INFO] [stderr] |
[INFO] [stderr] 24 | assert_eq!(&format_as!(Rust, ("&")), r#""&""#);
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:28:17
[INFO] [stderr] |
[INFO] [stderr] 28 | assert_eq!(&format_as!(Rust, 3.0), "3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:29:17
[INFO] [stderr] |
[INFO] [stderr] 29 | assert_eq!(&format_as!(Rust, 3e5), "3e5");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:30:17
[INFO] [stderr] |
[INFO] [stderr] 30 | assert_eq!(&format_as!(Rust, 3e4), "3e4");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:31:17
[INFO] [stderr] |
[INFO] [stderr] 31 | assert_eq!(&format_as!(Rust, 3e3), "3e3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:32:17
[INFO] [stderr] |
[INFO] [stderr] 32 | assert_eq!(&format_as!(Rust, 3e2), "300");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/url.rs:26:17
[INFO] [stderr] |
[INFO] [stderr] 26 | assert_eq!(&format_as!(URL, ("&")), "&");
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/url.rs:28:10
[INFO] [stderr] |
[INFO] [stderr] 28 | &format_as!(URL, ("hello &>this is cool")),
[INFO] [stderr] | ----------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/url.rs:32:10
[INFO] [stderr] |
[INFO] [stderr] 32 | &format_as!(URL, ("hello &>this is 'cool")),
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:26:17
[INFO] [stderr] |
[INFO] [stderr] 26 | assert_eq!(&format_as!(UTF8, ("&")), "&");
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:30:17
[INFO] [stderr] |
[INFO] [stderr] 30 | assert_eq!(&format_as!(UTF8, 3.0), "3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:31:17
[INFO] [stderr] |
[INFO] [stderr] 31 | assert_eq!(&format_as!(UTF8, 3e5), "3e5");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:32:17
[INFO] [stderr] |
[INFO] [stderr] 32 | assert_eq!(&format_as!(UTF8, 3e4), "3e4");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:33:17
[INFO] [stderr] |
[INFO] [stderr] 33 | assert_eq!(&format_as!(UTF8, 3e3), "3e3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:34:17
[INFO] [stderr] |
[INFO] [stderr] 34 | assert_eq!(&format_as!(UTF8, 3e2), "300");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] ...
[INFO] [stderr] 316 | assert_eq!("hello world", &format_as!(HTML, display_closure_as(HTML, x)));
[INFO] [stderr] | --------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] ...
[INFO] [stderr] 439 | assert_eq!(&format_as!(HTML, ("&")), "&");
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] ...
[INFO] [stderr] 441 | &format_as!(HTML, ("hello &>this is cool")),
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] --> src/lib.rs:224:32
[INFO] [stderr] |
[INFO] [stderr] 224 | pub use display_as_proc_macro::format_as;
[INFO] [stderr] | ^^^^^^^^^ could not find `proc_macro_hack_format_as` in `$crate`
[INFO] [stderr] ...
[INFO] [stderr] 445 | &format_as!(HTML, ("hello &>this is 'cool")),
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:116:17
[INFO] [stderr] |
[INFO] [stderr] 116 | assert_eq!(&format_as!(HTML, ("&")), "&");
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:118:10
[INFO] [stderr] |
[INFO] [stderr] 118 | &format_as!(HTML, ("hello &>this is cool")),
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:122:10
[INFO] [stderr] |
[INFO] [stderr] 122 | &format_as!(HTML, ("hello &>this is 'cool")),
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:128:17
[INFO] [stderr] |
[INFO] [stderr] 128 | assert_eq!(&format_as!(HTML, 3.0), "3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:129:17
[INFO] [stderr] |
[INFO] [stderr] 129 | assert_eq!(&format_as!(HTML, 3e5), "3×105");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:130:17
[INFO] [stderr] |
[INFO] [stderr] 130 | assert_eq!(&format_as!(HTML, 1e-6), "10-6");
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/html.rs:131:17
[INFO] [stderr] |
[INFO] [stderr] 131 | assert_eq!(&format_as!(HTML, 3e4), "30000");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:44:17
[INFO] [stderr] |
[INFO] [stderr] 44 | assert_eq!(&format_as!(LaTeX, ("&")), r"\&");
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:46:10
[INFO] [stderr] |
[INFO] [stderr] 46 | &format_as!(LaTeX, ("hello &>this is cool")),
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:50:10
[INFO] [stderr] |
[INFO] [stderr] 50 | &format_as!(LaTeX, ("hello &>this is 'cool")),
[INFO] [stderr] | -------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:56:17
[INFO] [stderr] |
[INFO] [stderr] 56 | assert_eq!(&format_as!(LaTeX, 3.0), "3");
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:57:17
[INFO] [stderr] |
[INFO] [stderr] 57 | assert_eq!(&format_as!(LaTeX, 3e5), r"3$\times10^{5}$");
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/latex.rs:58:17
[INFO] [stderr] |
[INFO] [stderr] 58 | assert_eq!(&format_as!(LaTeX, 3e4), "30000");
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:44:17
[INFO] [stderr] |
[INFO] [stderr] 44 | assert_eq!(&format_as!(Math, ("&")), r"\&");
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:46:10
[INFO] [stderr] |
[INFO] [stderr] 46 | &format_as!(Math, ("hello &>this is cool")),
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:50:10
[INFO] [stderr] |
[INFO] [stderr] 50 | &format_as!(Math, ("hello &>this is 'cool")),
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:56:17
[INFO] [stderr] |
[INFO] [stderr] 56 | assert_eq!(&format_as!(Math, 3.0), "3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:57:17
[INFO] [stderr] |
[INFO] [stderr] 57 | assert_eq!(&format_as!(Math, 3e5), r"3\times10^{5}");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:58:17
[INFO] [stderr] |
[INFO] [stderr] 58 | assert_eq!(&format_as!(Math, 1e5), r"10^{5}");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/mathlatex.rs:59:17
[INFO] [stderr] |
[INFO] [stderr] 59 | assert_eq!(&format_as!(Math, 3e4), "30000");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:24:17
[INFO] [stderr] |
[INFO] [stderr] 24 | assert_eq!(&format_as!(Rust, ("&")), r#""&""#);
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:28:17
[INFO] [stderr] |
[INFO] [stderr] 28 | assert_eq!(&format_as!(Rust, 3.0), "3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:29:17
[INFO] [stderr] |
[INFO] [stderr] 29 | assert_eq!(&format_as!(Rust, 3e5), "3e5");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:30:17
[INFO] [stderr] |
[INFO] [stderr] 30 | assert_eq!(&format_as!(Rust, 3e4), "3e4");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:31:17
[INFO] [stderr] |
[INFO] [stderr] 31 | assert_eq!(&format_as!(Rust, 3e3), "3e3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/rust.rs:32:17
[INFO] [stderr] |
[INFO] [stderr] 32 | assert_eq!(&format_as!(Rust, 3e2), "300");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/url.rs:26:17
[INFO] [stderr] |
[INFO] [stderr] 26 | assert_eq!(&format_as!(URL, ("&")), "&");
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/url.rs:28:10
[INFO] [stderr] |
[INFO] [stderr] 28 | &format_as!(URL, ("hello &>this is cool")),
[INFO] [stderr] | ----------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/url.rs:32:10
[INFO] [stderr] |
[INFO] [stderr] 32 | &format_as!(URL, ("hello &>this is 'cool")),
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:26:17
[INFO] [stderr] |
[INFO] [stderr] 26 | assert_eq!(&format_as!(UTF8, ("&")), "&");
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:30:17
[INFO] [stderr] |
[INFO] [stderr] 30 | assert_eq!(&format_as!(UTF8, 3.0), "3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:31:17
[INFO] [stderr] |
[INFO] [stderr] 31 | assert_eq!(&format_as!(UTF8, 3e5), "3e5");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:32:17
[INFO] [stderr] |
[INFO] [stderr] 32 | assert_eq!(&format_as!(UTF8, 3e4), "3e4");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:33:17
[INFO] [stderr] |
[INFO] [stderr] 33 | assert_eq!(&format_as!(UTF8, 3e3), "3e3");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/utf8.rs:34:17
[INFO] [stderr] |
[INFO] [stderr] 34 | assert_eq!(&format_as!(UTF8, 3e2), "300");
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 316 | assert_eq!("hello world", &format_as!(HTML, display_closure_as(HTML, x)));
[INFO] [stderr] | --------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 439 | assert_eq!(&format_as!(HTML, ("&")), "&");
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 441 | &format_as!(HTML, ("hello &>this is cool")),
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope
[INFO] [stderr] --> src/lib.rs:223:1
[INFO] [stderr] |
[INFO] [stderr] 223 | #[proc_macro_hack]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 445 | &format_as!(HTML, ("hello &>this is 'cool")),
[INFO] [stderr] | ------------------------------------------- in this macro invocation
[INFO] [stderr]
[INFO] [stderr] warning: unused import: `HTML`
[INFO] [stderr] --> src/lib.rs:436:17
[INFO] [stderr] |
[INFO] [stderr] 436 | use super::{HTML};
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/if_let_with_pattern.rs:10:9
[INFO] [stderr] |
[INFO] [stderr] 10 | / format_as!(HTML, if let Foo { x } = foo {
[INFO] [stderr] 11 | | x
[INFO] [stderr] 12 | | }),
[INFO] [stderr] | |__________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/if_let_with_pattern.rs:22:9
[INFO] [stderr] |
[INFO] [stderr] 22 | / format_as!(HTML, {
[INFO] [stderr] 23 | | let Foo { x } = foo;
[INFO] [stderr] 24 | | x
[INFO] [stderr] 25 | | }),
[INFO] [stderr] | |__________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/loop_in_let.rs:9:9
[INFO] [stderr] |
[INFO] [stderr] 9 | / format_as!(HTML, let foo = {
[INFO] [stderr] 10 | | for i in foos.iter() {
[INFO] [stderr] 11 | | "counting " i " "
[INFO] [stderr] 12 | | }
[INFO] [stderr] 13 | | };
[INFO] [stderr] 14 | | foo),
[INFO] [stderr] | |________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/loop_in_let.rs:22:9
[INFO] [stderr] |
[INFO] [stderr] 22 | / format_as!(
[INFO] [stderr] 23 | | HTML,
[INFO] [stderr] 24 | | for i in [1u8, 2].into_iter() {
[INFO] [stderr] 25 | | "counting " * i
[INFO] [stderr] 26 | | }
[INFO] [stderr] 27 | | ),
[INFO] [stderr] | |_________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/loop_in_let.rs:35:9
[INFO] [stderr] |
[INFO] [stderr] 35 | / format_as!(HTML,
[INFO] [stderr] 36 | | for i in [1u8,2].into_iter() {
[INFO] [stderr] 37 | | let j: u8 = *i;
[INFO] [stderr] 38 | | "counting " j
[INFO] [stderr] 39 | | }),
[INFO] [stderr] | |__________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/loop_in_let.rs:46:17
[INFO] [stderr] |
[INFO] [stderr] 46 | assert_eq!(&format_as!(HTML, let i = 1u8; i), r"1");
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/mixed-types.rs:5:17
[INFO] [stderr] |
[INFO] [stderr] 5 | assert_eq!(&format_as!(HTML, "hello world " 5 as URL " urls are " 5.0),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/mixed-types.rs:11:17
[INFO] [stderr] |
[INFO] [stderr] 11 | assert_eq!(&format_as!(HTML,
[INFO] [stderr] | _________________^
[INFO] [stderr] 12 | | let foo = {
[INFO] [stderr] 13 | | "hello world " 5 as URL " urls are " 5.0
[INFO] [stderr] 14 | | };
[INFO] [stderr] 15 | | foo),
[INFO] [stderr] | |_______________________________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/match.rs:9:9
[INFO] [stderr] |
[INFO] [stderr] 9 | / format_as!(HTML, match someone {
[INFO] [stderr] 10 | | Some(x) => { x }
[INFO] [stderr] 11 | | None => { "None!" }
[INFO] [stderr] 12 | | }),
[INFO] [stderr] | |__________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: could not compile `display-as`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/match.rs:18:9
[INFO] [stderr] |
[INFO] [stderr] 18 | / format_as!(HTML, match someone {
[INFO] [stderr] 19 | | Some(x) => { x }
[INFO] [stderr] 20 | | None => { "None!" }
[INFO] [stderr] 21 | | }),
[INFO] [stderr] | |__________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:7:16
[INFO] [stderr] |
[INFO] [stderr] 7 | assert_eq!(format_as!(HTML, r"Hello world"), r"Hello world");
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/with_template.rs:150:10
[INFO] [stderr] |
[INFO] [stderr] 150 | &format_as!(HTML, (FromFileBase {
[INFO] [stderr] | __________^
[INFO] [stderr] 151 | | name: "David".to_string(),
[INFO] [stderr] 152 | | age: 45
[INFO] [stderr] 153 | | })),
[INFO] [stderr] | |___________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:12:9
[INFO] [stderr] |
[INFO] [stderr] 12 | format_as!(HTML, r"Number " 3 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:16:9
[INFO] [stderr] |
[INFO] [stderr] 16 | format_as!(HTML, r"Number " 2+1 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:20:9
[INFO] [stderr] |
[INFO] [stderr] 20 | format_as!(HTML, r"Number " 4-1 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:24:9
[INFO] [stderr] |
[INFO] [stderr] 24 | format_as!(HTML, r"Number " 8/2-1 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 78 previous errors
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:28:9
[INFO] [stderr] |
[INFO] [stderr] 28 | format_as!(HTML, r"Number " 1*3 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/with_template.rs:157:10
[INFO] [stderr] |
[INFO] [stderr] 157 | &format_as!(HTML, (FromFileBase {
[INFO] [stderr] | __________^
[INFO] [stderr] 158 | | name: "Miri".to_string(),
[INFO] [stderr] 159 | | age: 2
[INFO] [stderr] 160 | | })),
[INFO] [stderr] | |___________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:35:9
[INFO] [stderr] |
[INFO] [stderr] 35 | format_as!(HTML, r"Number " &3u64 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:39:9
[INFO] [stderr] |
[INFO] [stderr] 39 | format_as!(HTML, r"Number " 3u64 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: could not compile `display-as`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:43:9
[INFO] [stderr] |
[INFO] [stderr] 43 | format_as!(HTML, r"Number " &&3u64 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:50:9
[INFO] [stderr] |
[INFO] [stderr] 50 | format_as!(HTML, r"Number " 3.0 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:54:9
[INFO] [stderr] |
[INFO] [stderr] 54 | format_as!(Rust, r"Number " 1e10 r" is even"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:58:9
[INFO] [stderr] |
[INFO] [stderr] 58 | format_as!(Rust, r"Number " 1e2 r" is even"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:62:9
[INFO] [stderr] |
[INFO] [stderr] 62 | format_as!(Rust, r"Number " 1.2345e2 r" is even"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:71:9
[INFO] [stderr] |
[INFO] [stderr] 71 | format_as!(HTML, r"Game: " if foo > bar { r"foo wins" }),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:75:9
[INFO] [stderr] |
[INFO] [stderr] 75 | format_as!(HTML, r"Counting: " for i in 0..5 { i " " }),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:84:9
[INFO] [stderr] |
[INFO] [stderr] 84 | format_as!(HTML, r"Number: " foo r" and " foo as Rust r"!"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:92:9
[INFO] [stderr] |
[INFO] [stderr] 92 | / format_as!(HTML, let foo = {
[INFO] [stderr] 93 | | for i in 0..3 {
[INFO] [stderr] 94 | | "counting " i " "
[INFO] [stderr] 95 | | }
[INFO] [stderr] 96 | | };
[INFO] [stderr] 97 | | foo),
[INFO] [stderr] | |______________________________________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> tests/format_as.rs:108:9
[INFO] [stderr] |
[INFO] [stderr] 108 | / format_as!(HTML,
[INFO] [stderr] 109 | | let foo = {
[INFO] [stderr] 110 | | "I am "
[INFO] [stderr] 111 | | for i in foos.iter() {
[INFO] [stderr] ... |
[INFO] [stderr] 114 | | };
[INFO] [stderr] 115 | | foo "and I am done!"),
[INFO] [stderr] | |_______________________________________________^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> benches/templates-benchmark-rs.rs:16:15
[INFO] [stderr] |
[INFO] [stderr] 16 | b.iter(|| format_as!(HTML, ctx));
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `$crate`
[INFO] [stderr] --> benches/templates-benchmark-rs.rs:48:15
[INFO] [stderr] |
[INFO] [stderr] 48 | b.iter(|| format_as!(HTML, teams));
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `DisplayAs` in the root
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/loop_in_let.rs:9:9
[INFO] [stderr] |
[INFO] [stderr] 9 | / format_as!(HTML, let foo = {
[INFO] [stderr] 10 | | for i in foos.iter() {
[INFO] [stderr] 11 | | "counting " i " "
[INFO] [stderr] 12 | | }
[INFO] [stderr] 13 | | };
[INFO] [stderr] 14 | | foo),
[INFO] [stderr] | |________^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/match.rs:9:9
[INFO] [stderr] |
[INFO] [stderr] 9 | / format_as!(HTML, match someone {
[INFO] [stderr] 10 | | Some(x) => { x }
[INFO] [stderr] 11 | | None => { "None!" }
[INFO] [stderr] 12 | | }),
[INFO] [stderr] | |__________^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> benches/templates-benchmark-rs.rs:23:1
[INFO] [stderr] |
[INFO] [stderr] 23 | #[with_template("[%" "%]" "big-table-displayas.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/loop_in_let.rs:22:9
[INFO] [stderr] |
[INFO] [stderr] 22 | / format_as!(
[INFO] [stderr] 23 | | HTML,
[INFO] [stderr] 24 | | for i in [1u8, 2].into_iter() {
[INFO] [stderr] 25 | | "counting " * i
[INFO] [stderr] 26 | | }
[INFO] [stderr] 27 | | ),
[INFO] [stderr] | |_________^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> benches/templates-benchmark-rs.rs:23:1
[INFO] [stderr] |
[INFO] [stderr] 23 | #[with_template("[%" "%]" "big-table-displayas.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] | this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/match.rs:18:9
[INFO] [stderr] |
[INFO] [stderr] 18 | / format_as!(HTML, match someone {
[INFO] [stderr] 19 | | Some(x) => { x }
[INFO] [stderr] 20 | | None => { "None!" }
[INFO] [stderr] 21 | | }),
[INFO] [stderr] | |__________^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/loop_in_let.rs:35:9
[INFO] [stderr] |
[INFO] [stderr] 35 | / format_as!(HTML,
[INFO] [stderr] 36 | | for i in [1u8,2].into_iter() {
[INFO] [stderr] 37 | | let j: u8 = *i;
[INFO] [stderr] 38 | | "counting " j
[INFO] [stderr] 39 | | }),
[INFO] [stderr] | |__________^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> benches/templates-benchmark-rs.rs:56:1
[INFO] [stderr] |
[INFO] [stderr] 56 | #[with_template("[%" "%]" "teams-displayas.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> benches/templates-benchmark-rs.rs:56:1
[INFO] [stderr] |
[INFO] [stderr] 56 | #[with_template("[%" "%]" "teams-displayas.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] | this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/mixed-types.rs:5:17
[INFO] [stderr] |
[INFO] [stderr] 5 | assert_eq!(&format_as!(HTML, "hello world " 5 as URL " urls are " 5.0),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `display-as`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/mixed-types.rs:11:17
[INFO] [stderr] |
[INFO] [stderr] 11 | assert_eq!(&format_as!(HTML,
[INFO] [stderr] | _________________^
[INFO] [stderr] 12 | | let foo = {
[INFO] [stderr] 13 | | "hello world " 5 as URL " urls are " 5.0
[INFO] [stderr] 14 | | };
[INFO] [stderr] 15 | | foo),
[INFO] [stderr] | |_______________________________^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0424, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0424`.
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `display-as`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `display-as`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `display-as`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/with_template.rs:10:1
[INFO] [stderr] |
[INFO] [stderr] 10 | #[with_template("Foo: " &self.name " with age " self.age)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/with_template.rs:10:26
[INFO] [stderr] |
[INFO] [stderr] 10 | #[with_template("Foo: " &self.name " with age " self.age)]
[INFO] [stderr] | -------------------------^^^^-----------------------------
[INFO] [stderr] | | |
[INFO] [stderr] | | `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] | this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/with_template.rs:10:49
[INFO] [stderr] |
[INFO] [stderr] 10 | #[with_template("Foo: " &self.name " with age " self.age)]
[INFO] [stderr] | ------------------------------------------------^^^^------
[INFO] [stderr] | | |
[INFO] [stderr] | | `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] | this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/with_template.rs:33:1
[INFO] [stderr] |
[INFO] [stderr] 33 | / #[with_template(r"TestingIf: "
[INFO] [stderr] 34 | | if self.age < 18 {
[INFO] [stderr] 35 | | r"minor " &self.name
[INFO] [stderr] 36 | | } else {
[INFO] [stderr] ... |
[INFO] [stderr] 39 | | r" (THE END)"
[INFO] [stderr] 40 | | )]
[INFO] [stderr] | |__^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/with_template.rs:34:20
[INFO] [stderr] |
[INFO] [stderr] 33 | / #[with_template(r"TestingIf: "
[INFO] [stderr] 34 | | if self.age < 18 {
[INFO] [stderr] | | ^^^^ `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] 35 | | r"minor " &self.name
[INFO] [stderr] 36 | | } else {
[INFO] [stderr] ... |
[INFO] [stderr] 39 | | r" (THE END)"
[INFO] [stderr] 40 | | )]
[INFO] [stderr] | |__- this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/with_template.rs:35:32
[INFO] [stderr] |
[INFO] [stderr] 33 | / #[with_template(r"TestingIf: "
[INFO] [stderr] 34 | | if self.age < 18 {
[INFO] [stderr] 35 | | r"minor " &self.name
[INFO] [stderr] | | ^^^^ `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] 36 | | } else {
[INFO] [stderr] ... |
[INFO] [stderr] 39 | | r" (THE END)"
[INFO] [stderr] 40 | | )]
[INFO] [stderr] | |__- this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/with_template.rs:37:35
[INFO] [stderr] |
[INFO] [stderr] 33 | / #[with_template(r"TestingIf: "
[INFO] [stderr] 34 | | if self.age < 18 {
[INFO] [stderr] 35 | | r"minor " &self.name
[INFO] [stderr] 36 | | } else {
[INFO] [stderr] 37 | | r"grown-up " &self.name r" who is " self.age r" years old"
[INFO] [stderr] | | ^^^^ `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] 38 | | }
[INFO] [stderr] 39 | | r" (THE END)"
[INFO] [stderr] 40 | | )]
[INFO] [stderr] | |__- this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/with_template.rs:37:57
[INFO] [stderr] |
[INFO] [stderr] 33 | / #[with_template(r"TestingIf: "
[INFO] [stderr] 34 | | if self.age < 18 {
[INFO] [stderr] 35 | | r"minor " &self.name
[INFO] [stderr] 36 | | } else {
[INFO] [stderr] 37 | | r"grown-up " &self.name r" who is " self.age r" years old"
[INFO] [stderr] | | ^^^^ `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] 38 | | }
[INFO] [stderr] 39 | | r" (THE END)"
[INFO] [stderr] 40 | | )]
[INFO] [stderr] | |__- this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/with_template.rs:74:1
[INFO] [stderr] |
[INFO] [stderr] 74 | #[with_template("from-file.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/with_template.rs:74:1
[INFO] [stderr] |
[INFO] [stderr] 74 | #[with_template("from-file.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] | this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/with_template.rs:108:1
[INFO] [stderr] |
[INFO] [stderr] 108 | #[with_template("from-file-include.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/with_template.rs:108:1
[INFO] [stderr] |
[INFO] [stderr] 108 | #[with_template("from-file-include.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] | this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/with_template.rs:142:1
[INFO] [stderr] |
[INFO] [stderr] 142 | #[with_template("from-file-base.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/with_template.rs:142:1
[INFO] [stderr] |
[INFO] [stderr] 142 | #[with_template("from-file-base.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] | this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/with_template.rs:144:1
[INFO] [stderr] |
[INFO] [stderr] 144 | #[with_template("url/" self.name)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/with_template.rs:144:24
[INFO] [stderr] |
[INFO] [stderr] 144 | #[with_template("url/" self.name)]
[INFO] [stderr] | -----------------------^^^^-------
[INFO] [stderr] | | |
[INFO] [stderr] | | `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] | this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/with_template.rs:170:1
[INFO] [stderr] |
[INFO] [stderr] 170 | #[with_template("}}" "{{" "delimiters.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/with_template.rs:170:1
[INFO] [stderr] |
[INFO] [stderr] 170 | #[with_template("}}" "{{" "delimiters.html")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] | |
[INFO] [stderr] | `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] | this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 20 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0424, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0424`.
[INFO] [stderr] error: could not compile `display-as`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:7:16
[INFO] [stderr] |
[INFO] [stderr] 7 | assert_eq!(format_as!(HTML, r"Hello world"), r"Hello world");
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:12:9
[INFO] [stderr] |
[INFO] [stderr] 12 | format_as!(HTML, r"Number " 3 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:16:9
[INFO] [stderr] |
[INFO] [stderr] 16 | format_as!(HTML, r"Number " 2+1 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:20:9
[INFO] [stderr] |
[INFO] [stderr] 20 | format_as!(HTML, r"Number " 4-1 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:24:9
[INFO] [stderr] |
[INFO] [stderr] 24 | format_as!(HTML, r"Number " 8/2-1 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:28:9
[INFO] [stderr] |
[INFO] [stderr] 28 | format_as!(HTML, r"Number " 1*3 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:35:9
[INFO] [stderr] |
[INFO] [stderr] 35 | format_as!(HTML, r"Number " &3u64 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:39:9
[INFO] [stderr] |
[INFO] [stderr] 39 | format_as!(HTML, r"Number " 3u64 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:43:9
[INFO] [stderr] |
[INFO] [stderr] 43 | format_as!(HTML, r"Number " &&3u64 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:50:9
[INFO] [stderr] |
[INFO] [stderr] 50 | format_as!(HTML, r"Number " 3.0 r" is odd"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:54:9
[INFO] [stderr] |
[INFO] [stderr] 54 | format_as!(Rust, r"Number " 1e10 r" is even"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:58:9
[INFO] [stderr] |
[INFO] [stderr] 58 | format_as!(Rust, r"Number " 1e2 r" is even"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:62:9
[INFO] [stderr] |
[INFO] [stderr] 62 | format_as!(Rust, r"Number " 1.2345e2 r" is even"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:71:9
[INFO] [stderr] |
[INFO] [stderr] 71 | format_as!(HTML, r"Game: " if foo > bar { r"foo wins" }),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:75:9
[INFO] [stderr] |
[INFO] [stderr] 75 | format_as!(HTML, r"Counting: " for i in 0..5 { i " " }),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:84:9
[INFO] [stderr] |
[INFO] [stderr] 84 | format_as!(HTML, r"Number: " foo r" and " foo as Rust r"!"),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:92:9
[INFO] [stderr] |
[INFO] [stderr] 92 | / format_as!(HTML, let foo = {
[INFO] [stderr] 93 | | for i in 0..3 {
[INFO] [stderr] 94 | | "counting " i " "
[INFO] [stderr] 95 | | }
[INFO] [stderr] 96 | | };
[INFO] [stderr] 97 | | foo),
[INFO] [stderr] | |______________________________________^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:104:5
[INFO] [stderr] |
[INFO] [stderr] 104 | #[with_template("Foo " self.0)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0424]: expected value, found module `self`
[INFO] [stderr] --> tests/format_as.rs:104:28
[INFO] [stderr] |
[INFO] [stderr] 104 | #[with_template("Foo " self.0)]
[INFO] [stderr] | -----------------------^^^^----
[INFO] [stderr] | | |
[INFO] [stderr] | | `self` value is a keyword only available in methods with a `self` parameter
[INFO] [stderr] | this function doesn't have a `self` parameter
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `__f` in this scope
[INFO] [stderr] --> tests/format_as.rs:108:9
[INFO] [stderr] |
[INFO] [stderr] 108 | / format_as!(HTML,
[INFO] [stderr] 109 | | let foo = {
[INFO] [stderr] 110 | | "I am "
[INFO] [stderr] 111 | | for i in foos.iter() {
[INFO] [stderr] ... |
[INFO] [stderr] 114 | | };
[INFO] [stderr] 115 | | foo "and I am done!"),
[INFO] [stderr] | |_______________________________________________^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 38 previous errors
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0424, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0424`.
[INFO] [stderr] error: could not compile `display-as`.
[INFO] [stderr]
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "a20f456749c7854b53482554ebc924dbb08427aa589af505c848b08245e0a79d"`
[INFO] running `"docker" "rm" "-f" "a20f456749c7854b53482554ebc924dbb08427aa589af505c848b08245e0a79d"`
[INFO] [stdout] a20f456749c7854b53482554ebc924dbb08427aa589af505c848b08245e0a79d