[INFO] fetching crate deno_doc 0.1.9... [INFO] checking deno_doc-0.1.9 against try#894d32a5432c6a6461bb2aac7c3d5f2e87dce83f for pr-77015 [INFO] extracting crate deno_doc 0.1.9 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate deno_doc 0.1.9 on toolchain 894d32a5432c6a6461bb2aac7c3d5f2e87dce83f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate deno_doc 0.1.9 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate deno_doc 0.1.9 [INFO] tweaked toml for crates.io crate deno_doc 0.1.9 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate deno_doc 0.1.9 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57a48ed1f74debf2d8b932ebda4d857ddd6d6fe8a5bad7dbd217b750bfc5b983 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "57a48ed1f74debf2d8b932ebda4d857ddd6d6fe8a5bad7dbd217b750bfc5b983", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57a48ed1f74debf2d8b932ebda4d857ddd6d6fe8a5bad7dbd217b750bfc5b983", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57a48ed1f74debf2d8b932ebda4d857ddd6d6fe8a5bad7dbd217b750bfc5b983", kill_on_drop: false }` [INFO] [stdout] 57a48ed1f74debf2d8b932ebda4d857ddd6d6fe8a5bad7dbd217b750bfc5b983 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a40b25d7235daadee4a8277299605df99a5600850b910360d562d4174fa79a06 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a40b25d7235daadee4a8277299605df99a5600850b910360d562d4174fa79a06", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.40 [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking either v1.6.0 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking pin-project-lite v0.1.7 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking signal-hook-registry v1.2.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling swc_atoms v0.2.2 [INFO] [stderr] Compiling pmutil v0.5.3 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling swc_macros_common v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling swc_visit_macros v0.2.0 [INFO] [stderr] Compiling from_variant v0.1.2 [INFO] [stderr] Compiling enum_kind v0.2.0 [INFO] [stderr] Compiling string_enum v0.3.0 [INFO] [stderr] Compiling is-macro v0.1.8 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling swc_ecma_parser_macros v0.4.1 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling ast_node v0.7.0 [INFO] [stderr] Checking pin-project v0.4.23 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking swc_visit v0.2.0 [INFO] [stderr] Checking serde v1.0.115 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking string_cache v0.8.0 [INFO] [stderr] Checking swc_common v0.10.2 [INFO] [stderr] Checking swc_ecma_ast v0.31.0 [INFO] [stderr] Checking swc_ecma_visit v0.17.2 [INFO] [stderr] Checking swc_ecma_parser v0.37.2 [INFO] [stderr] Checking swc_ecmascript v0.7.7 [INFO] [stderr] Checking deno_doc v0.1.9 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 383 | / json_test!(declare_namespace, [INFO] [stdout] 384 | | r#" [INFO] [stdout] 385 | | /** Namespace JSdoc */ [INFO] [stdout] 386 | | declare namespace RootNs { [INFO] [stdout] ... | [INFO] [stdout] 462 | | } [INFO] [stdout] 463 | | }]); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 465 | / json_test!(export_class, [INFO] [stdout] 466 | | r#" [INFO] [stdout] 467 | | /** Class doc */ [INFO] [stdout] 468 | | export class Foobar extends Fizz implements Buzz, Aldrin { [INFO] [stdout] ... | [INFO] [stdout] 704 | | } [INFO] [stdout] 705 | | }]); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 707 | / json_test!(export_const, [INFO] [stdout] 708 | | r#" [INFO] [stdout] 709 | | /** Something about fizzBuzz */ [INFO] [stdout] 710 | | export const fizzBuzz = "fizzBuzz"; [INFO] [stdout] ... | [INFO] [stdout] 820 | | ] [INFO] [stdout] 821 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 823 | / json_test!(export_default_class, [INFO] [stdout] 824 | | r#" [INFO] [stdout] 825 | | /** Class doc */ [INFO] [stdout] 826 | | export default class Foobar { [INFO] [stdout] ... | [INFO] [stdout] 893 | | } [INFO] [stdout] 894 | | }]); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 896 | / json_test!(export_default_fn, [INFO] [stdout] 897 | | r#" [INFO] [stdout] 898 | | export default function foo(a: number) { [INFO] [stdout] 899 | | return a; [INFO] [stdout] ... | [INFO] [stdout] 928 | | } [INFO] [stdout] 929 | | }]); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 931 | / json_test!(export_default_interface, [INFO] [stdout] 932 | | r#" [INFO] [stdout] 933 | | /** [INFO] [stdout] 934 | | * Interface js doc [INFO] [stdout] ... | [INFO] [stdout] 1008 | | } [INFO] [stdout] 1009 | | }]); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 1011 | / json_test!(export_enum, [INFO] [stdout] 1012 | | r#" [INFO] [stdout] 1013 | | /** [INFO] [stdout] 1014 | | * Some enum for good measure [INFO] [stdout] ... | [INFO] [stdout] 1043 | | } [INFO] [stdout] 1044 | | }]); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 1046 | / json_test!(export_fn, [INFO] [stdout] 1047 | | r#"/** [INFO] [stdout] 1048 | | * @module foo [INFO] [stdout] 1049 | | */ [INFO] [stdout] ... | [INFO] [stdout] 1159 | | "name": "foo", [INFO] [stdout] 1160 | | }]); [INFO] [stdout] | |________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 1162 | / json_test!(export_fn2, [INFO] [stdout] 1163 | | r#" [INFO] [stdout] 1164 | | interface AssignOpts { [INFO] [stdout] 1165 | | a: string; [INFO] [stdout] ... | [INFO] [stdout] 1285 | | "name": "foo", [INFO] [stdout] 1286 | | }]); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 1288 | / json_test!(export_interface, [INFO] [stdout] 1289 | | r#" [INFO] [stdout] 1290 | | interface Foo { [INFO] [stdout] 1291 | | foo(): void; [INFO] [stdout] ... | [INFO] [stdout] 1388 | | } [INFO] [stdout] 1389 | | }]); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 1391 | / json_test!(export_interface2, [INFO] [stdout] 1392 | | r#" [INFO] [stdout] 1393 | | export interface TypedIface { [INFO] [stdout] 1394 | | something(): T [INFO] [stdout] ... | [INFO] [stdout] 1436 | | } [INFO] [stdout] 1437 | | }]); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 1439 | / json_test!(export_type_alias, [INFO] [stdout] 1440 | | r#" [INFO] [stdout] 1441 | | /** Array holding numbers */ [INFO] [stdout] 1442 | | export type NumberArray = Array; [INFO] [stdout] ... | [INFO] [stdout] 1469 | | } [INFO] [stdout] 1470 | | }]); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 1472 | / json_test!(export_namespace, [INFO] [stdout] 1473 | | r#" [INFO] [stdout] 1474 | | /** Namespace JSdoc */ [INFO] [stdout] 1475 | | export namespace RootNs { [INFO] [stdout] ... | [INFO] [stdout] 1551 | | } [INFO] [stdout] 1552 | | }]); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 1554 | / json_test!(exports_declared_earlier, [INFO] [stdout] 1555 | | r#" [INFO] [stdout] 1556 | | const hello = "world"; [INFO] [stdout] 1557 | | function say(words: string): void { } [INFO] [stdout] ... | [INFO] [stdout] 1629 | | ] [INFO] [stdout] 1630 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 1632 | / json_test!(optional_return_type, [INFO] [stdout] 1633 | | r#" [INFO] [stdout] 1634 | | export function foo(a: number) { [INFO] [stdout] 1635 | | return a; [INFO] [stdout] ... | [INFO] [stdout] 1665 | | }] [INFO] [stdout] 1666 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `entries` in this scope [INFO] [stdout] --> src/tests.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | let actual = serde_json::to_value(&entries).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 1668 | / json_test!(ts_lit_types, [INFO] [stdout] 1669 | | r#" [INFO] [stdout] 1670 | | export type boolLit = false; [INFO] [stdout] 1671 | | export type strLit = "text"; [INFO] [stdout] ... | [INFO] [stdout] 1756 | | } [INFO] [stdout] 1757 | | ]); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1763 | / contains_test!(abstract_class, [INFO] [stdout] 1764 | | "export abstract class Class {}"; [INFO] [stdout] 1765 | | "abstract class Class" [INFO] [stdout] 1766 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1768 | / contains_test!(abstract_class_abstract_method, [INFO] [stdout] 1769 | | r#" [INFO] [stdout] 1770 | | export abstract class Class { [INFO] [stdout] 1771 | | abstract method() {} [INFO] [stdout] ... | [INFO] [stdout] 1774 | | "abstract method()" [INFO] [stdout] 1775 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1777 | / contains_test!(class_async_method, [INFO] [stdout] 1778 | | r#" [INFO] [stdout] 1779 | | export class Class { [INFO] [stdout] 1780 | | async amethod(v) {} [INFO] [stdout] ... | [INFO] [stdout] 1783 | | "async amethod(v)" [INFO] [stdout] 1784 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1786 | / contains_test!(class_constructor, [INFO] [stdout] 1787 | | r#" [INFO] [stdout] 1788 | | export class Class { [INFO] [stdout] 1789 | | constructor(a, b) {} [INFO] [stdout] ... | [INFO] [stdout] 1792 | | "constructor(a, b)" [INFO] [stdout] 1793 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1795 | / contains_test!(class_details, [INFO] [stdout] 1796 | | r#" [INFO] [stdout] 1797 | | export class C { [INFO] [stdout] 1798 | | /** a doc */ [INFO] [stdout] ... | [INFO] [stdout] 1805 | | "f: number" [INFO] [stdout] 1806 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1808 | / contains_test!(class_details_all_with_private, [INFO] [stdout] 1809 | | r#" [INFO] [stdout] 1810 | | export class Class { [INFO] [stdout] 1811 | | private pri() {} [INFO] [stdout] ... | [INFO] [stdout] 1819 | | "pub()" [INFO] [stdout] 1820 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1822 | / contains_test!(class_details_only_non_private_without_private, [INFO] [stdout] 1823 | | r#" [INFO] [stdout] 1824 | | export class Class { [INFO] [stdout] 1825 | | private pri() {} [INFO] [stdout] ... | [INFO] [stdout] 1831 | | "pub()" [INFO] [stdout] 1832 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1834 | / contains_test!(class_declaration, [INFO] [stdout] 1835 | | "export class Class {}"; [INFO] [stdout] 1836 | | "class Class" [INFO] [stdout] 1837 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1839 | / contains_test!(class_extends, [INFO] [stdout] 1840 | | "export class Class extends Object {}"; [INFO] [stdout] 1841 | | "class Class extends Object" [INFO] [stdout] 1842 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1844 | / contains_test!(class_extends_implements, [INFO] [stdout] 1845 | | "export class Class extends Object implements Iterator, Iterable {}"; [INFO] [stdout] 1846 | | "class Class extends Object implements Iterator, Iterable" [INFO] [stdout] 1847 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1849 | / contains_test!(class_generic_extends_implements, [INFO] [stdout] 1850 | | "export class Class extends Map implements Iterator, Iterable {}"; [INFO] [stdout] 1851 | | "class Class extends Map implements Iterator, Iterable" [INFO] [stdout] 1852 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1854 | / contains_test!(class_getter_and_setter, [INFO] [stdout] 1855 | | r#" [INFO] [stdout] 1856 | | export class Class { [INFO] [stdout] 1857 | | get a(): void {} [INFO] [stdout] ... | [INFO] [stdout] 1862 | | "set b(_v: void)" [INFO] [stdout] 1863 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1865 | / contains_test!(class_index_signature, [INFO] [stdout] 1866 | | r#" [INFO] [stdout] 1867 | | export class C { [INFO] [stdout] 1868 | | [key: string]: number; [INFO] [stdout] ... | [INFO] [stdout] 1871 | | "[key: string]: number" [INFO] [stdout] 1872 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1874 | / contains_test!(class_implements, [INFO] [stdout] 1875 | | "export class Class implements Iterator {}"; [INFO] [stdout] 1876 | | "class Class implements Iterator" [INFO] [stdout] 1877 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1879 | / contains_test!(class_implements2, [INFO] [stdout] 1880 | | "export class Class implements Iterator, Iterable {}"; [INFO] [stdout] 1881 | | "class Class implements Iterator, Iterable" [INFO] [stdout] 1882 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1884 | / contains_test!(class_method, [INFO] [stdout] 1885 | | r#" [INFO] [stdout] 1886 | | export class Class { [INFO] [stdout] 1887 | | method(v) {} [INFO] [stdout] ... | [INFO] [stdout] 1890 | | "method(v)" [INFO] [stdout] 1891 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1893 | / contains_test!(class_property, [INFO] [stdout] 1894 | | r#" [INFO] [stdout] 1895 | | export class Class { [INFO] [stdout] 1896 | | someproperty: bool; [INFO] [stdout] ... | [INFO] [stdout] 1901 | | "optproperty: bigint" [INFO] [stdout] 1902 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1904 | / contains_test!(class_readonly_index_signature, [INFO] [stdout] 1905 | | r#" [INFO] [stdout] 1906 | | export class C { [INFO] [stdout] 1907 | | readonly [key: string]: number; [INFO] [stdout] ... | [INFO] [stdout] 1910 | | "readonly [key: string]: number" [INFO] [stdout] 1911 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1913 | / contains_test!(class_static_property, [INFO] [stdout] 1914 | | r#" [INFO] [stdout] 1915 | | export class Class { [INFO] [stdout] 1916 | | static property = ""; [INFO] [stdout] ... | [INFO] [stdout] 1919 | | "static property" [INFO] [stdout] 1920 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1922 | / contains_test!(class_readonly_property, [INFO] [stdout] 1923 | | r#" [INFO] [stdout] 1924 | | export class Class { [INFO] [stdout] 1925 | | readonly property = ""; [INFO] [stdout] ... | [INFO] [stdout] 1928 | | "readonly property" [INFO] [stdout] 1929 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1931 | / contains_test!(class_private_property, [INFO] [stdout] 1932 | | r#" [INFO] [stdout] 1933 | | export class Class { [INFO] [stdout] 1934 | | private property = ""; [INFO] [stdout] ... | [INFO] [stdout] 1938 | | "private property" [INFO] [stdout] 1939 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1941 | / contains_test!(const_declaration, [INFO] [stdout] 1942 | | "export const Const = 0;"; [INFO] [stdout] 1943 | | "const Const" [INFO] [stdout] 1944 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1946 | / contains_test!(enum_declaration, [INFO] [stdout] 1947 | | "export enum Enum {}"; [INFO] [stdout] 1948 | | "enum Enum" [INFO] [stdout] 1949 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1951 | / contains_test!(exports_all_with_private, [INFO] [stdout] 1952 | | r#" [INFO] [stdout] 1953 | | export function a() {} [INFO] [stdout] 1954 | | function b() {} [INFO] [stdout] ... | [INFO] [stdout] 1970 | | "namespace H" [INFO] [stdout] 1971 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1973 | / contains_test!(exports_declared_earlier, [INFO] [stdout] 1974 | | r#" [INFO] [stdout] 1975 | | const hello = "world"; [INFO] [stdout] 1976 | | function say(words: string): void { } [INFO] [stdout] ... | [INFO] [stdout] 1982 | | "function bar(): void" [INFO] [stdout] 1983 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1985 | / contains_test!(function_async, [INFO] [stdout] 1986 | | "export async function a() {}"; [INFO] [stdout] 1987 | | "async function a()" [INFO] [stdout] 1988 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1990 | / contains_test!(function_array_deconstruction, [INFO] [stdout] 1991 | | "export function f([a, b, ...c]) {}"; [INFO] [stdout] 1992 | | "function f([a, b, ...c])" [INFO] [stdout] 1993 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 1995 | / contains_test!(function_async_generator, [INFO] [stdout] 1996 | | "export async function* ag() {}"; [INFO] [stdout] 1997 | | "async function* ag()" [INFO] [stdout] 1998 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2000 | / contains_test!(function_declaration, [INFO] [stdout] 2001 | | "export function fun() {}"; [INFO] [stdout] 2002 | | "function fun()" [INFO] [stdout] 2003 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2005 | / contains_test!(function_generator, [INFO] [stdout] 2006 | | "export function* g() {}"; [INFO] [stdout] 2007 | | "function* g()" [INFO] [stdout] 2008 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2010 | / contains_test!(function_generic, [INFO] [stdout] 2011 | | "export function add(a: T, b: T) { return a + b; }"; [INFO] [stdout] 2012 | | "function add(a: T, b: T)" [INFO] [stdout] 2013 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2015 | / contains_test!(function_object_deconstruction, [INFO] [stdout] 2016 | | "export function f({ a, b, ...c }) {}"; [INFO] [stdout] 2017 | | "function f({a, b, ...c})" [INFO] [stdout] 2018 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2031 | / contains_test!(generic_instantiated_with_tuple_type, [INFO] [stdout] 2032 | | r#" [INFO] [stdout] 2033 | | interface Generic {} [INFO] [stdout] 2034 | | export function f(): Generic<[string, number]> { return {}; } [INFO] [stdout] 2035 | | "#; [INFO] [stdout] 2036 | | "Generic<[string, number]>" [INFO] [stdout] 2037 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2039 | / contains_test!(type_literal_declaration, [INFO] [stdout] 2040 | | "export type T = {}"; [INFO] [stdout] 2041 | | "{ }" [INFO] [stdout] 2042 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2044 | / contains_test!(type_literal_index_signature, [INFO] [stdout] 2045 | | "export type T = { [key: string]: number; }"; [INFO] [stdout] 2046 | | "[key: string]: number" [INFO] [stdout] 2047 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2049 | / contains_test!(type_literal_readonly_index_signature, [INFO] [stdout] 2050 | | "export type T = { readonly [key: string]: number; }"; [INFO] [stdout] 2051 | | "readonly [key: string]: number" [INFO] [stdout] 2052 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2054 | / contains_test!(interface_declaration, [INFO] [stdout] 2055 | | "export interface Interface {}"; [INFO] [stdout] 2056 | | "interface Interface" [INFO] [stdout] 2057 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2059 | / contains_test!(interface_extends, [INFO] [stdout] 2060 | | "export interface Interface extends Iterator {}"; [INFO] [stdout] 2061 | | "interface Interface extends Iterator" [INFO] [stdout] 2062 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2064 | / contains_test!(interface_extends2, [INFO] [stdout] 2065 | | "export interface Interface extends Iterator, Iterable {}"; [INFO] [stdout] 2066 | | "interface Interface extends Iterator, Iterable" [INFO] [stdout] 2067 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2069 | / contains_test!(interface_generic, [INFO] [stdout] 2070 | | "export interface Interface {}"; [INFO] [stdout] 2071 | | "interface Interface" [INFO] [stdout] 2072 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2074 | / contains_test!(interface_generic_extends, [INFO] [stdout] 2075 | | "export interface Interface extends Iterable {}"; [INFO] [stdout] 2076 | | "interface Interface extends Iterable" [INFO] [stdout] 2077 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2079 | / contains_test!(interface_index_signature, [INFO] [stdout] 2080 | | r#" [INFO] [stdout] 2081 | | export interface Interface { [INFO] [stdout] 2082 | | [index: number]: Interface; [INFO] [stdout] ... | [INFO] [stdout] 2085 | | "[index: number]: Interface" [INFO] [stdout] 2086 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2088 | / contains_test!(interface_method, [INFO] [stdout] 2089 | | r#" [INFO] [stdout] 2090 | | export interface I { [INFO] [stdout] 2091 | | m(a, b); [INFO] [stdout] ... | [INFO] [stdout] 2096 | | "mo?(c)" [INFO] [stdout] 2097 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2099 | / contains_test!(interface_property, [INFO] [stdout] 2100 | | r#" [INFO] [stdout] 2101 | | export interface I { [INFO] [stdout] 2102 | | p: string; [INFO] [stdout] ... | [INFO] [stdout] 2107 | | "po?: number" [INFO] [stdout] 2108 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2110 | / contains_test!(interface_readonly_index_signature, [INFO] [stdout] 2111 | | r#" [INFO] [stdout] 2112 | | export interface Interface { [INFO] [stdout] 2113 | | readonly [index: number]: Interface; [INFO] [stdout] ... | [INFO] [stdout] 2116 | | "readonly [index: number]: Interface" [INFO] [stdout] 2117 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2119 | / contains_test!(interface_construct, [INFO] [stdout] 2120 | | r#" [INFO] [stdout] 2121 | | export interface I { [INFO] [stdout] 2122 | | new(name: string); [INFO] [stdout] ... | [INFO] [stdout] 2125 | | "new(name: string)" [INFO] [stdout] 2126 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2128 | / contains_test!(jsdoc, [INFO] [stdout] 2129 | | r#" [INFO] [stdout] 2130 | | /** [INFO] [stdout] 2131 | | * A is a class [INFO] [stdout] ... | [INFO] [stdout] 2154 | | "Summarised" [INFO] [stdout] 2155 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2157 | / contains_test!(namespace_declaration, [INFO] [stdout] 2158 | | "export namespace Namespace {}"; [INFO] [stdout] 2159 | | "namespace Namespace" [INFO] [stdout] 2160 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2162 | / contains_test!(namespace_details, [INFO] [stdout] 2163 | | r#" [INFO] [stdout] 2164 | | export namespace Namespace { [INFO] [stdout] 2165 | | /** [INFO] [stdout] ... | [INFO] [stdout] 2185 | | "Details 2" [INFO] [stdout] 2186 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2188 | / contains_test!(type_alias, [INFO] [stdout] 2189 | | "export type A = number"; [INFO] [stdout] 2190 | | "type A = number" [INFO] [stdout] 2191 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found built-in attribute `doc` [INFO] [stdout] --> src/tests.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | assert!(doc.contains($contains)); [INFO] [stdout] | ^^^ not a value [INFO] [stdout] ... [INFO] [stdout] 2193 | / contains_test!(type_generic_alias, [INFO] [stdout] 2194 | | "export type A = T"; [INFO] [stdout] 2195 | | "type A = T" [INFO] [stdout] 2196 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 67 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0423, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0423`. [INFO] [stdout] [INFO] [stderr] error: could not compile `deno_doc` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "a40b25d7235daadee4a8277299605df99a5600850b910360d562d4174fa79a06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a40b25d7235daadee4a8277299605df99a5600850b910360d562d4174fa79a06", kill_on_drop: false }` [INFO] [stdout] a40b25d7235daadee4a8277299605df99a5600850b910360d562d4174fa79a06