cucumber_rust_codegen 0.9.0

Code generation for `cucumber_rust` crate.
Documentation
Build #1776273 2025-02-18 19:56:11

# rustc version rustc 1.87.0-nightly (ce36a966c 2025-02-17)

# docs.rs version docsrs 0.6.0 (35977596 2025-02-09)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/cucumber_rust_codegen-0.9.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cucumber_rust_codegen-0.9.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250217-1.87.0-nightly-ce36a966c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6", kill_on_drop: false }` [INFO] [stdout] 66c21d7dec2b1c4a477e4eeaae60eb06ddb5796d76e813d10063a73f658f63f0 [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" "66c21d7dec2b1c4a477e4eeaae60eb06ddb5796d76e813d10063a73f658f63f0", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting cucumber_rust_codegen v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `cucumber_rust` [INFO] [stderr] --> src/lib.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | //! Code generation for [`cucumber_rust`] tests auto-wiring. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `cucumber_rust::World` [INFO] [stderr] --> src/lib.rs:125:24 [INFO] [stderr] | [INFO] [stderr] 125 | /// [`World`]: cucumber_rust::World [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `step_attribute` which comes from the expansion of the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `cucumber_rust::StepContext` [INFO] [stderr] --> src/lib.rs:124:40 [INFO] [stderr] | [INFO] [stderr] 124 | /// [`cucumber::StepContext`]: cucumber_rust::StepContext [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cucumber_rust` in scope [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `step_attribute` which comes from the expansion of the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `given` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:139:19 [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given()`], [`when`] and [`then`] attributes for further details. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`macro@given`], [`when`] and [`then`] attributes for further details. [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `when` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:139:30 [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when()`] and [`then`] attributes for further details. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`macro@when`] and [`then`] attributes for further details. [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `then` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:139:43 [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when`] and [`then`] attributes for further details. [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when`] and [`then()`] attributes for further details. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 139 | /// See [`given`], [`when`] and [`macro@then`] attributes for further details. [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `given` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | /// - [`given`] [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `step_attribute` which comes from the expansion of the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 41 | /// - [`given()`] [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 41 | /// - [`macro@given`] [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `when` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | /// - [`when`] [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `step_attribute` which comes from the expansion of the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 42 | /// - [`when()`] [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 42 | /// - [`macro@when`] [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `then` is both a function and an attribute macro [INFO] [stderr] --> src/lib.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | /// - [`then`] [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] ... [INFO] [stderr] 151 | steps!(given, when, then); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `step_attribute` which comes from the expansion of the macro `steps` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 43 | /// - [`then()`] [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the attribute macro, prefix with `macro@` [INFO] [stderr] | [INFO] [stderr] 43 | /// - [`macro@then`] [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] warning: `cucumber_rust_codegen` (lib doc) generated 19 warnings (10 duplicates) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s [INFO] [stderr] Generated /opt/rustwide/target/doc/cucumber_rust_codegen/index.html [INFO] running `Command { std: "docker" "inspect" "66c21d7dec2b1c4a477e4eeaae60eb06ddb5796d76e813d10063a73f658f63f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66c21d7dec2b1c4a477e4eeaae60eb06ddb5796d76e813d10063a73f658f63f0", kill_on_drop: false }` [INFO] [stdout] 66c21d7dec2b1c4a477e4eeaae60eb06ddb5796d76e813d10063a73f658f63f0