logos 0.9.1

Create ridiculously fast Lexers
Build #677537 2022-11-19T11:50:55.603359+00:00
# rustc version
rustc 1.67.0-nightly (b833ad56f 2022-11-18)
# docs.rs version
docsrs 0.6.0 (33e304fa 2022-11-19)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/logos-0.9.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/logos-0.9.1/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221118-1.67.0-nightly-b833ad56f\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] c654f284ab43365ef89dd12df48f0d5525af4a7d7a6baaf040e30dfbe659bc62
[INFO] running `Command { std: "docker" "start" "-a" "c654f284ab43365ef89dd12df48f0d5525af4a7d7a6baaf040e30dfbe659bc62", kill_on_drop: false }`
[INFO] [stderr]    Compiling logos-derive v0.9.7
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.9.7/src/util.rs:59:31
[INFO] [stderr]    |
[INFO] [stderr] 59 |                 self.callback.insert(callback, |_| panic!("Only one callback can be defined per variant definition!"));
[INFO] [stderr]    |                               ^^^^^^           ---------------------------------------------------------------------- argument of type `[closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.9.7/src/util.rs:59:48: 59:51]` unexpected
[INFO] [stderr]    |
[INFO] [stderr] note: associated function defined here
[INFO] [stderr] help: remove the extra argument
[INFO] [stderr]    |
[INFO] [stderr] 59 |                 self.callback.insert(callback);
[INFO] [stderr]    |                                     ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.9.7/src/lib.rs:50:20
[INFO] [stderr]    |
[INFO] [stderr] 50 |             extras.insert(ext, |_| panic!("Only one #[extras] attribute can be declared."));
[INFO] [stderr]    |                    ^^^^^^      ----------------------------------------------------------- argument of type `[closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.9.7/src/lib.rs:50:32: 50:35]` unexpected
[INFO] [stderr]    |
[INFO] [stderr] note: associated function defined here
[INFO] [stderr] help: remove the extra argument
[INFO] [stderr]    |
[INFO] [stderr] 50 |             extras.insert(ext);
[INFO] [stderr]    |                          ~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.9.7/src/lib.rs:84:23
[INFO] [stderr]    |
[INFO] [stderr] 84 |                 error.insert(variant, |_| panic!("Only one #[error] variant can be declared."));
[INFO] [stderr]    |                       ^^^^^^          -------------------------------------------------------- argument of type `[closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.9.7/src/lib.rs:84:39: 84:42]` unexpected
[INFO] [stderr]    |
[INFO] [stderr] note: associated function defined here
[INFO] [stderr] help: remove the extra argument
[INFO] [stderr]    |
[INFO] [stderr] 84 |                 error.insert(variant);
[INFO] [stderr]    |                             ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.9.7/src/lib.rs:88:21
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 end.insert(variant, |_| panic!("Only one #[end] variant can be declared."));
[INFO] [stderr]    |                     ^^^^^^          ------------------------------------------------------ argument of type `[closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/logos-derive-0.9.7/src/lib.rs:88:37: 88:40]` unexpected
[INFO] [stderr]    |
[INFO] [stderr] note: associated function defined here
[INFO] [stderr] help: remove the extra argument
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 end.insert(variant);
[INFO] [stderr]    |                           ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `logos-derive` due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "c654f284ab43365ef89dd12df48f0d5525af4a7d7a6baaf040e30dfbe659bc62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c654f284ab43365ef89dd12df48f0d5525af4a7d7a6baaf040e30dfbe659bc62", kill_on_drop: false }`
[INFO] [stdout] c654f284ab43365ef89dd12df48f0d5525af4a7d7a6baaf040e30dfbe659bc62