[INFO] fetching crate asciidork-parser 0.10.0...
[INFO] checking asciidork-parser-0.10.0 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate asciidork-parser 0.10.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate asciidork-parser 0.10.0 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate asciidork-parser 0.10.0
[INFO] finished tweaking crates.io crate asciidork-parser 0.10.0
[INFO] tweaked toml for crates.io crate asciidork-parser 0.10.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded asciidork-ast v0.10.0
[INFO] [stderr]   Downloaded asciidork-meta v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e385a216ecf031b571bff693df9837e37da2754bfdbb395c98e3e06cb1ed5db
[INFO] running `Command { std: "docker" "start" "-a" "0e385a216ecf031b571bff693df9837e37da2754bfdbb395c98e3e06cb1ed5db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e385a216ecf031b571bff693df9837e37da2754bfdbb395c98e3e06cb1ed5db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e385a216ecf031b571bff693df9837e37da2754bfdbb395c98e3e06cb1ed5db", kill_on_drop: false }`
[INFO] [stdout] 0e385a216ecf031b571bff693df9837e37da2754bfdbb395c98e3e06cb1ed5db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61cde1e7fbb26ed5531ab5fff09df9a478b8d32a860663eb23feb2c870f8cf2c
[INFO] running `Command { std: "docker" "start" "-a" "61cde1e7fbb26ed5531ab5fff09df9a478b8d32a860663eb23feb2c870f8cf2c", kill_on_drop: false }`
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking asciidork-meta v0.10.0
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking unindent v0.2.3
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking asciidork-ast v0.10.0
[INFO] [stderr]     Checking asciidork-parser v0.10.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/contiguous_lines.rs:274:7
[INFO] [stdout]     |
[INFO] [stdout] 274 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/deq.rs:167:7
[INFO] [stdout]     |
[INFO] [stdout] 167 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/parser.rs:364:7
[INFO] [stdout]     |
[INFO] [stdout] 364 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/customize_subs.rs:129:7
[INFO] [stdout]     |
[INFO] [stdout] 129 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/directives/ifeval.rs:145:7
[INFO] [stdout]     |
[INFO] [stdout] 145 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/directives/includes/normalize_includes.rs:182:7
[INFO] [stdout]     |
[INFO] [stdout] 182 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/parse_inlines/inline_preproc.rs:204:7
[INFO] [stdout]     |
[INFO] [stdout] 204 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/parse_section.rs:103:7
[INFO] [stdout]     |
[INFO] [stdout] 103 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/section_id.rs:120:7
[INFO] [stdout]     |
[INFO] [stdout] 120 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]   --> src/tasks/table/context.rs:98:7
[INFO] [stdout]    |
[INFO] [stdout] 98 |   use test_utils::*;
[INFO] [stdout]    |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:161:7
[INFO] [stdout]     |
[INFO] [stdout] 161 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/lexer/root_lexer.rs:247:7
[INFO] [stdout]     |
[INFO] [stdout] 247 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/lexer/source_lexer.rs:593:7
[INFO] [stdout]     |
[INFO] [stdout] 593 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/line.rs:756:7
[INFO] [stdout]     |
[INFO] [stdout] 756 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/directives/includes/process_includes.rs:273:7
[INFO] [stdout]     |
[INFO] [stdout] 273 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/directives/includes/tags.rs:336:7
[INFO] [stdout]     |
[INFO] [stdout] 336 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:456:7
[INFO] [stdout]     |
[INFO] [stdout] 456 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]   --> src/tasks/parse_author_line.rs:70:7
[INFO] [stdout]    |
[INFO] [stdout] 70 |   use test_utils::*;
[INFO] [stdout]    |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]   --> src/tasks/parse_doc_header.rs:95:7
[INFO] [stdout]    |
[INFO] [stdout] 95 |   use test_utils::*;
[INFO] [stdout]    |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:857:7
[INFO] [stdout]     |
[INFO] [stdout] 857 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/parse_list.rs:219:7
[INFO] [stdout]     |
[INFO] [stdout] 219 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/parse_revision_line.rs:101:7
[INFO] [stdout]     |
[INFO] [stdout] 101 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/table/parse_table_spec.rs:274:7
[INFO] [stdout]     |
[INFO] [stdout] 274 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/parse_block.rs:328:7
[INFO] [stdout]     |
[INFO] [stdout] 328 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/parse_doc_attrs.rs:125:7
[INFO] [stdout]     |
[INFO] [stdout] 125 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]   --> src/tasks/table/parse_csv_table.rs:74:7
[INFO] [stdout]    |
[INFO] [stdout] 74 |   use test_utils::*;
[INFO] [stdout]    |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:135:7
[INFO] [stdout]     |
[INFO] [stdout] 135 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]    --> src/tasks/table/parse_table.rs:385:7
[INFO] [stdout]     |
[INFO] [stdout] 385 |   use test_utils::*;
[INFO] [stdout]     |       ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/contiguous_lines.rs:286:24
[INFO] [stdout]     |
[INFO] [stdout] 286 |       let mut parser = test_parser!(input);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/contiguous_lines.rs:288:7
[INFO] [stdout]     |
[INFO] [stdout] 288 |       expect_eq!(lines.is_quoted_paragraph(), expected, from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:449:9
[INFO] [stdout]     |
[INFO] [stdout] 449 |         adoc! { "
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_lexer` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:252:25
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let mut lexer = test_lexer!(input);
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 523 |     assert_token_cases!(cases);
[INFO] [stdout]     |     -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_token_cases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:260:21
[INFO] [stdout]     |
[INFO] [stdout] 260 |             lexeme: bstr!(lexeme),
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 523 |     assert_token_cases!(cases);
[INFO] [stdout]     |     -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_token_cases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/contiguous_lines.rs:49:62
[INFO] [stdout]    |
[INFO] [stdout] 8  | impl<'arena> ContiguousLines<'arena> {
[INFO] [stdout]    |      ------ lifetime `'arena` declared here
[INFO] [stdout] ...
[INFO] [stdout] 49 |   pub fn iter(&'arena self) -> impl ExactSizeIterator<Item = &Line<'arena>> + '_ {
[INFO] [stdout]    |                                                              ^ this elided lifetime gets resolved as `'arena`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/contiguous_lines.rs:49:79
[INFO] [stdout]    |
[INFO] [stdout] 8  | impl<'arena> ContiguousLines<'arena> {
[INFO] [stdout]    |      ------ lifetime `'arena` declared here
[INFO] [stdout] ...
[INFO] [stdout] 49 |   pub fn iter(&'arena self) -> impl ExactSizeIterator<Item = &Line<'arena>> + '_ {
[INFO] [stdout]    |                                                                               ^^ this elided lifetime gets resolved as `'arena`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_lexer` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:252:25
[INFO] [stdout]     |
[INFO] [stdout] 252 |           let mut lexer = test_lexer!(input);
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 528 | /     assert_token_cases!([
[INFO] [stdout] 529 | |       ("{foo}", vec![(AttrRef, "{foo}")]),
[INFO] [stdout] 530 | |       ("{foo-bar}", vec![(AttrRef, "{foo-bar}")]),
[INFO] [stdout] 531 | |       ("{foo123}", vec![(AttrRef, "{foo123}")]),
[INFO] [stdout] 532 | |     ]);
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_token_cases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `release`
[INFO] [stdout]    --> src/tasks/directives/includes/include_resolver.rs:111:11
[INFO] [stdout]     |
[INFO] [stdout] 111 | #[cfg(not(release))]
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(release)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(release)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `release`
[INFO] [stdout]    --> src/tasks/directives/includes/include_resolver.rs:130:11
[INFO] [stdout]     |
[INFO] [stdout] 130 | #[cfg(not(release))]
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(release)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(release)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:260:21
[INFO] [stdout]     |
[INFO] [stdout] 260 |               lexeme: bstr!(lexeme),
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 528 | /     assert_token_cases!([
[INFO] [stdout] 529 | |       ("{foo}", vec![(AttrRef, "{foo}")]),
[INFO] [stdout] 530 | |       ("{foo-bar}", vec![(AttrRef, "{foo-bar}")]),
[INFO] [stdout] 531 | |       ("{foo123}", vec![(AttrRef, "{foo123}")]),
[INFO] [stdout] 532 | |     ]);
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_token_cases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_lexer` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:275:25
[INFO] [stdout]     |
[INFO] [stdout] 275 |           let mut lexer = test_lexer!(input);
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 534 | /     refute_produces_token!(
[INFO] [stdout] 535 | |       AttrRef,
[INFO] [stdout] 536 | |       [
[INFO] [stdout] 537 | |         "\\{foo}",    // escaped
[INFO] [stdout] ...   |
[INFO] [stdout] 541 | |       ]
[INFO] [stdout] 542 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `refute_produces_token` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_lexer` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:252:25
[INFO] [stdout]     |
[INFO] [stdout] 252 |           let mut lexer = test_lexer!(input);
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 547 | /     assert_token_cases!([
[INFO] [stdout] 548 | |       (
[INFO] [stdout] 549 | |         "include::foo",
[INFO] [stdout] 550 | |         vec![(Directive, "include::"), (Word, "foo")],
[INFO] [stdout] ...   |
[INFO] [stdout] 563 | |       )
[INFO] [stdout] 564 | |     ]);
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_token_cases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:260:21
[INFO] [stdout]     |
[INFO] [stdout] 260 |               lexeme: bstr!(lexeme),
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 547 | /     assert_token_cases!([
[INFO] [stdout] 548 | |       (
[INFO] [stdout] 549 | |         "include::foo",
[INFO] [stdout] 550 | |         vec![(Directive, "include::"), (Word, "foo")],
[INFO] [stdout] ...   |
[INFO] [stdout] 563 | |       )
[INFO] [stdout] 564 | |     ]);
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_token_cases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_lexer` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:275:25
[INFO] [stdout]     |
[INFO] [stdout] 275 |           let mut lexer = test_lexer!(input);
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 566 | /     refute_produces_token!(
[INFO] [stdout] 567 | |       Directive,
[INFO] [stdout] 568 | |       [
[INFO] [stdout] 569 | |         "foo include::foo",        // not at start of line
[INFO] [stdout] ...   |
[INFO] [stdout] 574 | |       ]
[INFO] [stdout] 575 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `refute_produces_token` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_lexer` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:252:25
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let mut lexer = test_lexer!(input);
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 606 |     assert_token_cases!(cases);
[INFO] [stdout]     |     -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_token_cases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:260:21
[INFO] [stdout]     |
[INFO] [stdout] 260 |             lexeme: bstr!(lexeme),
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 606 |     assert_token_cases!(cases);
[INFO] [stdout]     |     -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `assert_token_cases` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_lexer` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:275:25
[INFO] [stdout]     |
[INFO] [stdout] 275 |           let mut lexer = test_lexer!(input);
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 608 | /     refute_produces_token!(
[INFO] [stdout] 609 | |       TermDelimiter,
[INFO] [stdout] 610 | |       ["foo::foo", "foo;;;", "foo:::::", "foo:::::foo", ":: foo"]
[INFO] [stdout] 611 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `refute_produces_token` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_lexer` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:617:21
[INFO] [stdout]     |
[INFO] [stdout] 617 |     let mut lexer = test_lexer!(input);
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:623:17
[INFO] [stdout]     |
[INFO] [stdout] 623 |         lexeme: bstr!("&"),
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:631:17
[INFO] [stdout]     |
[INFO] [stdout] 631 |         lexeme: bstr!("^"),
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:639:17
[INFO] [stdout]     |
[INFO] [stdout] 639 |         lexeme: bstr!("foobar"),
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:647:17
[INFO] [stdout]     |
[INFO] [stdout] 647 |         lexeme: bstr!("["),
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:655:17
[INFO] [stdout]     |
[INFO] [stdout] 655 |         lexeme: bstr!("//"),
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:663:17
[INFO] [stdout]     |
[INFO] [stdout] 663 |         lexeme: bstr!(""),
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_lexer` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:670:17
[INFO] [stdout]     |
[INFO] [stdout] 670 |     let lexer = test_lexer!("foo\nbar\n\nbaz\n");
[INFO] [stdout]     |                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:683:17
[INFO] [stdout]     |
[INFO] [stdout] 683 |     let input = adoc! {
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_lexer` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:689:21
[INFO] [stdout]     |
[INFO] [stdout] 689 |     let mut lexer = test_lexer!(input);
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_lexer` in this scope
[INFO] [stdout]    --> src/lexer/root_lexer.rs:707:21
[INFO] [stdout]     |
[INFO] [stdout] 707 |     let mut lexer = test_lexer!("\n\n\n\n\n");
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/lexer/source_lexer.rs:601:5
[INFO] [stdout]     |
[INFO] [stdout] 601 |     expect_eq!(lines.next(), Some("hello"));
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/lexer/source_lexer.rs:602:5
[INFO] [stdout]     |
[INFO] [stdout] 602 |     expect_eq!(lines.next(), Some("world"));
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/lexer/source_lexer.rs:603:5
[INFO] [stdout]     |
[INFO] [stdout] 603 |     expect_eq!(lines.next(), Some(""));
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/lexer/source_lexer.rs:604:5
[INFO] [stdout]     |
[INFO] [stdout] 604 |     expect_eq!(lines.next(), None);
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:770:22
[INFO] [stdout]     |
[INFO] [stdout] 770 |       let mut line = read_line!(input);
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:772:7
[INFO] [stdout]     |
[INFO] [stdout] 772 |       expect_eq!(line.reassemble_src(), expected, from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:773:7
[INFO] [stdout]     |
[INFO] [stdout] 773 |       expect_eq!(line.current_token().unwrap().loc, range.into(), from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:792:18
[INFO] [stdout]     |
[INFO] [stdout] 792 |       let line = read_line!(input);
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:793:7
[INFO] [stdout]     |
[INFO] [stdout] 793 |       expect_eq!(line.continues_list_item_principle(), expected, from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:813:18
[INFO] [stdout]     |
[INFO] [stdout] 813 |       let line = read_line!(input);
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:814:7
[INFO] [stdout]     |
[INFO] [stdout] 814 |       expect_eq!(line.starts_nested_list(&stack), expected, from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:857:18
[INFO] [stdout]     |
[INFO] [stdout] 857 |       let line = read_line!(input);
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:858:7
[INFO] [stdout]     |
[INFO] [stdout] 858 |       expect_eq!(line.list_marker(), marker, from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:883:18
[INFO] [stdout]     |
[INFO] [stdout] 883 |       let line = read_line!(input);
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:884:7
[INFO] [stdout]     |
[INFO] [stdout] 884 |       expect_eq!(line.starts_list_item(), expected, from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:890:20
[INFO] [stdout]     |
[INFO] [stdout] 890 |     let mut line = read_line!("foo bar\nso baz\n");
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:891:5
[INFO] [stdout]     |
[INFO] [stdout] 891 |     expect_eq!(line.reassemble_src(), "foo bar");
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:892:5
[INFO] [stdout]     |
[INFO] [stdout] 892 |     expect_eq!(line.num_tokens(), 3);
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:894:5
[INFO] [stdout]     |
[INFO] [stdout] 894 |     expect_eq!(line.reassemble_src(), " bar");
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:895:5
[INFO] [stdout]     |
[INFO] [stdout] 895 |     expect_eq!(line.num_tokens(), 2);
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:897:5
[INFO] [stdout]     |
[INFO] [stdout] 897 |     expect_eq!(line.reassemble_src(), "");
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:898:5
[INFO] [stdout]     |
[INFO] [stdout] 898 |     expect_eq!(line.num_tokens(), 0);
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:903:20
[INFO] [stdout]     |
[INFO] [stdout] 903 |     let mut line = read_line!("'foo'");
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:904:5
[INFO] [stdout]     |
[INFO] [stdout] 904 |     expect_eq!(line.reassemble_src(), "'foo'");
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:906:5
[INFO] [stdout]     |
[INFO] [stdout] 906 |     expect_eq!(line.reassemble_src(), "'foo");
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:908:5
[INFO] [stdout]     |
[INFO] [stdout] 908 |     expect_eq!(line.reassemble_src(), "'");
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:932:18
[INFO] [stdout]     |
[INFO] [stdout] 932 |       let line = read_line!(input);
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:933:7
[INFO] [stdout]     |
[INFO] [stdout] 933 |       expect_eq!(line.has_seq_at(token_types, pos), expected);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:937:20
[INFO] [stdout]     |
[INFO] [stdout] 937 |     let mut line = read_line!("foo_#");
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:951:18
[INFO] [stdout]     |
[INFO] [stdout] 951 |       let line = read_line!(input);
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:952:7
[INFO] [stdout]     |
[INFO] [stdout] 952 |       expect_eq!(line.ends_with_nonescaped(token_type), expected);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:963:18
[INFO] [stdout]     |
[INFO] [stdout] 963 |       let line = read_line!(input);
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:964:7
[INFO] [stdout]     |
[INFO] [stdout] 964 |       expect_eq!(line.terminates_constrained_in(specs), expected, from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/line.rs:993:18
[INFO] [stdout]     |
[INFO] [stdout] 993 |       let line = read_line!(input);
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/line.rs:994:7
[INFO] [stdout]     |
[INFO] [stdout] 994 |       expect_eq!(line.contains_seq(token_types), expected, from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/parser.rs:396:22
[INFO] [stdout]     |
[INFO] [stdout] 396 |     let mut parser = test_parser!("hello {foo} world");
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/parser.rs:405:5
[INFO] [stdout]     |
[INFO] [stdout] 405 |     expect_eq!(
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/parser.rs:426:17
[INFO] [stdout]     |
[INFO] [stdout] 426 |     let input = adoc! {"
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/parser.rs:432:22
[INFO] [stdout]     |
[INFO] [stdout] 432 |     let mut parser = test_parser!(input);
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/parser.rs:441:17
[INFO] [stdout]     |
[INFO] [stdout] 441 |     let input = adoc! {"
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/parser.rs:447:22
[INFO] [stdout]     |
[INFO] [stdout] 447 |     let mut parser = test_parser!(input);
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/parser.rs:451:7
[INFO] [stdout]     |
[INFO] [stdout] 451 |       adoc! {"
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/parser.rs:459:22
[INFO] [stdout]     |
[INFO] [stdout] 459 |     let mut parser = test_parser!(input);
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/parser.rs:463:5
[INFO] [stdout]     |
[INFO] [stdout] 463 |     expect_eq!(
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/parser.rs:473:5
[INFO] [stdout]     |
[INFO] [stdout] 473 |     expect_eq!(
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/parser.rs:499:22
[INFO] [stdout]     |
[INFO] [stdout] 499 |     let mut parser = test_parser!(input);
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/parser.rs:510:22
[INFO] [stdout]     |
[INFO] [stdout] 510 |     let mut parser = test_parser!(input);
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/parser.rs:522:22
[INFO] [stdout]     |
[INFO] [stdout] 522 |     let mut parser = test_parser!(input);
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/parser.rs:526:5
[INFO] [stdout]     |
[INFO] [stdout] 526 |     expect_eq!(
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_single_block` in this scope
[INFO] [stdout]    --> src/tasks/customize_subs.rs:185:19
[INFO] [stdout]     |
[INFO] [stdout] 185 |       let block = parse_single_block!(&input);
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/directives/ifeval.rs:149:22
[INFO] [stdout]     |
[INFO] [stdout] 149 |     let mut parser = test_parser!(adoc! {"
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/directives/ifeval.rs:165:30
[INFO] [stdout]     |
[INFO] [stdout] 165 |       ("\"\"", Value::String(bstr!(""))),
[INFO] [stdout]     |                              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/directives/ifeval.rs:166:28
[INFO] [stdout]     |
[INFO] [stdout] 166 |       ("''", Value::String(bstr!(""))),
[INFO] [stdout]     |                            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/directives/ifeval.rs:167:30
[INFO] [stdout]     |
[INFO] [stdout] 167 |       ("    ", Value::String(bstr!(" "))),
[INFO] [stdout]     |                              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/directives/ifeval.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |       ("'{hello}'", Value::String(bstr!("world"))),
[INFO] [stdout]     |                                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/directives/ifeval.rs:171:37
[INFO] [stdout]     |
[INFO] [stdout] 171 |       ("\"{hello}\"", Value::String(bstr!("world"))),
[INFO] [stdout]     |                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/directives/includes/normalize_includes.rs:190:22
[INFO] [stdout]     |
[INFO] [stdout] 190 |     let mut parser = test_parser!("");
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/directives/includes/normalize_includes.rs:191:21
[INFO] [stdout]     |
[INFO] [stdout] 191 |     let mut bytes = vecb![0xEF, 0xBB, 0xBF, 0x68, 0x69];
[INFO] [stdout]     |                     ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/directives/includes/normalize_includes.rs:198:22
[INFO] [stdout]     |
[INFO] [stdout] 198 |     let mut parser = test_parser!("");
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/directives/includes/normalize_includes.rs:199:21
[INFO] [stdout]     |
[INFO] [stdout] 199 |     let mut bytes = vecb![0xFF, 0xFE, 0x68, 0x00, 0x69, 0x00];
[INFO] [stdout]     |                     ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/directives/includes/normalize_includes.rs:206:22
[INFO] [stdout]     |
[INFO] [stdout] 206 |     let mut parser = test_parser!("");
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/directives/includes/normalize_includes.rs:207:21
[INFO] [stdout]     |
[INFO] [stdout] 207 |     let mut bytes = vecb![0xFE, 0xFF, 0x00, 0x68, 0x00, 0x69];
[INFO] [stdout]     |                     ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/directives/includes/tags.rs:770:24
[INFO] [stdout]     |
[INFO] [stdout] 770 |       let mut parser = test_parser!("");
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:462:14
[INFO] [stdout]     |
[INFO] [stdout] 462 |       ("[]", attr_list!(0..2)),
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:466:23
[INFO] [stdout]     |
[INFO] [stdout] 466 |           positional: vecb![Some(nodes![])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:467:13
[INFO] [stdout]     |
[INFO] [stdout] 467 |           ..attr_list!(0..4)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:473:23
[INFO] [stdout]     |
[INFO] [stdout] 473 |           positional: vecb![Some(nodes![node!("foo"; 1..4)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:474:13
[INFO] [stdout]     |
[INFO] [stdout] 474 |           ..attr_list!(0..5)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:480:23
[INFO] [stdout]     |
[INFO] [stdout] 480 |           positional: vecb![Some(nodes![node!("foo"; 2..5)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:481:13
[INFO] [stdout]     |
[INFO] [stdout] 481 |           ..attr_list!(0..7)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:487:23
[INFO] [stdout]     |
[INFO] [stdout] 487 |           positional: vecb![Some(nodes![node!("foo"; 2..5)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:488:13
[INFO] [stdout]     |
[INFO] [stdout] 488 |           ..attr_list!(0..7)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:494:23
[INFO] [stdout]     |
[INFO] [stdout] 494 |           positional: vecb![Some(nodes![node!("foo bar"; 1..8)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:495:13
[INFO] [stdout]     |
[INFO] [stdout] 495 |           ..attr_list!(0..9)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:501:23
[INFO] [stdout]     |
[INFO] [stdout] 501 |           positional: vecb![Some(nodes![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:506:13
[INFO] [stdout]     |
[INFO] [stdout] 506 |           ..attr_list!(0..12)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:512:23
[INFO] [stdout]     |
[INFO] [stdout] 512 |           positional: vecb![Some(nodes![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:517:13
[INFO] [stdout]     |
[INFO] [stdout] 517 |           ..attr_list!(0..12)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:523:23
[INFO] [stdout]     |
[INFO] [stdout] 523 |           positional: vecb![Some(nodes![node!("'"; 1..2)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:524:13
[INFO] [stdout]     |
[INFO] [stdout] 524 |           ..attr_list!(0..3)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:530:23
[INFO] [stdout]     |
[INFO] [stdout] 530 |           positional: vecb![Some(nodes![node!("=foo="; 1..6)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:531:13
[INFO] [stdout]     |
[INFO] [stdout] 531 |           ..attr_list!(0..7)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:537:23
[INFO] [stdout]     |
[INFO] [stdout] 537 |           positional: vecb![Some(nodes![node!("foo"; 1..4)]), None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:538:13
[INFO] [stdout]     |
[INFO] [stdout] 538 |           ..attr_list!(0..8)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:544:23
[INFO] [stdout]     |
[INFO] [stdout] 544 |           positional: vecb![None, Some(nodes![node!("foo"; 3..6)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:545:13
[INFO] [stdout]     |
[INFO] [stdout] 545 |           ..attr_list!(0..7)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:551:23
[INFO] [stdout]     |
[INFO] [stdout] 551 |           positional: vecb![None, Some(nodes![node!("foo bar"; 3..10)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:552:13
[INFO] [stdout]     |
[INFO] [stdout] 552 |           ..attr_list!(0..11)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:558:23
[INFO] [stdout]     |
[INFO] [stdout] 558 |           positional: vecb![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:563:13
[INFO] [stdout]     |
[INFO] [stdout] 563 |           ..attr_list!(0..26)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:569:23
[INFO] [stdout]     |
[INFO] [stdout] 569 |           positional: vecb![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:575:13
[INFO] [stdout]     |
[INFO] [stdout] 575 |           ..attr_list!(0..15)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:582:23
[INFO] [stdout]     |
[INFO] [stdout] 582 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:583:30
[INFO] [stdout]     |
[INFO] [stdout] 583 |           named: Named::from(vecb![(src!("foo", 1..4), just!("'", 5..6))]),
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:584:13
[INFO] [stdout]     |
[INFO] [stdout] 584 |           ..attr_list!(0..7)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:590:23
[INFO] [stdout]     |
[INFO] [stdout] 590 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:591:30
[INFO] [stdout]     |
[INFO] [stdout] 591 |           named: Named::from(vecb![(src!("foo", 1..4), just!("\"", 5..6))]),
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:592:13
[INFO] [stdout]     |
[INFO] [stdout] 592 |           ..attr_list!(0..7)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:598:23
[INFO] [stdout]     |
[INFO] [stdout] 598 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:599:30
[INFO] [stdout]     |
[INFO] [stdout] 599 |           named: Named::from(vecb![(src!("foo", 1..4), just!("bar", 5..8))]),
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:600:13
[INFO] [stdout]     |
[INFO] [stdout] 600 |           ..attr_list!(0..9)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:606:23
[INFO] [stdout]     |
[INFO] [stdout] 606 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:607:30
[INFO] [stdout]     |
[INFO] [stdout] 607 |           named: Named::from(vecb![(src!("foo", 1..4), just!("bar", 6..9))]),
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:608:13
[INFO] [stdout]     |
[INFO] [stdout] 608 |           ..attr_list!(0..11)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:614:23
[INFO] [stdout]     |
[INFO] [stdout] 614 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:615:30
[INFO] [stdout]     |
[INFO] [stdout] 615 |           named: Named::from(vecb![(src!("foo", 1..4), just!("bar", 6..9))]),
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:616:13
[INFO] [stdout]     |
[INFO] [stdout] 616 |           ..attr_list!(0..11)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:622:23
[INFO] [stdout]     |
[INFO] [stdout] 622 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:623:30
[INFO] [stdout]     |
[INFO] [stdout] 623 |           named: Named::from(vecb![(src!("foo", 1..4), nodes![])]),
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:624:13
[INFO] [stdout]     |
[INFO] [stdout] 624 |           ..attr_list!(0..6)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:630:23
[INFO] [stdout]     |
[INFO] [stdout] 630 |           positional: vecb![None, None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:631:30
[INFO] [stdout]     |
[INFO] [stdout] 631 |           named: Named::from(vecb![
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:635:13
[INFO] [stdout]     |
[INFO] [stdout] 635 |           ..attr_list!(0..14)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:641:23
[INFO] [stdout]     |
[INFO] [stdout] 641 |           positional: vecb![None, None, None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:642:30
[INFO] [stdout]     |
[INFO] [stdout] 642 |           named: Named::from(vecb![
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:648:13
[INFO] [stdout]     |
[INFO] [stdout] 648 |           ..attr_list!(0..49)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:654:23
[INFO] [stdout]     |
[INFO] [stdout] 654 |           positional: vecb![None, None, None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:655:30
[INFO] [stdout]     |
[INFO] [stdout] 655 |           named: Named::from(vecb![
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:661:13
[INFO] [stdout]     |
[INFO] [stdout] 661 |           ..attr_list!(0..49)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:667:23
[INFO] [stdout]     |
[INFO] [stdout] 667 |           positional: vecb![None, None, None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:668:30
[INFO] [stdout]     |
[INFO] [stdout] 668 |           named: Named::from(vecb![
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:673:13
[INFO] [stdout]     |
[INFO] [stdout] 673 |           ..attr_list!(0..34)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:679:23
[INFO] [stdout]     |
[INFO] [stdout] 679 |           positional: vecb![None, None, None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:680:30
[INFO] [stdout]     |
[INFO] [stdout] 680 |           named: Named::from(vecb![
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:685:13
[INFO] [stdout]     |
[INFO] [stdout] 685 |           ..attr_list!(0..48)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:691:23
[INFO] [stdout]     |
[INFO] [stdout] 691 |           positional: vecb![None, None, None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:692:30
[INFO] [stdout]     |
[INFO] [stdout] 692 |           named: Named::from(vecb![
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:697:13
[INFO] [stdout]     |
[INFO] [stdout] 697 |           ..attr_list!(0..82)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:703:23
[INFO] [stdout]     |
[INFO] [stdout] 703 |           positional: vecb![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:709:30
[INFO] [stdout]     |
[INFO] [stdout] 709 |           named: Named::from(vecb![
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:713:13
[INFO] [stdout]     |
[INFO] [stdout] 713 |           ..attr_list!(0..57)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:719:23
[INFO] [stdout]     |
[INFO] [stdout] 719 |           positional: vecb![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:726:30
[INFO] [stdout]     |
[INFO] [stdout] 726 |           named: Named::from(vecb![
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:730:13
[INFO] [stdout]     |
[INFO] [stdout] 730 |           ..attr_list!(0..27)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:736:23
[INFO] [stdout]     |
[INFO] [stdout] 736 |           positional: vecb![Some(nodes![node!("quote"; 1..6)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:737:20
[INFO] [stdout]     |
[INFO] [stdout] 737 |           options: vecb![
[INFO] [stdout]     |                    ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:742:13
[INFO] [stdout]     |
[INFO] [stdout] 742 |           ..attr_list!(0..40)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:748:23
[INFO] [stdout]     |
[INFO] [stdout] 748 |           positional: vecb![Some(nodes![node!("quote"; 1..6)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:749:20
[INFO] [stdout]     |
[INFO] [stdout] 749 |           options: vecb![
[INFO] [stdout]     |                    ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:754:13
[INFO] [stdout]     |
[INFO] [stdout] 754 |           ..attr_list!(0..33)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:760:23
[INFO] [stdout]     |
[INFO] [stdout] 760 |           positional: vecb![Some(nodes![node!("quote"; 1..6)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:761:13
[INFO] [stdout]     |
[INFO] [stdout] 761 |           ..attr_list!(0..14)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:767:30
[INFO] [stdout]     |
[INFO] [stdout] 767 |       let mut block_parser = test_parser!(input);
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:771:7
[INFO] [stdout]     |
[INFO] [stdout] 771 |       expect_eq!(attr_list, expected, from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:775:31
[INFO] [stdout]     |
[INFO] [stdout] 775 |       let mut inline_parser = test_parser!(&inline_input);
[INFO] [stdout]     |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:779:7
[INFO] [stdout]     |
[INFO] [stdout] 779 |       expect_eq!(attr_list, expected, from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:780:7
[INFO] [stdout]     |
[INFO] [stdout] 780 |       expect_eq!("foo bar", &line.reassemble_src(), from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:790:23
[INFO] [stdout]     |
[INFO] [stdout] 790 |           positional: vecb![Some(nodes![node!("foo bar"; 2..9)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:791:13
[INFO] [stdout]     |
[INFO] [stdout] 791 |           ..attr_list!(0..11)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:797:23
[INFO] [stdout]     |
[INFO] [stdout] 797 |           positional: vecb![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:801:13
[INFO] [stdout]     |
[INFO] [stdout] 801 |           ..attr_list!(0..13)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:807:23
[INFO] [stdout]     |
[INFO] [stdout] 807 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:808:30
[INFO] [stdout]     |
[INFO] [stdout] 808 |           named: Named::from(vecb![(src!("line-comment", 1..13), just!("%%", 14..16))]),
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:809:13
[INFO] [stdout]     |
[INFO] [stdout] 809 |           ..attr_list!(0..17)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:815:23
[INFO] [stdout]     |
[INFO] [stdout] 815 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:816:30
[INFO] [stdout]     |
[INFO] [stdout] 816 |           named: Named::from(vecb![(
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:820:13
[INFO] [stdout]     |
[INFO] [stdout] 820 |           ..attr_list!(0..26)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:826:23
[INFO] [stdout]     |
[INFO] [stdout] 826 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:827:30
[INFO] [stdout]     |
[INFO] [stdout] 827 |           named: Named::from(vecb![(src!("lines", 1..6), just!("1;3..4;6..-1", 7..19),)]),
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:828:13
[INFO] [stdout]     |
[INFO] [stdout] 828 |           ..attr_list!(0..20)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:834:23
[INFO] [stdout]     |
[INFO] [stdout] 834 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:835:30
[INFO] [stdout]     |
[INFO] [stdout] 835 |           named: Named::from(vecb![(
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:839:13
[INFO] [stdout]     |
[INFO] [stdout] 839 |           ..attr_list!(0..28)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:845:23
[INFO] [stdout]     |
[INFO] [stdout] 845 |           positional: vecb![Some(nodes![node!("\\"; 1..2)])],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:846:13
[INFO] [stdout]     |
[INFO] [stdout] 846 |           ..attr_list!(0..4)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:852:23
[INFO] [stdout]     |
[INFO] [stdout] 852 |           positional: vecb![Some(nodes![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:858:13
[INFO] [stdout]     |
[INFO] [stdout] 858 |           ..attr_list!(0..9)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:864:20
[INFO] [stdout]     |
[INFO] [stdout] 864 |           id: Some(src!("someid", 2..8)),
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:865:13
[INFO] [stdout]     |
[INFO] [stdout] 865 |           ..attr_list!(0..9)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:871:20
[INFO] [stdout]     |
[INFO] [stdout] 871 |           id: Some(src!("someid", 4..10)),
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:872:13
[INFO] [stdout]     |
[INFO] [stdout] 872 |           ..attr_list!(0..11)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:878:23
[INFO] [stdout]     |
[INFO] [stdout] 878 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:879:20
[INFO] [stdout]     |
[INFO] [stdout] 879 |           id: Some(src!("someid", 4..10)),
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:880:13
[INFO] [stdout]     |
[INFO] [stdout] 880 |           ..attr_list!(0..12)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:886:20
[INFO] [stdout]     |
[INFO] [stdout] 886 |           id: Some(src!("someid", 2..8)),
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:887:18
[INFO] [stdout]     |
[INFO] [stdout] 887 |           roles: vecb![src!("nowrap", 9..15)],
[INFO] [stdout]     |                  ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:888:13
[INFO] [stdout]     |
[INFO] [stdout] 888 |           ..attr_list!(0..16)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:894:18
[INFO] [stdout]     |
[INFO] [stdout] 894 |           roles: vecb![src!("nowrap", 2..8)],
[INFO] [stdout]     |                  ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:895:13
[INFO] [stdout]     |
[INFO] [stdout] 895 |           ..attr_list!(0..9)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:901:18
[INFO] [stdout]     |
[INFO] [stdout] 901 |           roles: vecb![src!("nowrap", 6..12)],
[INFO] [stdout]     |                  ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:902:13
[INFO] [stdout]     |
[INFO] [stdout] 902 |           ..attr_list!(0..13)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:908:23
[INFO] [stdout]     |
[INFO] [stdout] 908 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:909:18
[INFO] [stdout]     |
[INFO] [stdout] 909 |           roles: vecb![src!("nowrap", 6..12)],
[INFO] [stdout]     |                  ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:910:13
[INFO] [stdout]     |
[INFO] [stdout] 910 |           ..attr_list!(0..14)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:916:18
[INFO] [stdout]     |
[INFO] [stdout] 916 |           roles: vecb![src!("nowrap", 2..8), src!("underline", 9..18)],
[INFO] [stdout]     |                  ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:917:13
[INFO] [stdout]     |
[INFO] [stdout] 917 |           ..attr_list!(0..19)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:923:18
[INFO] [stdout]     |
[INFO] [stdout] 923 |           roles: vecb![src!("nowrap", 6..12), src!("underline", 13..22)],
[INFO] [stdout]     |                  ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:924:13
[INFO] [stdout]     |
[INFO] [stdout] 924 |           ..attr_list!(0..23)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:930:18
[INFO] [stdout]     |
[INFO] [stdout] 930 |           roles: vecb![src!("nowrap", 7..13), src!("underline", 14..23)],
[INFO] [stdout]     |                  ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:931:13
[INFO] [stdout]     |
[INFO] [stdout] 931 |           ..attr_list!(0..25)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:937:23
[INFO] [stdout]     |
[INFO] [stdout] 937 |           positional: vecb![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:942:30
[INFO] [stdout]     |
[INFO] [stdout] 942 |           named: Named::from(vecb![(src!("a", 9..10), just!("b", 11..12))]),
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:943:13
[INFO] [stdout]     |
[INFO] [stdout] 943 |           ..attr_list!(0..13)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:949:23
[INFO] [stdout]     |
[INFO] [stdout] 949 |           positional: vecb![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:955:30
[INFO] [stdout]     |
[INFO] [stdout] 955 |           named: Named::from(vecb![
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:959:13
[INFO] [stdout]     |
[INFO] [stdout] 959 |           ..attr_list!(0..17)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:965:23
[INFO] [stdout]     |
[INFO] [stdout] 965 |           positional: vecb![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:969:13
[INFO] [stdout]     |
[INFO] [stdout] 969 |           ..attr_list!(0..15)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:975:23
[INFO] [stdout]     |
[INFO] [stdout] 975 |           positional: vecb![
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:980:13
[INFO] [stdout]     |
[INFO] [stdout] 980 |           ..attr_list!(0..16)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:986:23
[INFO] [stdout]     |
[INFO] [stdout] 986 |           positional: vecb![None, None, None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:987:30
[INFO] [stdout]     |
[INFO] [stdout] 987 |           named: Named::from(vecb![
[INFO] [stdout]     |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:992:13
[INFO] [stdout]     |
[INFO] [stdout] 992 |           ..attr_list!(0..33)
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:998:23
[INFO] [stdout]     |
[INFO] [stdout] 998 |           positional: vecb![None],
[INFO] [stdout]     |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> src/tasks/parse_attr_list.rs:999:20
[INFO] [stdout]     |
[INFO] [stdout] 999 |           id: Some(src!("custom-id", 2..11)),
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1000:30
[INFO] [stdout]      |
[INFO] [stdout] 1000 |           named: Named::from(vecb![(
[INFO] [stdout]      |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1004:13
[INFO] [stdout]      |
[INFO] [stdout] 1004 |           ..attr_list!(0..35)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1010:23
[INFO] [stdout]      |
[INFO] [stdout] 1010 |           positional: vecb![None, Some(nodes![node!("bar"; 2..5)])],
[INFO] [stdout]      |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1011:13
[INFO] [stdout]      |
[INFO] [stdout] 1011 |           ..attr_list!(0..6)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1017:23
[INFO] [stdout]      |
[INFO] [stdout] 1017 |           positional: vecb![None, Some(nodes![node!("bar"; 4..7)])],
[INFO] [stdout]      |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1018:13
[INFO] [stdout]      |
[INFO] [stdout] 1018 |           ..attr_list!(0..8)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1024:23
[INFO] [stdout]      |
[INFO] [stdout] 1024 |           positional: vecb![None, None, Some(nodes![node!("bar"; 5..8)])],
[INFO] [stdout]      |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1025:13
[INFO] [stdout]      |
[INFO] [stdout] 1025 |           ..attr_list!(0..9)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1031:23
[INFO] [stdout]      |
[INFO] [stdout] 1031 |           positional: vecb![Some(nodes![
[INFO] [stdout]      |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1036:13
[INFO] [stdout]      |
[INFO] [stdout] 1036 |           ..attr_list!(0..7)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1042:23
[INFO] [stdout]      |
[INFO] [stdout] 1042 |           positional: vecb![None],
[INFO] [stdout]      |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1043:30
[INFO] [stdout]      |
[INFO] [stdout] 1043 |           named: Named::from(vecb![(src!("foo", 1..4), just!(".foo#id%opt", 6..17))]),
[INFO] [stdout]      |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1044:13
[INFO] [stdout]      |
[INFO] [stdout] 1044 |           ..attr_list!(0..19)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1050:23
[INFO] [stdout]      |
[INFO] [stdout] 1050 |           positional: vecb![None],
[INFO] [stdout]      |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1051:30
[INFO] [stdout]      |
[INFO] [stdout] 1051 |           named: Named::from(vecb![(src!("width", 1..6), just!("50%", 7..10))]),
[INFO] [stdout]      |                              ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1052:13
[INFO] [stdout]      |
[INFO] [stdout] 1052 |           ..attr_list!(0..11)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1058:23
[INFO] [stdout]      |
[INFO] [stdout] 1058 |           positional: vecb![Some(nodes![
[INFO] [stdout]      |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1066:13
[INFO] [stdout]      |
[INFO] [stdout] 1066 |           ..attr_list!(0..7)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1072:23
[INFO] [stdout]      |
[INFO] [stdout] 1072 |           positional: vecb![Some(nodes![node!("don\"t"; 1..6),])],
[INFO] [stdout]      |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1073:13
[INFO] [stdout]      |
[INFO] [stdout] 1073 |           ..attr_list!(0..7)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1079:20
[INFO] [stdout]      |
[INFO] [stdout] 1079 |           options: vecb![
[INFO] [stdout]      |                    ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1084:13
[INFO] [stdout]      |
[INFO] [stdout] 1084 |           ..attr_list!(0..26)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1090:23
[INFO] [stdout]      |
[INFO] [stdout] 1090 |           positional: vecb![Some(just!("example", 1..8))],
[INFO] [stdout]      |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1091:20
[INFO] [stdout]      |
[INFO] [stdout] 1091 |           options: vecb![src!("collapsible", 9..20)],
[INFO] [stdout]      |                    ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1092:13
[INFO] [stdout]      |
[INFO] [stdout] 1092 |           ..attr_list!(0..21)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1098:23
[INFO] [stdout]      |
[INFO] [stdout] 1098 |           positional: vecb![Some(just!("example", 1..8))],
[INFO] [stdout]      |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1099:20
[INFO] [stdout]      |
[INFO] [stdout] 1099 |           id: Some(src!("collapsible", 9..20)),
[INFO] [stdout]      |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1100:13
[INFO] [stdout]      |
[INFO] [stdout] 1100 |           ..attr_list!(0..21)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1106:23
[INFO] [stdout]      |
[INFO] [stdout] 1106 |           positional: vecb![Some(just!("example", 1..8))],
[INFO] [stdout]      |                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1107:20
[INFO] [stdout]      |
[INFO] [stdout] 1107 |           id: Some(src!("coll_psible", 9..20)),
[INFO] [stdout]      |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1108:18
[INFO] [stdout]      |
[INFO] [stdout] 1108 |           roles: vecb![src!("cust-class", 21..31)],
[INFO] [stdout]      |                  ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1109:13
[INFO] [stdout]      |
[INFO] [stdout] 1109 |           ..attr_list!(0..32)
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1115:30
[INFO] [stdout]      |
[INFO] [stdout] 1115 |       let mut block_parser = test_parser!(input);
[INFO] [stdout]      |                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1119:7
[INFO] [stdout]      |
[INFO] [stdout] 1119 |       expect_eq!(attr_list, expected, from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1123:31
[INFO] [stdout]      |
[INFO] [stdout] 1123 |       let mut inline_parser = test_parser!(&inline_input);
[INFO] [stdout]      |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1127:7
[INFO] [stdout]      |
[INFO] [stdout] 1127 |       expect_eq!(attr_list, expected, from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1128:7
[INFO] [stdout]      |
[INFO] [stdout] 1128 |       expect_eq!("foo bar", &line.reassemble_src(), from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/attrs.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_breaks.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_callouts.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_description_lists.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_ordered_lists.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_quote_blocks.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_sections.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_unordered_lists.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_verbatim_blocks.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_blocks.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_callout_lists.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_doc_content.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_ifdefs.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_ifevals.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_includes.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_macros.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_utils`
[INFO] [stdout]  --> tests/all/parse_toc.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use test_utils::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `test_utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1137:21
[INFO] [stdout]      |
[INFO] [stdout] 1137 |         positional: vecb![Some(nodes![node!("foo]"; 2..6)])],
[INFO] [stdout]      |                     ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1138:11
[INFO] [stdout]      |
[INFO] [stdout] 1138 |         ..attr_list!(0..8)
[INFO] [stdout]      |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/attrs.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 |       src!(name, name_range.clone()),
[INFO] [stdout]    |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1143:30
[INFO] [stdout]      |
[INFO] [stdout] 1143 |       let mut block_parser = test_parser!(input);
[INFO] [stdout]      |                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]   --> tests/all/attrs.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |       just!(value, value_range.clone()),
[INFO] [stdout]    |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]   --> tests/all/attrs.rs:27:30
[INFO] [stdout]    |
[INFO] [stdout] 27 |   attrs.positional.push(Some(nodes![node!(text; range)]));
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/attrs.rs:35:20
[INFO] [stdout]    |
[INFO] [stdout] 35 |   attrs.roles.push(src!(text, range));
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/attrs.rs:43:22
[INFO] [stdout]    |
[INFO] [stdout] 43 |   attrs.options.push(src!(text, range));
[INFO] [stdout]    |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_blocks.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 |   assert_block!(
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1147:7
[INFO] [stdout]      |
[INFO] [stdout] 1147 |       expect_eq!(attr_list, expected, from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_blocks.rs:29:3
[INFO] [stdout]    |
[INFO] [stdout] 29 |   assert_block!(
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_blocks.rs:45:3
[INFO] [stdout]    |
[INFO] [stdout] 45 |   assert_block!(
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_blocks.rs:64:3
[INFO] [stdout]    |
[INFO] [stdout] 64 |   assert_block!(
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]   --> tests/all/parse_blocks.rs:80:3
[INFO] [stdout]    |
[INFO] [stdout] 80 |   assert_blocks!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:121:3
[INFO] [stdout]     |
[INFO] [stdout] 121 |   assert_block!("== ", simple_text_block!("== ", 0..3));
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:126:3
[INFO] [stdout]     |
[INFO] [stdout] 126 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1157:15
[INFO] [stdout]      |
[INFO] [stdout] 1157 |           id: src!("foo", 2..5),
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:141:15
[INFO] [stdout]     |
[INFO] [stdout] 141 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:149:30
[INFO] [stdout]     |
[INFO] [stdout] 149 |     content: Content::Simple(nodes![
[INFO] [stdout]     |                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:154:7
[INFO] [stdout]     |
[INFO] [stdout] 154 |     ..empty_block!(0)
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:156:3
[INFO] [stdout]     |
[INFO] [stdout] 156 |   assert_block!(input, expected);
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1165:15
[INFO] [stdout]      |
[INFO] [stdout] 1165 |           id: src!("f.o", 2..5),
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:161:15
[INFO] [stdout]     |
[INFO] [stdout] 161 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:174:30
[INFO] [stdout]     |
[INFO] [stdout] 174 |     content: Content::Simple(nodes![
[INFO] [stdout]     |                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:190:3
[INFO] [stdout]     |
[INFO] [stdout] 190 |   assert_block!(input, expected);
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:195:15
[INFO] [stdout]     |
[INFO] [stdout] 195 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:200:37
[INFO] [stdout]     |
[INFO] [stdout] 200 |     meta: ChunkMeta::new(None, Some(just!("My Title", 1..9)), 0),
[INFO] [stdout]     |                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:202:30
[INFO] [stdout]     |
[INFO] [stdout] 202 |     content: Content::Simple(nodes![node!("foo"; 10..13)]),
[INFO] [stdout]     |                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:204:3
[INFO] [stdout]     |
[INFO] [stdout] 204 |   assert_block!(input, expected);
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1176:15
[INFO] [stdout]      |
[INFO] [stdout] 1176 |           id: src!("foo", 2..5),
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:209:3
[INFO] [stdout]     |
[INFO] [stdout] 209 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:220:3
[INFO] [stdout]     |
[INFO] [stdout] 220 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:232:3
[INFO] [stdout]     |
[INFO] [stdout] 232 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:244:3
[INFO] [stdout]     |
[INFO] [stdout] 244 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:262:3
[INFO] [stdout]     |
[INFO] [stdout] 262 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:283:3
[INFO] [stdout]     |
[INFO] [stdout] 283 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1177:25
[INFO] [stdout]      |
[INFO] [stdout] 1177 |           reftext: Some(just!("bar", 6..9)),
[INFO] [stdout]      |                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:295:3
[INFO] [stdout]     |
[INFO] [stdout] 295 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:310:3
[INFO] [stdout]     |
[INFO] [stdout] 310 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:330:3
[INFO] [stdout]     |
[INFO] [stdout] 330 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:350:3
[INFO] [stdout]     |
[INFO] [stdout] 350 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:365:3
[INFO] [stdout]     |
[INFO] [stdout] 365 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:380:3
[INFO] [stdout]     |
[INFO] [stdout] 380 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:400:3
[INFO] [stdout]     |
[INFO] [stdout] 400 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:423:3
[INFO] [stdout]     |
[INFO] [stdout] 423 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:455:3
[INFO] [stdout]     |
[INFO] [stdout] 455 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1184:15
[INFO] [stdout]      |
[INFO] [stdout] 1184 |           id: src!("step-2", 2..8),
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:494:11
[INFO] [stdout]     |
[INFO] [stdout] 494 |   assert!(parse!("[normal]").is_ok());
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:495:11
[INFO] [stdout]     |
[INFO] [stdout] 495 |   assert!(parse!("[foo]\n").is_ok());
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:496:11
[INFO] [stdout]     |
[INFO] [stdout] 496 |   assert!(parse!("[]\n\n").is_ok());
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_blocks.rs:499:1
[INFO] [stdout]     |
[INFO] [stdout] 499 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]  --> tests/all/parse_breaks.rs:9:3
[INFO] [stdout]   |
[INFO] [stdout] 9 |   assert_block!(
[INFO] [stdout]   |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_breaks.rs:21:3
[INFO] [stdout]    |
[INFO] [stdout] 21 |   assert_block!(
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]   --> tests/all/parse_breaks.rs:39:3
[INFO] [stdout]    |
[INFO] [stdout] 39 |   assert_blocks!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]   --> tests/all/parse_breaks.rs:61:3
[INFO] [stdout]    |
[INFO] [stdout] 61 |   assert_blocks!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]   --> tests/all/parse_breaks.rs:82:3
[INFO] [stdout]    |
[INFO] [stdout] 82 |   assert_blocks!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1185:25
[INFO] [stdout]      |
[INFO] [stdout] 1185 |           reftext: Some(nodes![
[INFO] [stdout]      |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_breaks.rs:104:3
[INFO] [stdout]     |
[INFO] [stdout] 104 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_breaks.rs:116:3
[INFO] [stdout]     |
[INFO] [stdout] 116 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |   let input = adoc! {r#"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 |         marker_src: src!("<1>", 32..35),
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:25:20
[INFO] [stdout]    |
[INFO] [stdout] 25 |         principle: just!("foo", 36..39),
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 |         ..empty_list_item!()
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |         marker_src: src!("<2>", 40..43),
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |         principle: just!("bar", 44..47),
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1194:24
[INFO] [stdout]      |
[INFO] [stdout] 1194 |       let mut parser = test_parser!(input);
[INFO] [stdout]      |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 |         ..empty_list_item!()
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |   let input = adoc! {r#"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         marker_src: src!("<1>", 131..134),
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:59:20
[INFO] [stdout]    |
[INFO] [stdout] 59 |         principle: just!("Import the library", 135..153),
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:61:11
[INFO] [stdout]    |
[INFO] [stdout] 61 |         ..empty_list_item!()
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |         marker_src: src!("<2>", 154..157),
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |         principle: just!("Where the magic happens", 158..181),
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1198:7
[INFO] [stdout]      |
[INFO] [stdout] 1198 |       expect_eq!(anchor, expected, from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:68:11
[INFO] [stdout]    |
[INFO] [stdout] 68 |         ..empty_list_item!()
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:76:15
[INFO] [stdout]    |
[INFO] [stdout] 76 |   let input = adoc! {r#"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:93:21
[INFO] [stdout]    |
[INFO] [stdout] 93 |         marker_src: src!("<1>", 130..133),
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:94:20
[INFO] [stdout]    |
[INFO] [stdout] 94 |         principle: just!("Describe the first line", 134..157),
[INFO] [stdout]    |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]   --> tests/all/parse_callout_lists.rs:96:11
[INFO] [stdout]    |
[INFO] [stdout] 96 |         ..empty_list_item!()
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:100:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |         marker_src: src!("<2>", 158..161),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:101:20
[INFO] [stdout]     |
[INFO] [stdout] 101 |         principle: just!("Describe the second line", 162..186),
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |         ..empty_list_item!()
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 107 |         marker_src: src!("<3>", 187..190),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:108:20
[INFO] [stdout]     |
[INFO] [stdout] 108 |         principle: just!("Describe the third line", 191..214),
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 |         ..empty_list_item!()
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1208:15
[INFO] [stdout]      |
[INFO] [stdout] 1208 |           id: src!("foo", 2..5),
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:118:15
[INFO] [stdout]     |
[INFO] [stdout] 118 |   let input = adoc! {r#"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:135:21
[INFO] [stdout]     |
[INFO] [stdout] 135 |         marker_src: src!("<.>", 130..133),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:136:20
[INFO] [stdout]     |
[INFO] [stdout] 136 |         principle: just!("Describe the first line", 134..157),
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:138:11
[INFO] [stdout]     |
[INFO] [stdout] 138 |         ..empty_list_item!()
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1217:15
[INFO] [stdout]      |
[INFO] [stdout] 1217 |           id: src!("foo", 2..5),
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:142:21
[INFO] [stdout]     |
[INFO] [stdout] 142 |         marker_src: src!("<.>", 158..161),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:143:20
[INFO] [stdout]     |
[INFO] [stdout] 143 |         principle: just!("Describe the second line", 162..186),
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:145:11
[INFO] [stdout]     |
[INFO] [stdout] 145 |         ..empty_list_item!()
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:149:21
[INFO] [stdout]     |
[INFO] [stdout] 149 |         marker_src: src!("<.>", 187..190),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:150:20
[INFO] [stdout]     |
[INFO] [stdout] 150 |         principle: just!("Describe the third line", 191..214),
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:152:11
[INFO] [stdout]     |
[INFO] [stdout] 152 |         ..empty_list_item!()
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:160:15
[INFO] [stdout]     |
[INFO] [stdout] 160 |   let input = adoc! {r#"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:184:21
[INFO] [stdout]     |
[INFO] [stdout] 184 |         marker_src: src!("<1>", 187..190),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:185:20
[INFO] [stdout]     |
[INFO] [stdout] 185 |         principle: just!("Describe the first line", 191..214),
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:187:11
[INFO] [stdout]     |
[INFO] [stdout] 187 |         ..empty_list_item!()
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:191:21
[INFO] [stdout]     |
[INFO] [stdout] 191 |         marker_src: src!("<2>", 215..218),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1229:15
[INFO] [stdout]      |
[INFO] [stdout] 1229 |           id: src!("foo", 2..5),
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:192:20
[INFO] [stdout]     |
[INFO] [stdout] 192 |         principle: just!("Describe the second line", 219..243),
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:194:11
[INFO] [stdout]     |
[INFO] [stdout] 194 |         ..empty_list_item!()
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:198:21
[INFO] [stdout]     |
[INFO] [stdout] 198 |         marker_src: src!("<3>", 244..247),
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:199:20
[INFO] [stdout]     |
[INFO] [stdout] 199 |         principle: just!("Describe the third line", 248..271),
[INFO] [stdout]     |                    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:201:11
[INFO] [stdout]     |
[INFO] [stdout] 201 |         ..empty_list_item!()
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:209:15
[INFO] [stdout]     |
[INFO] [stdout] 209 |   let input = adoc! {r#"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1230:25
[INFO] [stdout]      |
[INFO] [stdout] 1230 |           reftext: Some(just!("bar", 6..9)),
[INFO] [stdout]      |                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:225:19
[INFO] [stdout]     |
[INFO] [stdout] 225 |       marker_src: src!("<1>", 51..54),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:226:18
[INFO] [stdout]     |
[INFO] [stdout] 226 |       principle: just!("bar", 55..58),
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_list_item` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |       ..empty_list_item!()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:234:1
[INFO] [stdout]     |
[INFO] [stdout] 234 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:251:1
[INFO] [stdout]     |
[INFO] [stdout] 251 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:270:1
[INFO] [stdout]     |
[INFO] [stdout] 270 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_blocks` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:294:20
[INFO] [stdout]     |
[INFO] [stdout] 294 |   let mut blocks = parse_blocks!(input);
[INFO] [stdout]     |                    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `list_block_data` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:296:30
[INFO] [stdout]     |
[INFO] [stdout] 296 |   let (context, items, ..) = list_block_data!(last).expect("expected list block data");
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:297:3
[INFO] [stdout]     |
[INFO] [stdout] 297 |   expect_eq!(context, expected_context, from: input);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_callout_lists.rs:298:3
[INFO] [stdout]     |
[INFO] [stdout] 298 |   expect_eq!(items, expected_items, from: input);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1238:15
[INFO] [stdout]      |
[INFO] [stdout] 1238 |           id: src!("step-2", 2..8),
[INFO] [stdout]      |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_callouts.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |   let input = adoc! {r#"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]   --> tests/all/parse_callouts.rs:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 |   assert_block_core!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_callouts.rs:27:15
[INFO] [stdout]    |
[INFO] [stdout] 27 |   let input = adoc! {r#"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1239:25
[INFO] [stdout]      |
[INFO] [stdout] 1239 |           reftext: Some(nodes![
[INFO] [stdout]      |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]   --> tests/all/parse_callouts.rs:31:3
[INFO] [stdout]    |
[INFO] [stdout] 31 |   assert_block_core!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_callouts.rs:43:15
[INFO] [stdout]    |
[INFO] [stdout] 43 |   let input = adoc! {r#"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]   --> tests/all/parse_callouts.rs:48:3
[INFO] [stdout]    |
[INFO] [stdout] 48 |   assert_block_core!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_callouts.rs:60:15
[INFO] [stdout]    |
[INFO] [stdout] 60 |   let input = adoc! {"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]   --> tests/all/parse_callouts.rs:67:3
[INFO] [stdout]    |
[INFO] [stdout] 67 |   assert_block_core!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_callouts.rs:88:15
[INFO] [stdout]    |
[INFO] [stdout] 88 |   let input = adoc! {"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]   --> tests/all/parse_callouts.rs:94:3
[INFO] [stdout]    |
[INFO] [stdout] 94 |   assert_block_core!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:107:15
[INFO] [stdout]     |
[INFO] [stdout] 107 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:113:3
[INFO] [stdout]     |
[INFO] [stdout] 113 |   assert_block_core!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1249:24
[INFO] [stdout]      |
[INFO] [stdout] 1249 |       let mut parser = test_parser!(input);
[INFO] [stdout]      |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:135:3
[INFO] [stdout]     |
[INFO] [stdout] 135 |   assert_block_core!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:151:15
[INFO] [stdout]     |
[INFO] [stdout] 151 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:157:3
[INFO] [stdout]     |
[INFO] [stdout] 157 |   assert_block_core!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:179:15
[INFO] [stdout]     |
[INFO] [stdout] 179 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:185:3
[INFO] [stdout]     |
[INFO] [stdout] 185 |   assert_block_core!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1253:7
[INFO] [stdout]      |
[INFO] [stdout] 1253 |       expect_eq!(anchor, expected, from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:197:15
[INFO] [stdout]     |
[INFO] [stdout] 197 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:203:3
[INFO] [stdout]     |
[INFO] [stdout] 203 |   assert_block_core!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:212:15
[INFO] [stdout]     |
[INFO] [stdout] 212 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:216:3
[INFO] [stdout]     |
[INFO] [stdout] 216 |   assert_block_core!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:228:15
[INFO] [stdout]     |
[INFO] [stdout] 228 |   let input = adoc! {r#"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:233:3
[INFO] [stdout]     |
[INFO] [stdout] 233 |   assert_block_core!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:245:15
[INFO] [stdout]     |
[INFO] [stdout] 245 |   let input = adoc! {r#"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]    --> tests/all/parse_callouts.rs:259:3
[INFO] [stdout]     |
[INFO] [stdout] 259 |   assert_block_core!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1254:7
[INFO] [stdout]      |
[INFO] [stdout] 1254 |       expect_eq!(line.reassemble_src(), line_after, from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]  --> tests/all/parse_description_lists.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 |   assert_list!(
[INFO] [stdout]   |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]   --> tests/all/parse_description_lists.rs:27:3
[INFO] [stdout]    |
[INFO] [stdout] 27 |   assert_list!(
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_doc_content` in this scope
[INFO] [stdout]  --> tests/all/parse_doc_content.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 |   assert_doc_content!(
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_doc_content` in this scope
[INFO] [stdout]   --> tests/all/parse_doc_content.rs:22:3
[INFO] [stdout]    |
[INFO] [stdout] 22 |   assert_doc_content!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1291:24
[INFO] [stdout]      |
[INFO] [stdout] 1291 |       let mut parser = test_parser!(input);
[INFO] [stdout]      |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_doc_content` in this scope
[INFO] [stdout]   --> tests/all/parse_doc_content.rs:45:3
[INFO] [stdout]    |
[INFO] [stdout] 45 |   assert_doc_content!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_doc_content` in this scope
[INFO] [stdout]   --> tests/all/parse_doc_content.rs:66:3
[INFO] [stdout]    |
[INFO] [stdout] 66 |   assert_doc_content!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_doc_content.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]  --> tests/all/parse_ifdefs.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 |   assert_blocks!(
[INFO] [stdout]   |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]   --> tests/all/parse_ifdefs.rs:56:3
[INFO] [stdout]    |
[INFO] [stdout] 56 |   assert_blocks!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]   --> tests/all/parse_ifdefs.rs:78:3
[INFO] [stdout]    |
[INFO] [stdout] 78 |   assert_blocks!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1295:7
[INFO] [stdout]      |
[INFO] [stdout] 1295 |       expect_eq!(delims.as_slice(), expected, from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]    --> tests/all/parse_ifdefs.rs:146:3
[INFO] [stdout]     |
[INFO] [stdout] 146 |   assert_blocks!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]    --> tests/all/parse_ifdefs.rs:196:3
[INFO] [stdout]     |
[INFO] [stdout] 196 |   assert_blocks!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]    --> tests/all/parse_ifdefs.rs:231:3
[INFO] [stdout]     |
[INFO] [stdout] 231 |   assert_blocks!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]    --> tests/all/parse_ifdefs.rs:269:3
[INFO] [stdout]     |
[INFO] [stdout] 269 |   assert_blocks!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_ifdefs.rs:288:1
[INFO] [stdout]     |
[INFO] [stdout] 288 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_ifdefs.rs:304:1
[INFO] [stdout]     |
[INFO] [stdout] 304 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_ifdefs.rs:319:1
[INFO] [stdout]     |
[INFO] [stdout] 319 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]  --> tests/all/parse_ifevals.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 |   assert_blocks!(
[INFO] [stdout]   |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]   --> tests/all/parse_ifevals.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 30 |   assert_blocks!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1380:24
[INFO] [stdout]      |
[INFO] [stdout] 1380 |       let mut parser = test_parser!(input);
[INFO] [stdout]      |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]   --> tests/all/parse_ifevals.rs:42:3
[INFO] [stdout]    |
[INFO] [stdout] 42 |   assert_blocks!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]   --> tests/all/parse_ifevals.rs:54:3
[INFO] [stdout]    |
[INFO] [stdout] 54 |   assert_blocks!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]   --> tests/all/parse_ifevals.rs:72:3
[INFO] [stdout]    |
[INFO] [stdout] 72 |   assert_blocks!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]    --> tests/all/parse_ifevals.rs:108:3
[INFO] [stdout]     |
[INFO] [stdout] 108 |   assert_blocks!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1385:7
[INFO] [stdout]      |
[INFO] [stdout] 1385 |       expect_eq!(parse_kind.assert_string(), expected, from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_ifevals.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_ifevals.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_ifevals.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_doc_content` in this scope
[INFO] [stdout]  --> tests/all/parse_includes.rs:9:3
[INFO] [stdout]   |
[INFO] [stdout] 9 |   assert_doc_content!(
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_doc_content` in this scope
[INFO] [stdout]   --> tests/all/parse_includes.rs:32:3
[INFO] [stdout]    |
[INFO] [stdout] 32 |   assert_doc_content!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_doc_content` in this scope
[INFO] [stdout]   --> tests/all/parse_includes.rs:53:3
[INFO] [stdout]    |
[INFO] [stdout] 53 |   assert_doc_content!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1394:21
[INFO] [stdout]      |
[INFO] [stdout] 1394 |         positional: vecb![],
[INFO] [stdout]      |                     ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]     --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]      |
[INFO] [stdout]      = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_doc_content` in this scope
[INFO] [stdout]   --> tests/all/parse_includes.rs:71:3
[INFO] [stdout]    |
[INFO] [stdout] 71 |   assert_doc_content!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_doc_content` in this scope
[INFO] [stdout]   --> tests/all/parse_includes.rs:96:3
[INFO] [stdout]    |
[INFO] [stdout] 96 |   assert_doc_content!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_doc_content` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:114:3
[INFO] [stdout]     |
[INFO] [stdout] 114 |   assert_doc_content!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:135:15
[INFO] [stdout]     |
[INFO] [stdout] 135 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_doc_content` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:145:3
[INFO] [stdout]     |
[INFO] [stdout] 145 |   assert_doc_content!(
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:173:20
[INFO] [stdout]     |
[INFO] [stdout] 173 |   let mut parser = test_parser!("include::nope.adoc[%optional]");
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1395:18
[INFO] [stdout]      |
[INFO] [stdout] 1395 |         id: Some(src!("tigers", 2..8)),
[INFO] [stdout]      |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:179:1
[INFO] [stdout]     |
[INFO] [stdout] 179 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:193:1
[INFO] [stdout]     |
[INFO] [stdout] 193 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:211:1
[INFO] [stdout]     |
[INFO] [stdout] 211 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_no_error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | assert_no_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:233:1
[INFO] [stdout]     |
[INFO] [stdout] 233 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:254:1
[INFO] [stdout]     |
[INFO] [stdout] 254 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:281:22
[INFO] [stdout]     |
[INFO] [stdout] 281 |     let mut parser = test_parser!(input);
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1396:11
[INFO] [stdout]      |
[INFO] [stdout] 1396 |         ..attr_list!(0..9)
[INFO] [stdout]      |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:290:15
[INFO] [stdout]     |
[INFO] [stdout] 290 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:296:20
[INFO] [stdout]     |
[INFO] [stdout] 296 |   let mut parser = test_parser!(input);
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:304:20
[INFO] [stdout]     |
[INFO] [stdout] 304 |   let mut parser = test_parser!("include::file.adoc[]");
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:308:22
[INFO] [stdout]     |
[INFO] [stdout] 308 |   let expected_err = error! {"
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:314:3
[INFO] [stdout]     |
[INFO] [stdout] 314 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected_err);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:316:20
[INFO] [stdout]     |
[INFO] [stdout] 316 |   let mut parser = test_parser!("include::file.adoc[]");
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1400:24
[INFO] [stdout]      |
[INFO] [stdout] 1400 |       let mut parser = test_parser!(input);
[INFO] [stdout]      |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:320:22
[INFO] [stdout]     |
[INFO] [stdout] 320 |   let expected_err = error! {"
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:326:3
[INFO] [stdout]     |
[INFO] [stdout] 326 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected_err);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:331:20
[INFO] [stdout]     |
[INFO] [stdout] 331 |   let mut parser = test_parser!("include::file.adoc[]");
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:333:22
[INFO] [stdout]     |
[INFO] [stdout] 333 |   let expected_err = error! {"
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:339:3
[INFO] [stdout]     |
[INFO] [stdout] 339 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected_err);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:344:20
[INFO] [stdout]     |
[INFO] [stdout] 344 |   let mut parser = test_parser!("include::http://a.com/b[]");
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1404:7
[INFO] [stdout]      |
[INFO] [stdout] 1404 |       expect_eq!(attr_list, expected, from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:351:22
[INFO] [stdout]     |
[INFO] [stdout] 351 |   let expected_err = error! {"
[INFO] [stdout]     |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:357:3
[INFO] [stdout]     |
[INFO] [stdout] 357 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected_err);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:364:20
[INFO] [stdout]     |
[INFO] [stdout] 364 |   let mut parser = test_parser!(input);
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:366:18
[INFO] [stdout]     |
[INFO] [stdout] 366 |   let expected = error! {"
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:372:3
[INFO] [stdout]     |
[INFO] [stdout] 372 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected, from: input);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1414:9
[INFO] [stdout]      |
[INFO] [stdout] 1414 |         error! {"
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:378:20
[INFO] [stdout]     |
[INFO] [stdout] 378 |   let mut parser = test_parser!(input);
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:385:18
[INFO] [stdout]     |
[INFO] [stdout] 385 |   let expected = error! {"
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:391:3
[INFO] [stdout]     |
[INFO] [stdout] 391 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected, from: input);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:397:20
[INFO] [stdout]     |
[INFO] [stdout] 397 |   let mut parser = test_parser!(input);
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:404:18
[INFO] [stdout]     |
[INFO] [stdout] 404 |   let expected = error! {"
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1424:9
[INFO] [stdout]      |
[INFO] [stdout] 1424 |         error! {"
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:410:3
[INFO] [stdout]     |
[INFO] [stdout] 410 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected, from: input);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:416:20
[INFO] [stdout]     |
[INFO] [stdout] 416 |   let mut parser = test_parser!(input);
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:419:18
[INFO] [stdout]     |
[INFO] [stdout] 419 |   let expected = error! {"
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:425:3
[INFO] [stdout]     |
[INFO] [stdout] 425 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected, from: input);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1434:9
[INFO] [stdout]      |
[INFO] [stdout] 1434 |         error! {"
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:431:20
[INFO] [stdout]     |
[INFO] [stdout] 431 |   let mut parser = test_parser!(input);
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:437:18
[INFO] [stdout]     |
[INFO] [stdout] 437 |   let expected = error! {"
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:443:3
[INFO] [stdout]     |
[INFO] [stdout] 443 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected, from: input);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:449:20
[INFO] [stdout]     |
[INFO] [stdout] 449 |   let mut parser = test_parser!(input);
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1444:9
[INFO] [stdout]      |
[INFO] [stdout] 1444 |         error! {"
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:456:18
[INFO] [stdout]     |
[INFO] [stdout] 456 |   let expected = error! {"
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:462:3
[INFO] [stdout]     |
[INFO] [stdout] 462 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected, from: input);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:468:20
[INFO] [stdout]     |
[INFO] [stdout] 468 |   let mut parser = test_parser!(input);
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1454:9
[INFO] [stdout]      |
[INFO] [stdout] 1454 |         error! {"
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:475:18
[INFO] [stdout]     |
[INFO] [stdout] 475 |   let expected = error! {"
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:481:3
[INFO] [stdout]     |
[INFO] [stdout] 481 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected, from: input);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:487:20
[INFO] [stdout]     |
[INFO] [stdout] 487 |   let mut parser = test_parser!(input);
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:496:18
[INFO] [stdout]     |
[INFO] [stdout] 496 |   let expected = error! {"
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> tests/all/parse_includes.rs:502:3
[INFO] [stdout]     |
[INFO] [stdout] 502 |   expect_eq!(parser.parse().err().unwrap()[0].plain_text(), expected, from: input);
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `error` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1464:9
[INFO] [stdout]      |
[INFO] [stdout] 1464 |         error! {"
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]  --> tests/all/parse_macros.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | test_inlines_loose!(
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]   --> tests/all/parse_macros.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | test_inlines_loose!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]   --> tests/all/parse_macros.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | test_inlines_loose!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]   --> tests/all/parse_macros.rs:45:1
[INFO] [stdout]    |
[INFO] [stdout] 45 | test_inlines_loose!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]   --> tests/all/parse_macros.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | test_inlines_loose!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1474:24
[INFO] [stdout]      |
[INFO] [stdout] 1474 |       let mut parser = test_parser!(input);
[INFO] [stdout]      |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]   --> tests/all/parse_macros.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | test_inlines_loose!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]   --> tests/all/parse_macros.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | test_inlines_loose!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]   --> tests/all/parse_macros.rs:85:1
[INFO] [stdout]    |
[INFO] [stdout] 85 | test_inlines_loose!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]   --> tests/all/parse_macros.rs:97:1
[INFO] [stdout]    |
[INFO] [stdout] 97 | test_inlines_loose!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]    --> tests/all/parse_macros.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | test_inlines_loose!(
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_attr_list.rs:1481:7
[INFO] [stdout]      |
[INFO] [stdout] 1481 |       expect_eq!(diag.plain_text(), expected, from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]    --> tests/all/parse_macros.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | test_inlines_loose!(
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]    --> tests/all/parse_macros.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout] 137 | test_inlines_loose!(
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_inlines_loose` in this scope
[INFO] [stdout]    --> tests/all/parse_macros.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | test_inlines_loose!(
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_macros.rs:172:1
[INFO] [stdout]     |
[INFO] [stdout] 172 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/parse_author_line.rs:104:24
[INFO] [stdout]     |
[INFO] [stdout] 104 |       let mut parser = test_parser!(input);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]  --> tests/all/parse_ordered_lists.rs:9:3
[INFO] [stdout]   |
[INFO] [stdout] 9 |   assert_list!(
[INFO] [stdout]   |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]   --> tests/all/parse_ordered_lists.rs:35:3
[INFO] [stdout]    |
[INFO] [stdout] 35 |   assert_list!(
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]  --> tests/all/parse_quote_blocks.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 |   let input = adoc! {r#"
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/parse_block.rs:332:22
[INFO] [stdout]     |
[INFO] [stdout] 332 |     let mut parser = test_parser!(":!figure-caption:\n\n");
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |       quote: nodes![
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |       attr: src!("Thomas Jefferson", 65..81),
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |       cite: Some(src!("Papers of Thomas Jefferson: Volume 11", 83..120)),
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_block` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ..empty_block!(0)
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:27:3
[INFO] [stdout]    |
[INFO] [stdout] 27 |   assert_block!(input, expected);
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 |   let input = adoc! {r#"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_block` in this scope
[INFO] [stdout]    --> src/tasks/parse_block.rs:337:9
[INFO] [stdout]     |
[INFO] [stdout] 337 |       ..empty_block!(0)
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |         id: Some(src!("foo", 11..14)),
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 |         ..attr_list!(9..15)
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/parse_block.rs:339:5
[INFO] [stdout]     |
[INFO] [stdout] 339 |     expect_eq!(block, expected);
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 |       Some(just!("A Title", 1..8)),
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:50:14
[INFO] [stdout]    |
[INFO] [stdout] 50 |       quote: nodes![
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `src` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 |       attr: src!("Thomas Jefferson", 81..97),
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:59:3
[INFO] [stdout]    |
[INFO] [stdout] 59 |   assert_block!(input, expected);
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/tasks/parse_block.rs:344:17
[INFO] [stdout]     |
[INFO] [stdout] 344 |     let input = adoc! {"
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 |   let input = adoc! {"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:71:21
[INFO] [stdout]    |
[INFO] [stdout] 71 |         positional: vecb![
[INFO] [stdout]    |                     ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]   --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:76:11
[INFO] [stdout]    |
[INFO] [stdout] 76 |         ..attr_list!(0..23)
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:81:30
[INFO] [stdout]    |
[INFO] [stdout] 81 |     content: Content::Simple(nodes![node!("foo"; 24.. 27)]),
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/parse_block.rs:350:22
[INFO] [stdout]     |
[INFO] [stdout] 350 |     let mut parser = test_parser!(input);
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:83:3
[INFO] [stdout]    |
[INFO] [stdout] 83 |   assert_block!(input, expected,);
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:88:15
[INFO] [stdout]    |
[INFO] [stdout] 88 |   let input = adoc! {"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]   --> tests/all/parse_quote_blocks.rs:97:21
[INFO] [stdout]    |
[INFO] [stdout] 97 |         positional: vecb![
[INFO] [stdout]    |                     ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]   --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/parse_block.rs:354:5
[INFO] [stdout]     |
[INFO] [stdout] 354 |     expect_eq!(blocks.len(), 1);
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `attr_list` in this scope
[INFO] [stdout]    --> tests/all/parse_quote_blocks.rs:102:11
[INFO] [stdout]     |
[INFO] [stdout] 102 |         ..attr_list!(0..23)
[INFO] [stdout]     |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> tests/all/parse_quote_blocks.rs:107:32
[INFO] [stdout]     |
[INFO] [stdout] 107 |     content: Content::Compound(vecb![Block {
[INFO] [stdout]     |                                ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_quote_blocks.rs:113:3
[INFO] [stdout]     |
[INFO] [stdout] 113 |   assert_block!(input, expected);
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_quote_blocks.rs:118:3
[INFO] [stdout]     |
[INFO] [stdout] 118 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/parse_block.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 355 |     expect_eq!(
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_section` in this scope
[INFO] [stdout]  --> tests/all/parse_sections.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 |   assert_section!(
[INFO] [stdout]   |   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_section` in this scope
[INFO] [stdout]   --> tests/all/parse_sections.rs:29:3
[INFO] [stdout]    |
[INFO] [stdout] 29 |   assert_section!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_section` in this scope
[INFO] [stdout]   --> tests/all/parse_sections.rs:69:3
[INFO] [stdout]    |
[INFO] [stdout] 69 |   assert_section!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_toc` in this scope
[INFO] [stdout]  --> tests/all/parse_toc.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 |   assert_toc!(
[INFO] [stdout]   |   ^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]  --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_blocks` in this scope
[INFO] [stdout]   --> tests/all/parse_toc.rs:38:3
[INFO] [stdout]    |
[INFO] [stdout] 38 |   assert_blocks!(
[INFO] [stdout]    |   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> src/tasks/parse_block.rs:365:3
[INFO] [stdout]     |
[INFO] [stdout] 365 |   assert_error!(
[INFO] [stdout]     |   ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_toc` in this scope
[INFO] [stdout]   --> tests/all/parse_toc.rs:59:3
[INFO] [stdout]    |
[INFO] [stdout] 59 |   assert_toc!(
[INFO] [stdout]    |   ^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]   --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_toc` in this scope
[INFO] [stdout]   --> tests/all/parse_toc.rs:98:3
[INFO] [stdout]    |
[INFO] [stdout] 98 |   assert_toc!(
[INFO] [stdout]    |   ^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]   --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_toc` in this scope
[INFO] [stdout]    --> tests/all/parse_toc.rs:148:3
[INFO] [stdout]     |
[INFO] [stdout] 148 |   assert_toc!(
[INFO] [stdout]     |   ^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_toc.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_toc.rs:206:1
[INFO] [stdout]     |
[INFO] [stdout] 206 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> tests/all/parse_toc.rs:221:1
[INFO] [stdout]     |
[INFO] [stdout] 221 | assert_error!(
[INFO] [stdout]     | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/parse_doc_attrs.rs:167:24
[INFO] [stdout]     |
[INFO] [stdout] 167 |       let mut parser = test_parser!(input);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]   --> tests/all/parse_unordered_lists.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 |   assert_list!(
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]   --> tests/all/parse_unordered_lists.rs:35:3
[INFO] [stdout]    |
[INFO] [stdout] 35 |   assert_list!(
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]   --> tests/all/parse_unordered_lists.rs:75:3
[INFO] [stdout]    |
[INFO] [stdout] 75 |   assert_list!(
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]    --> tests/all/parse_unordered_lists.rs:108:3
[INFO] [stdout]     |
[INFO] [stdout] 108 |   assert_list!(
[INFO] [stdout]     |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]    --> tests/all/parse_unordered_lists.rs:129:3
[INFO] [stdout]     |
[INFO] [stdout] 129 |   assert_list!(
[INFO] [stdout]     |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> src/tasks/parse_doc_attrs.rs:181:3
[INFO] [stdout]     |
[INFO] [stdout] 181 |   assert_error!(
[INFO] [stdout]     |   ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]    --> tests/all/parse_unordered_lists.rs:161:3
[INFO] [stdout]     |
[INFO] [stdout] 161 |   assert_list!(
[INFO] [stdout]     |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]    --> tests/all/parse_unordered_lists.rs:196:3
[INFO] [stdout]     |
[INFO] [stdout] 196 |   assert_list!(
[INFO] [stdout]     |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]    --> tests/all/parse_unordered_lists.rs:219:3
[INFO] [stdout]     |
[INFO] [stdout] 219 |   assert_list!(
[INFO] [stdout]     |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_list` in this scope
[INFO] [stdout]    --> tests/all/parse_unordered_lists.rs:251:3
[INFO] [stdout]     |
[INFO] [stdout] 251 |   assert_list!(
[INFO] [stdout]     |   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> src/tasks/parse_doc_attrs.rs:196:3
[INFO] [stdout]     |
[INFO] [stdout] 196 |   assert_error!(
[INFO] [stdout]     |   ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]    --> tests/all/parse_unordered_lists.rs:304:3
[INFO] [stdout]     |
[INFO] [stdout] 304 |   assert_block_core!("*", Context::Paragraph, Content::Simple(just!("*", 0..1)));
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block_core` in this scope
[INFO] [stdout]    --> tests/all/parse_unordered_lists.rs:305:3
[INFO] [stdout]     |
[INFO] [stdout] 305 |   assert_block_core!("* ", Context::Paragraph, Content::Simple(just!("* ", 0..2)));
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> src/tasks/parse_doc_attrs.rs:211:3
[INFO] [stdout]     |
[INFO] [stdout] 211 |   assert_error!(
[INFO] [stdout]     |   ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 |   assert_block!(
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |   let input = adoc! {"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:31:3
[INFO] [stdout]    |
[INFO] [stdout] 31 |   assert_block!(
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:47:15
[INFO] [stdout]    |
[INFO] [stdout] 47 |   let input = adoc! {"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |     content: Content::Simple(nodes![
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_block` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     ..empty_block!(0)
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:64:3
[INFO] [stdout]    |
[INFO] [stdout] 64 |   assert_block!(input, expected);
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/tasks/parse_doc_header.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |         adoc! {"
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:69:3
[INFO] [stdout]    |
[INFO] [stdout] 69 |   assert_block!(
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:84:15
[INFO] [stdout]    |
[INFO] [stdout] 84 |   let input = adoc! {"
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:92:30
[INFO] [stdout]    |
[INFO] [stdout] 92 |     content: Content::Simple(nodes![
[INFO] [stdout]    |                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_block` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:97:7
[INFO] [stdout]    |
[INFO] [stdout] 97 |     ..empty_block!(0)
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]   --> tests/all/parse_verbatim_blocks.rs:99:3
[INFO] [stdout]    |
[INFO] [stdout] 99 |   assert_block!(input, expected);
[INFO] [stdout]    |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/tasks/parse_doc_header.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         adoc! {"
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> tests/all/parse_verbatim_blocks.rs:104:15
[INFO] [stdout]     |
[INFO] [stdout] 104 |   let input = adoc! {"
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> tests/all/parse_verbatim_blocks.rs:113:30
[INFO] [stdout]     |
[INFO] [stdout] 113 |     content: Content::Simple(nodes![
[INFO] [stdout]     |                              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_block` in this scope
[INFO] [stdout]    --> tests/all/parse_verbatim_blocks.rs:119:7
[INFO] [stdout]     |
[INFO] [stdout] 119 |     ..empty_block!(0)
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_verbatim_blocks.rs:121:3
[INFO] [stdout]     |
[INFO] [stdout] 121 |   assert_block!(input, expected);
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_verbatim_blocks.rs:126:3
[INFO] [stdout]     |
[INFO] [stdout] 126 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_verbatim_blocks.rs:135:3
[INFO] [stdout]     |
[INFO] [stdout] 135 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/tasks/parse_doc_header.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |         adoc! {"
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_verbatim_blocks.rs:144:3
[INFO] [stdout]     |
[INFO] [stdout] 144 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> tests/all/parse_verbatim_blocks.rs:162:3
[INFO] [stdout]     |
[INFO] [stdout] 162 |   assert_block!(
[INFO] [stdout]     |   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/parse_doc_header.rs:128:24
[INFO] [stdout]     |
[INFO] [stdout] 128 |       let mut parser = test_parser!(input);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::variants::inline::*`
[INFO] [stdout]  --> tests/all/parse_blocks.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use asciidork_ast::variants::inline::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_blocks.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::attrs`
[INFO] [stdout]  --> tests/all/parse_breaks.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::attrs;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::short::block::*`
[INFO] [stdout]  --> tests/all/parse_breaks.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use asciidork_ast::short::block::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Inline::Newline` and `prelude::*`
[INFO] [stdout]  --> tests/all/parse_breaks.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | use asciidork_ast::{prelude::*, Inline::Newline};
[INFO] [stdout]   |                     ^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_breaks.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_callout_lists.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::short::block::*`
[INFO] [stdout]  --> tests/all/parse_callouts.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use asciidork_ast::short::block::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DocType`, `DocumentMeta`, and `JobAttr`
[INFO] [stdout]  --> tests/all/parse_callouts.rs:4:22
[INFO] [stdout]   |
[INFO] [stdout] 4 | use asciidork_meta::{DocType, DocumentMeta, JobAttr};
[INFO] [stdout]   |                      ^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_callouts.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::prelude::*`
[INFO] [stdout]  --> tests/all/parse_description_lists.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use asciidork_ast::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::short::block::*`
[INFO] [stdout]  --> tests/all/parse_description_lists.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use asciidork_ast::short::block::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_description_lists.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AttrValue` and `prelude::*`
[INFO] [stdout]  --> tests/all/parse_doc_content.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use asciidork_ast::{prelude::*, AttrValue};
[INFO] [stdout]   |                     ^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_doc_content.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::prelude::*`
[INFO] [stdout]  --> tests/all/parse_ifdefs.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use asciidork_ast::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_ifdefs.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::prelude::*`
[INFO] [stdout]  --> tests/all/parse_ifevals.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use asciidork_ast::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_ifevals.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::prelude::*`
[INFO] [stdout]  --> tests/all/parse_includes.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use asciidork_ast::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_includes.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::prelude::*`
[INFO] [stdout]  --> tests/all/parse_macros.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use asciidork_ast::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `inline::*` and `r#macro::*`
[INFO] [stdout]  --> tests/all/parse_macros.rs:2:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | use asciidork_ast::variants::{inline::*, r#macro::*};
[INFO] [stdout]   |                               ^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::Flow`
[INFO] [stdout]  --> tests/all/parse_macros.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use asciidork_ast::Flow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_macros.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::prelude::*`
[INFO] [stdout]  --> tests/all/parse_ordered_lists.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use asciidork_ast::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::short::block::*`
[INFO] [stdout]  --> tests/all/parse_ordered_lists.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use asciidork_ast::short::block::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::ListVariant`
[INFO] [stdout]  --> tests/all/parse_ordered_lists.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use asciidork_ast::ListVariant;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_ordered_lists.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::variants::inline::*`
[INFO] [stdout]  --> tests/all/parse_quote_blocks.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use asciidork_ast::variants::inline::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_quote_blocks.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::prelude::*`
[INFO] [stdout]  --> tests/all/parse_sections.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use asciidork_ast::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_sections.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::prelude::*`
[INFO] [stdout]  --> tests/all/parse_toc.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use asciidork_ast::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_toc.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::attrs`
[INFO] [stdout]  --> tests/all/parse_unordered_lists.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::attrs;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::prelude::*`
[INFO] [stdout]  --> tests/all/parse_unordered_lists.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use asciidork_ast::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::short::block::*`
[INFO] [stdout]  --> tests/all/parse_unordered_lists.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use asciidork_ast::short::block::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Inline` and `ListVariant`
[INFO] [stdout]  --> tests/all/parse_unordered_lists.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | use asciidork_ast::{Inline, ListVariant};
[INFO] [stdout]   |                     ^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_unordered_lists.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::attrs`
[INFO] [stdout]  --> tests/all/parse_verbatim_blocks.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::attrs;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_ast::variants::inline::*`
[INFO] [stdout]  --> tests/all/parse_verbatim_blocks.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use asciidork_ast::variants::inline::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `asciidork_parser::prelude::*`
[INFO] [stdout]  --> tests/all/parse_verbatim_blocks.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use asciidork_parser::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/parse_doc_header.rs:130:7
[INFO] [stdout]     |
[INFO] [stdout] 130 |       expect_eq!(
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/inline_preproc.rs:208:22
[INFO] [stdout]     |
[INFO] [stdout] 208 |     let mut parser = test_parser!("foo +bar+ baz");
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/inline_preproc.rs:222:43
[INFO] [stdout]     |
[INFO] [stdout] 222 |         Token::new(TokenKind::Word, 0..3, bstr!("foo")),
[INFO] [stdout]     |                                           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/inline_preproc.rs:223:49
[INFO] [stdout]     |
[INFO] [stdout] 223 |         Token::new(TokenKind::Whitespace, 3..4, bstr!(" ")),
[INFO] [stdout]     |                                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/inline_preproc.rs:224:54
[INFO] [stdout]     |
[INFO] [stdout] 224 |         Token::new(TokenKind::PreprocPassthru, 4..9, bstr!("^00000")),
[INFO] [stdout]     |                                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/inline_preproc.rs:225:50
[INFO] [stdout]     |
[INFO] [stdout] 225 |         Token::new(TokenKind::Whitespace, 9..10, bstr!(" ")),
[INFO] [stdout]     |                                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/inline_preproc.rs:226:45
[INFO] [stdout]     |
[INFO] [stdout] 226 |         Token::new(TokenKind::Word, 10..13, bstr!("baz")),
[INFO] [stdout]     |                                             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:864:9
[INFO] [stdout]     |
[INFO] [stdout] 864 |         nodes![
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:877:9
[INFO] [stdout]     |
[INFO] [stdout] 877 |         nodes![
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:891:9
[INFO] [stdout]     |
[INFO] [stdout] 891 |         nodes![
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:899:9
[INFO] [stdout]     |
[INFO] [stdout] 899 |         nodes![
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:907:9
[INFO] [stdout]     |
[INFO] [stdout] 907 |         just!("+foo+bar", 0..8),
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:911:9
[INFO] [stdout]     |
[INFO] [stdout] 911 |         nodes![
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:925:9
[INFO] [stdout]     |
[INFO] [stdout] 925 |         nodes![
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:934:9
[INFO] [stdout]     |
[INFO] [stdout] 934 |         nodes![node!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:945:9
[INFO] [stdout]     |
[INFO] [stdout] 945 |         nodes![node!(InlinePassthru(just!("_foo_", 6..11)), 0..12)],
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:949:9
[INFO] [stdout]     |
[INFO] [stdout] 949 |         nodes![
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:959:9
[INFO] [stdout]     |
[INFO] [stdout] 959 |         nodes![node!(
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:977:7
[INFO] [stdout]     |
[INFO] [stdout] 977 |       nodes![
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:990:17
[INFO] [stdout]     |
[INFO] [stdout] 990 |       ("{foo}", just!("{foo}", 0..5)),
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:993:9
[INFO] [stdout]     |
[INFO] [stdout] 993 |         nodes![node!(Discarded, 0..1), node!("{foo}"; 1..6)],
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `asciidork-parser` (test "all") due to 309 previous errors; 43 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find macro `just` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:995:31
[INFO] [stdout]     |
[INFO] [stdout] 995 |       ("{attribute-missing}", just!("skip", 0..19)),
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_inlines/mod.rs:998:9
[INFO] [stdout]     |
[INFO] [stdout] 998 |         nodes![node!(Discarded, 0..1), node!("{attribute-missing}"; 1..20)],
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1002:9
[INFO] [stdout]      |
[INFO] [stdout] 1002 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1010:9
[INFO] [stdout]      |
[INFO] [stdout] 1010 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1018:9
[INFO] [stdout]      |
[INFO] [stdout] 1018 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1027:9
[INFO] [stdout]      |
[INFO] [stdout] 1027 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1045:9
[INFO] [stdout]      |
[INFO] [stdout] 1045 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1054:9
[INFO] [stdout]      |
[INFO] [stdout] 1054 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1062:9
[INFO] [stdout]      |
[INFO] [stdout] 1062 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1070:9
[INFO] [stdout]      |
[INFO] [stdout] 1070 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1078:9
[INFO] [stdout]      |
[INFO] [stdout] 1078 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1086:9
[INFO] [stdout]      |
[INFO] [stdout] 1086 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1102:9
[INFO] [stdout]      |
[INFO] [stdout] 1102 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1110:9
[INFO] [stdout]      |
[INFO] [stdout] 1110 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1126:9
[INFO] [stdout]      |
[INFO] [stdout] 1126 |         nodes![node!(InlineAnchor(bstr!("foo")), 0..7), node!("bar"; 7..10),],
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1130:9
[INFO] [stdout]      |
[INFO] [stdout] 1130 |         nodes![node!("bar"; 0..3), node!(InlineAnchor(bstr!("foo")), 3..10),],
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1142:9
[INFO] [stdout]      |
[INFO] [stdout] 1142 |         nodes![node!(InlinePassthru(nodes![node!("_foo_"; 1..6)]), 0..7,)],
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1146:9
[INFO] [stdout]      |
[INFO] [stdout] 1146 |         nodes![node!(InlinePassthru(nodes![node!("_{foo}_"; 1..8)]), 0..9,)],
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1150:9
[INFO] [stdout]      |
[INFO] [stdout] 1150 |         nodes![node!(
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1157:9
[INFO] [stdout]      |
[INFO] [stdout] 1157 |         nodes![node!(
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1168:9
[INFO] [stdout]      |
[INFO] [stdout] 1168 |         nodes![node!(
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1179:9
[INFO] [stdout]      |
[INFO] [stdout] 1179 |         nodes![node!(
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1193:9
[INFO] [stdout]      |
[INFO] [stdout] 1193 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1201:9
[INFO] [stdout]      |
[INFO] [stdout] 1201 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1208:9
[INFO] [stdout]      |
[INFO] [stdout] 1208 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1215:9
[INFO] [stdout]      |
[INFO] [stdout] 1215 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1222:9
[INFO] [stdout]      |
[INFO] [stdout] 1222 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1230:9
[INFO] [stdout]      |
[INFO] [stdout] 1230 |         nodes![node!("image::foo.png[]"; 0..16)],
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1234:9
[INFO] [stdout]      |
[INFO] [stdout] 1234 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1241:9
[INFO] [stdout]      |
[INFO] [stdout] 1241 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1248:9
[INFO] [stdout]      |
[INFO] [stdout] 1248 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1255:9
[INFO] [stdout]      |
[INFO] [stdout] 1255 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1262:9
[INFO] [stdout]      |
[INFO] [stdout] 1262 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1270:9
[INFO] [stdout]      |
[INFO] [stdout] 1270 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1282:21
[INFO] [stdout]      |
[INFO] [stdout] 1282 |       ("foo __bar", nodes![node!("foo __bar"; 0..9)]),
[INFO] [stdout]      |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1285:9
[INFO] [stdout]      |
[INFO] [stdout] 1285 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1292:9
[INFO] [stdout]      |
[INFO] [stdout] 1292 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1299:9
[INFO] [stdout]      |
[INFO] [stdout] 1299 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1304:21
[INFO] [stdout]      |
[INFO] [stdout] 1304 |       ("foo 'bar'", nodes![node!("foo 'bar'"; 0..9)]),
[INFO] [stdout]      |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1305:23
[INFO] [stdout]      |
[INFO] [stdout] 1305 |       ("foo \"bar\"", nodes![node!("foo \"bar\""; 0..9)]),
[INFO] [stdout]      |                       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1308:9
[INFO] [stdout]      |
[INFO] [stdout] 1308 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1315:9
[INFO] [stdout]      |
[INFO] [stdout] 1315 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1322:9
[INFO] [stdout]      |
[INFO] [stdout] 1322 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1329:9
[INFO] [stdout]      |
[INFO] [stdout] 1329 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1339:9
[INFO] [stdout]      |
[INFO] [stdout] 1339 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1356:9
[INFO] [stdout]      |
[INFO] [stdout] 1356 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1363:9
[INFO] [stdout]      |
[INFO] [stdout] 1363 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1371:9
[INFO] [stdout]      |
[INFO] [stdout] 1371 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1379:9
[INFO] [stdout]      |
[INFO] [stdout] 1379 |         nodes![node!(LitMono(src!("{name}", 2..8)), 0..10)],
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1383:9
[INFO] [stdout]      |
[INFO] [stdout] 1383 |         nodes![node!(LitMono(src!("_foo_", 2..7)), 0..9)],
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1387:9
[INFO] [stdout]      |
[INFO] [stdout] 1387 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1399:9
[INFO] [stdout]      |
[INFO] [stdout] 1399 |         nodes![node!(Superscript(nodes![node!("bar"; 1..4)]), 0..5)],
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1403:9
[INFO] [stdout]      |
[INFO] [stdout] 1403 |         nodes![node!(Superscript(nodes![node!("bar"; 1..4)]), 0..5)],
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1405:20
[INFO] [stdout]      |
[INFO] [stdout] 1405 |       ("foo ^bar", nodes![node!("foo ^bar"; 0..8)]),
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1406:20
[INFO] [stdout]      |
[INFO] [stdout] 1406 |       ("foo bar^", nodes![node!("foo bar^"; 0..8)]),
[INFO] [stdout]      |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1409:9
[INFO] [stdout]      |
[INFO] [stdout] 1409 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1417:9
[INFO] [stdout]      |
[INFO] [stdout] 1417 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1443:9
[INFO] [stdout]      |
[INFO] [stdout] 1443 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1451:9
[INFO] [stdout]      |
[INFO] [stdout] 1451 |         nodes![node!(Macro(Button(src!("Open", 5..9))), 0..10)],
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1455:9
[INFO] [stdout]      |
[INFO] [stdout] 1455 |         nodes![
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1466:9
[INFO] [stdout]      |
[INFO] [stdout] 1466 |         nodes![node!(
[INFO] [stdout]      |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1481:24
[INFO] [stdout]      |
[INFO] [stdout] 1481 |       let mut parser = test_parser!(input);
[INFO] [stdout]      |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]     --> src/tasks/parse_inlines/mod.rs:1484:7
[INFO] [stdout]      |
[INFO] [stdout] 1484 |       expect_eq!(inlines, expected, from: input);
[INFO] [stdout]      |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/parse_list.rs:240:20
[INFO] [stdout]     |
[INFO] [stdout] 240 |       let parser = test_parser!(input);
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/parse_list.rs:244:11
[INFO] [stdout]     |
[INFO] [stdout] 244 |           expect_eq!( blocks.len(), block_contexts.len(), from: input);
[INFO] [stdout]     |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/parse_list.rs:246:13
[INFO] [stdout]     |
[INFO] [stdout] 246 |             expect_eq!(block.context, *context, from: input);
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/parse_revision_line.rs:127:24
[INFO] [stdout]     |
[INFO] [stdout] 127 |       let mut parser = test_parser!(input);
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/tasks/parse_section.rs:107:17
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let input = adoc! {"
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/parse_section.rs:116:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |     let mut parser = test_parser!(input);
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/parse_section.rs:123:18
[INFO] [stdout]     |
[INFO] [stdout] 123 |         id: Some(bstr!("_one")),
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_section.rs:124:18
[INFO] [stdout]     |
[INFO] [stdout] 124 |         heading: nodes![node!("one"; 3..6)],
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_section.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |         blocks: vecb![Block {
[INFO] [stdout]     |                 ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/parse_section.rs:138:18
[INFO] [stdout]     |
[INFO] [stdout] 138 |         id: Some(bstr!("_two")),
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `nodes` in this scope
[INFO] [stdout]    --> src/tasks/parse_section.rs:139:18
[INFO] [stdout]     |
[INFO] [stdout] 139 |         heading: nodes![node!("two"; 16..19)],
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/parse_section.rs:140:17
[INFO] [stdout]     |
[INFO] [stdout] 140 |         blocks: vecb![Block {
[INFO] [stdout]     |                 ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/section_id.rs:132:18
[INFO] [stdout]     |
[INFO] [stdout] 132 |     let parser = test_parser!("");
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/section_id.rs:161:20
[INFO] [stdout]     |
[INFO] [stdout] 161 |       let parser = test_parser!("");
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bstr` in this scope
[INFO] [stdout]    --> src/tasks/section_id.rs:163:51
[INFO] [stdout]     |
[INFO] [stdout] 163 |         parser.ctx.anchor_ids.borrow_mut().insert(bstr!(s));
[INFO] [stdout]     |                                                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/table/context.rs:108:18
[INFO] [stdout]     |
[INFO] [stdout] 108 |       col_specs: vecb![],
[INFO] [stdout]     |                  ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/table/context.rs:112:29
[INFO] [stdout]     |
[INFO] [stdout] 112 |       header_reparse_cells: vecb![],
[INFO] [stdout]     |                             ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/table/context.rs:118:36
[INFO] [stdout]     |
[INFO] [stdout] 118 |         col_widths: ColWidths::new(vecb![]),
[INFO] [stdout]     |                                    ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/table/context.rs:120:15
[INFO] [stdout]     |
[INFO] [stdout] 120 |         rows: vecb![],
[INFO] [stdout]     |               ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_cell` in this scope
[INFO] [stdout]    --> src/tasks/table/context.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |       ..empty_cell!()
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_cell` in this scope
[INFO] [stdout]    --> src/tasks/table/context.rs:147:38
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let cell = Cell { row_span: 2, ..empty_cell!() };
[INFO] [stdout]     |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_cell` in this scope
[INFO] [stdout]    --> src/tasks/table/context.rs:156:38
[INFO] [stdout]     |
[INFO] [stdout] 156 |     let cell = Cell { row_span: 3, ..empty_cell!() };
[INFO] [stdout]     |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]   --> src/tasks/table/parse_csv_table.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     assert_table!(
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]   --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_csv_table.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_csv_table.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_csv_table.rs:149:5
[INFO] [stdout]     |
[INFO] [stdout] 149 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_csv_table.rs:169:5
[INFO] [stdout]     |
[INFO] [stdout] 169 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table_loose` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_csv_table.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 |     assert_table_loose!(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_csv_table.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_csv_table.rs:228:16
[INFO] [stdout]     |
[INFO] [stdout] 228 |     let adoc = adoc! {r#"
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_csv_table.rs:236:17
[INFO] [stdout]     |
[INFO] [stdout] 236 |     let table = parse_table!(adoc);
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_csv_table.rs:237:5
[INFO] [stdout]     |
[INFO] [stdout] 237 |     expect_eq!(
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_csv_table.rs:244:3
[INFO] [stdout]     |
[INFO] [stdout] 244 |   assert_error!(
[INFO] [stdout]     |   ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_csv_table.rs:259:3
[INFO] [stdout]     |
[INFO] [stdout] 259 |   assert_error!(
[INFO] [stdout]     |   ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:190:5
[INFO] [stdout]     |
[INFO] [stdout] 190 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:231:5
[INFO] [stdout]     |
[INFO] [stdout] 231 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:243:5
[INFO] [stdout]     |
[INFO] [stdout] 243 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:260:5
[INFO] [stdout]     |
[INFO] [stdout] 260 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:280:5
[INFO] [stdout]     |
[INFO] [stdout] 280 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:299:5
[INFO] [stdout]     |
[INFO] [stdout] 299 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:315:5
[INFO] [stdout]     |
[INFO] [stdout] 315 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:339:5
[INFO] [stdout]     |
[INFO] [stdout] 339 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_dsv_table.rs:360:5
[INFO] [stdout]     |
[INFO] [stdout] 360 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `adoc` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:213:17
[INFO] [stdout]     |
[INFO] [stdout] 213 |     let input = adoc! {r#"
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:222:7
[INFO] [stdout]     |
[INFO] [stdout] 222 |       parse_table!(input).rows[0].cells[0],
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:225:39
[INFO] [stdout]     |
[INFO] [stdout] 225 |           content: DocContent::Blocks(vecb![Block {
[INFO] [stdout]     |                                       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `doc_meta` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 |           meta: doc_meta!(DocType::Article),
[INFO] [stdout]     |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_cell` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:233:11
[INFO] [stdout]     |
[INFO] [stdout] 233 |         ..empty_cell!()
[INFO] [stdout]     |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:242:5
[INFO] [stdout]     |
[INFO] [stdout] 242 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:261:5
[INFO] [stdout]     |
[INFO] [stdout] 261 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:281:5
[INFO] [stdout]     |
[INFO] [stdout] 281 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table_loose` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:302:5
[INFO] [stdout]     |
[INFO] [stdout] 302 |     assert_table_loose!(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:322:5
[INFO] [stdout]     |
[INFO] [stdout] 322 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:348:5
[INFO] [stdout]     |
[INFO] [stdout] 348 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:383:17
[INFO] [stdout]     |
[INFO] [stdout] 383 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:398:17
[INFO] [stdout]     |
[INFO] [stdout] 398 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:407:49
[INFO] [stdout]     |
[INFO] [stdout] 407 |     assert_eq!(table.col_widths, ColWidths::new(vecb![w(1), w(1), w(1)]));
[INFO] [stdout]     |                                                 ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:408:17
[INFO] [stdout]     |
[INFO] [stdout] 408 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:422:17
[INFO] [stdout]     |
[INFO] [stdout] 422 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:433:36
[INFO] [stdout]     |
[INFO] [stdout] 433 |         col_widths: ColWidths::new(vecb![w(1), w(1)]),
[INFO] [stdout]     |                                    ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:434:15
[INFO] [stdout]     |
[INFO] [stdout] 434 |         rows: vecb![
[INFO] [stdout]     |               ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `empty_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:442:11
[INFO] [stdout]     |
[INFO] [stdout] 442 |         ..empty_table!()
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:449:5
[INFO] [stdout]     |
[INFO] [stdout] 449 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:492:5
[INFO] [stdout]     |
[INFO] [stdout] 492 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:524:5
[INFO] [stdout]     |
[INFO] [stdout] 524 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:558:5
[INFO] [stdout]     |
[INFO] [stdout] 558 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:586:17
[INFO] [stdout]     |
[INFO] [stdout] 586 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:593:7
[INFO] [stdout]     |
[INFO] [stdout] 593 |       vecb![Row::new(vecb![
[INFO] [stdout]     |       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:602:17
[INFO] [stdout]     |
[INFO] [stdout] 602 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:611:7
[INFO] [stdout]     |
[INFO] [stdout] 611 |       vecb![
[INFO] [stdout]     |       ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:620:5
[INFO] [stdout]     |
[INFO] [stdout] 620 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:645:17
[INFO] [stdout]     |
[INFO] [stdout] 645 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:659:5
[INFO] [stdout]     |
[INFO] [stdout] 659 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:684:5
[INFO] [stdout]     |
[INFO] [stdout] 684 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:709:17
[INFO] [stdout]     |
[INFO] [stdout] 709 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:721:17
[INFO] [stdout]     |
[INFO] [stdout] 721 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vecb` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:727:49
[INFO] [stdout]     |
[INFO] [stdout] 727 |     assert_eq!(table.col_widths, ColWidths::new(vecb![Auto, Auto]));
[INFO] [stdout]     |                                                 ^^^^ help: a macro with a similar name exists: `vec`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/macros.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `vec` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:732:17
[INFO] [stdout]     |
[INFO] [stdout] 732 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:745:17
[INFO] [stdout]     |
[INFO] [stdout] 745 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:765:17
[INFO] [stdout]     |
[INFO] [stdout] 765 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `parse_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:784:17
[INFO] [stdout]     |
[INFO] [stdout] 784 |     let table = parse_table!(adoc! {r#"
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_table` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:805:5
[INFO] [stdout]     |
[INFO] [stdout] 805 |     assert_table!(
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_ne`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_ne` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_block` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:825:5
[INFO] [stdout]     |
[INFO] [stdout] 825 |     assert_block!(
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:866:3
[INFO] [stdout]     |
[INFO] [stdout] 866 |   assert_error!(
[INFO] [stdout]     |   ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:880:3
[INFO] [stdout]     |
[INFO] [stdout] 880 |   assert_error!(
[INFO] [stdout]     |   ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_psv_table.rs:895:3
[INFO] [stdout]     |
[INFO] [stdout] 895 |   assert_error!(
[INFO] [stdout]     |   ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_table.rs:387:3
[INFO] [stdout]     |
[INFO] [stdout] 387 |   assert_error!(
[INFO] [stdout]     |   ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `assert_error` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_table.rs:403:3
[INFO] [stdout]     |
[INFO] [stdout] 403 |   assert_error!(
[INFO] [stdout]     |   ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/macros/mod.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named macro `assert_eq` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_table_spec.rs:372:18
[INFO] [stdout]     |
[INFO] [stdout] 372 |     let parser = test_parser!("");
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `read_line` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_table_spec.rs:374:18
[INFO] [stdout]     |
[INFO] [stdout] 374 |       let line = read_line!(input);
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_table_spec.rs:379:7
[INFO] [stdout]     |
[INFO] [stdout] 379 |       expect_eq!(start, *expected, from: input);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_table_spec.rs:381:9
[INFO] [stdout]     |
[INFO] [stdout] 381 |         expect_eq!(
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `test_parser` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_table_spec.rs:474:22
[INFO] [stdout]     |
[INFO] [stdout] 474 |     let mut parser = test_parser!("");
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expect_eq` in this scope
[INFO] [stdout]    --> src/tasks/table/parse_table_spec.rs:477:7
[INFO] [stdout]     |
[INFO] [stdout] 477 |       expect_eq!(cols, *expected);
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/contiguous_lines.rs:49:62
[INFO] [stdout]    |
[INFO] [stdout] 8  | impl<'arena> ContiguousLines<'arena> {
[INFO] [stdout]    |      ------ lifetime `'arena` declared here
[INFO] [stdout] ...
[INFO] [stdout] 49 |   pub fn iter(&'arena self) -> impl ExactSizeIterator<Item = &Line<'arena>> + '_ {
[INFO] [stdout]    |                                                              ^ this elided lifetime gets resolved as `'arena`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/contiguous_lines.rs:49:79
[INFO] [stdout]    |
[INFO] [stdout] 8  | impl<'arena> ContiguousLines<'arena> {
[INFO] [stdout]    |      ------ lifetime `'arena` declared here
[INFO] [stdout] ...
[INFO] [stdout] 49 |   pub fn iter(&'arena self) -> impl ExactSizeIterator<Item = &Line<'arena>> + '_ {
[INFO] [stdout]    |                                                                               ^^ this elided lifetime gets resolved as `'arena`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/contiguous_lines.rs:273:7
[INFO] [stdout]     |
[INFO] [stdout] 273 |   use super::*;
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `release`
[INFO] [stdout]    --> src/tasks/directives/includes/include_resolver.rs:111:11
[INFO] [stdout]     |
[INFO] [stdout] 111 | #[cfg(not(release))]
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(release)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(release)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `release`
[INFO] [stdout]    --> src/tasks/directives/includes/include_resolver.rs:130:11
[INFO] [stdout]     |
[INFO] [stdout] 130 | #[cfg(not(release))]
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(release)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(release)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/tasks/parse_doc_header.rs:94:7
[INFO] [stdout]    |
[INFO] [stdout] 94 |   use super::*;
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/tasks/section_id.rs:119:7
[INFO] [stdout]     |
[INFO] [stdout] 119 |   use super::*;
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/tasks/table/parse_table.rs:384:7
[INFO] [stdout]     |
[INFO] [stdout] 384 |   use super::*;
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `asciidork-parser` (lib test) due to 532 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "61cde1e7fbb26ed5531ab5fff09df9a478b8d32a860663eb23feb2c870f8cf2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61cde1e7fbb26ed5531ab5fff09df9a478b8d32a860663eb23feb2c870f8cf2c", kill_on_drop: false }`
[INFO] [stdout] 61cde1e7fbb26ed5531ab5fff09df9a478b8d32a860663eb23feb2c870f8cf2c
