Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.81.0-nightly (6b0f4b5ec 2024-06-24)
# docs.rs version docsrs 0.6.0 (bb8cd489 2024-06-24)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/rustler_codegen-0.9.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/rustler_codegen-0.9.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240624-1.81.0-nightly-6b0f4b5ec\", \"--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" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 0c43591c61c25f666d5fd92b11af1433d25377e3e8a87f65967ea97fada99eae [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" "0c43591c61c25f666d5fd92b11af1433d25377e3e8a87f65967ea97fada99eae", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] warning: unused manifest key: lib.plugin [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking easy-plugin-plugins v0.7.3 [INFO] [stderr] Checking aster v0.21.1 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(plugin_registrar, quote, rustc_private)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: plugins are no longer supported [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:15:30 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(plugin_registrar, quote, rustc_private)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `rustc_plugin` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | extern crate rustc_plugin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] | [INFO] [stderr] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | extern crate syntax; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:69:28 [INFO] [stderr] | [INFO] [stderr] 69 | Call::Clone => quote_expr!(context, $ident.clone()), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:70:31 [INFO] [stderr] | [INFO] [stderr] 70 | Call::ToString => quote_expr!(context, $ident.to_string()), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:71:36 [INFO] [stderr] | [INFO] [stderr] 71 | Call::AsStrToString => quote_expr!(context, $ident.as_str().to_string()), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:72:39 [INFO] [stderr] | [INFO] [stderr] 72 | Call::MapAsStrToString => quote_expr!(context, $ident.map(|f| f.as_str().to_string())), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_pat` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:176:52 [INFO] [stderr] | [INFO] [stderr] 176 | let pats = fields.iter().cloned().map(|(_, p)| quote_pat!(context, ref $p)).collect(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:191:5 [INFO] [stderr] | [INFO] [stderr] 191 | quote_item!(context, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_arm` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | quote_arm!(context, $dname::$name => { }) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_arm` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:220:13 [INFO] [stderr] | [INFO] [stderr] 220 | quote_arm!(context, $dname::$name(..) => { }) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:225:5 [INFO] [stderr] | [INFO] [stderr] 225 | quote_item!(context, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aster-0.21.1/src/lib.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | extern crate syntax; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `plugin_registrar` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:266:3 [INFO] [stderr] | [INFO] [stderr] 266 | #[plugin_registrar] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `plugin_registrar` is in scope, but it is a function, not an attribute [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ident` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:67:52 [INFO] [stderr] | [INFO] [stderr] 67 | fn to_expr(self, context: &mut ExtCtxt, ident: Ident) -> P<Expr> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:67:64 [INFO] [stderr] | [INFO] [stderr] 67 | fn to_expr(self, context: &mut ExtCtxt, ident: Ident) -> P<Expr> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 53 | impl<Expr> Call { [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MetaItem` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:81:73 [INFO] [stderr] | [INFO] [stderr] 81 | fn get_doc_comment(context: &mut ExtCtxt, span: Span, value: &str) -> P<MetaItem> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 81 | fn get_doc_comment<MetaItem>(context: &mut ExtCtxt, span: Span, value: &str) -> P<MetaItem> { [INFO] [stderr] | ++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Lit` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:86:44 [INFO] [stderr] | [INFO] [stderr] 86 | fn get_lit_str(span: Span, value: &str) -> Lit { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:90:62 [INFO] [stderr] | [INFO] [stderr] 90 | fn parse_expr(context: &mut ExtCtxt, tts: &[TokenTree]) -> P<Expr> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 90 | fn parse_expr<Expr>(context: &mut ExtCtxt, tts: &[TokenTree]) -> P<Expr> { [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ty` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:94:60 [INFO] [stderr] | [INFO] [stderr] 94 | fn parse_ty(context: &mut ExtCtxt, tts: &[TokenTree]) -> P<Ty> { [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 94 | fn parse_ty<Ty>(context: &mut ExtCtxt, tts: &[TokenTree]) -> P<Ty> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ident` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:105:32 [INFO] [stderr] | [INFO] [stderr] 105 | fn to_ident(tt: &TokenTree) -> Ident { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ident` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:112:36 [INFO] [stderr] | [INFO] [stderr] 112 | fn camel_case_to_snake_case(ident: Ident) -> String { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ty` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:129:48 [INFO] [stderr] | [INFO] [stderr] 129 | context: &mut ExtCtxt, span: Span, pty: &P<Ty>, dname: Ident, dvariant: Ident, fields: usize [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 128 | fn expand_convert_fn_doc_comment<Ty>( [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ident` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:129:60 [INFO] [stderr] | [INFO] [stderr] 129 | context: &mut ExtCtxt, span: Span, pty: &P<Ty>, dname: Ident, dvariant: Ident, fields: usize [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ident` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:129:77 [INFO] [stderr] | [INFO] [stderr] 129 | context: &mut ExtCtxt, span: Span, pty: &P<Ty>, dname: Ident, dvariant: Ident, fields: usize [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MetaItem` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:130:8 [INFO] [stderr] | [INFO] [stderr] 130 | ) -> P<MetaItem> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 128 | fn expand_convert_fn_doc_comment<MetaItem>( [INFO] [stderr] | ++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ident` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:145:12 [INFO] [stderr] | [INFO] [stderr] 145 | pname: Ident, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ty` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:146:13 [INFO] [stderr] | [INFO] [stderr] 146 | pty: &P<Ty>, [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 141 | fn expand_convert_fn<Ty>( [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:147:15 [INFO] [stderr] | [INFO] [stderr] 147 | pexpr: &P<Expr>, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 141 | fn expand_convert_fn<Expr>( [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ident` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:148:12 [INFO] [stderr] | [INFO] [stderr] 148 | dname: Ident, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:149:8 [INFO] [stderr] | [INFO] [stderr] 149 | ) -> P<Item> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 141 | fn expand_convert_fn<Item>( [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ident` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:205:12 [INFO] [stderr] | [INFO] [stderr] 205 | pname: Ident, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ty` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:206:13 [INFO] [stderr] | [INFO] [stderr] 206 | pty: &P<Ty>, [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 203 | fn expand_convert_exhaustive_fn<Ty>( [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:207:15 [INFO] [stderr] | [INFO] [stderr] 207 | pexpr: &P<Expr>, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 203 | fn expand_convert_exhaustive_fn<Expr>( [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ident` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:208:12 [INFO] [stderr] | [INFO] [stderr] 208 | dname: Ident, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Item` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:210:8 [INFO] [stderr] | [INFO] [stderr] 210 | ) -> P<Item> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 203 | fn expand_convert_exhaustive_fn<Item>( [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `LitKind` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | let value = LitKind::Str(token::intern_and_get_ident(value), StrStyle::Cooked); [INFO] [stderr] | ^^^^^^^ use of undeclared type `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `StrStyle` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:82:66 [INFO] [stderr] | [INFO] [stderr] 82 | let value = LitKind::Str(token::intern_and_get_ident(value), StrStyle::Cooked); [INFO] [stderr] | ^^^^^^^^ use of undeclared type `StrStyle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `LitKind` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:87:27 [INFO] [stderr] | [INFO] [stderr] 87 | codemap::respan(span, LitKind::Str(token::intern_and_get_ident(value), StrStyle::Cooked)) [INFO] [stderr] | ^^^^^^^ use of undeclared type `LitKind` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `StrStyle` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/easy-plugin-plugins-0.7.3/lib.rs:87:76 [INFO] [stderr] | [INFO] [stderr] 87 | codemap::respan(span, LitKind::Str(token::intern_and_get_ident(value), StrStyle::Cooked)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type `StrStyle` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0463, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `easy-plugin-plugins` (lib) due to 40 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `aster` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "0c43591c61c25f666d5fd92b11af1433d25377e3e8a87f65967ea97fada99eae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c43591c61c25f666d5fd92b11af1433d25377e3e8a87f65967ea97fada99eae", kill_on_drop: false }` [INFO] [stdout] 0c43591c61c25f666d5fd92b11af1433d25377e3e8a87f65967ea97fada99eae