# rustc version rustc 1.99.0-nightly (3d50c25bc 2026-07-16)
# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "c4db703808c0071e8c9a1e4a9436327a8436442d644971f0681fae8fd2422dcb" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260716-1.99.0-nightly-3d50c25bc\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-pc-windows-msvc", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting webview2-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / /// DLL export to create a WebView2 environment with a custom version of Edge, [INFO] [stderr] 70 | | /// user data directory and/or additional options. [INFO] [stderr] 71 | | /// [INFO] [stderr] 72 | | /// browserExecutableFolder is the relative path to the folder that [INFO] [stderr] ... | [INFO] [stderr] 216 | | /// registry values as replacements for the corresponding values in [INFO] [stderr] 217 | | /// CreateCoreWebView2EnvironmentWithOptions parameters. [INFO] [stderr] | |________________________________________________________^ [INFO] [stderr] 218 | / extern "stdcall" { [INFO] [stderr] 219 | | pub fn CreateCoreWebView2EnvironmentWithOptions( [INFO] [stderr] 220 | | browserExecutableFolder: PCWSTR, [INFO] [stderr] 221 | | userDataFolder: PCWSTR, [INFO] [stderr] ... | [INFO] [stderr] 224 | | ) -> HRESULT; [INFO] [stderr] 225 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for extern blocks [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:227:1 [INFO] [stderr] | [INFO] [stderr] 227 | / /// Get the browser version info including channel name if it is not the stable channel [INFO] [stderr] 228 | | /// or the Embedded Edge. [INFO] [stderr] 229 | | /// Channel names are beta, dev, and canary. [INFO] [stderr] 230 | | /// If an override exists for the browserExecutableFolder or the channel preference, [INFO] [stderr] 231 | | /// the override will be used. [INFO] [stderr] 232 | | /// If there isn't an override, then the parameter passed to [INFO] [stderr] 233 | | /// GetAvailableCoreWebView2BrowserVersionString is used. [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] 234 | / extern "stdcall" { [INFO] [stderr] 235 | | pub fn GetAvailableCoreWebView2BrowserVersionString( [INFO] [stderr] 236 | | browser_executable_folder: PCWSTR, [INFO] [stderr] 237 | | version_info: *mut LPWSTR, [INFO] [stderr] 238 | | ) -> HRESULT; [INFO] [stderr] 239 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for extern blocks [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | / /// This method is for anyone want to compare version correctly to determine [INFO] [stderr] 242 | | /// which version is newer, older or same. It can be used to determine whether [INFO] [stderr] 243 | | /// to use webview2 or certain feature base on version. [INFO] [stderr] 244 | | /// Sets the value of result to -1, 0 or 1 if version1 is less than, equal or [INFO] [stderr] ... | [INFO] [stderr] 248 | | /// Input can directly use the versionInfo obtained from [INFO] [stderr] 249 | | /// GetAvailableCoreWebView2BrowserVersionString, channel info will be ignored. [INFO] [stderr] | |_______________________________________________________________________________^ [INFO] [stderr] 250 | / extern "stdcall" { [INFO] [stderr] 251 | | pub fn CompareBrowserVersions(version1: PCWSTR, version2: PCWSTR, result: *mut i32) -> HRESULT; [INFO] [stderr] 252 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for extern blocks [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `COREWEBVIEW2_WEB_RESOURCE_CONTEXT` [INFO] [stderr] --> src/lib.rs:1464:10 [INFO] [stderr] | [INFO] [stderr] 1464 | /// [COREWEBVIEW2_WEB_RESOURCE_CONTEXT]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `COREWEBVIEW2_WEB_RESOURCE_CONTEXT` 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 `PostWebMessageAsJson` [INFO] [stderr] --> src/lib.rs:2377:5 [INFO] [stderr] | [INFO] [stderr] 2377 | / /// The `IsWebMessageEnabled` property is used when loading a new HTML [INFO] [stderr] 2378 | | /// document. If set to `TRUE`, communication from the host to the top-level [INFO] [stderr] 2379 | | /// HTML document of the WebView is allowed using `PostWebMessageAsJson`, [INFO] [stderr] 2380 | | /// `PostWebMessageAsString`, and message event of `window.chrome.webview`. [INFO] [stderr] ... | [INFO] [stderr] 2390 | | /// [INFO] [stderr] 2391 | | /// \snippet ScenarioWebMessage.cpp IsWebMessageEnabled [INFO] [stderr] | |___________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] For more information, navigate to [PostWebMessageAsJson]. Communication [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `PostWebMessageAsJson` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `add_WebMessageReceived` [INFO] [stderr] --> src/lib.rs:2377:5 [INFO] [stderr] | [INFO] [stderr] 2377 | / /// The `IsWebMessageEnabled` property is used when loading a new HTML [INFO] [stderr] 2378 | | /// document. If set to `TRUE`, communication from the host to the top-level [INFO] [stderr] 2379 | | /// HTML document of the WebView is allowed using `PostWebMessageAsJson`, [INFO] [stderr] 2380 | | /// `PostWebMessageAsString`, and message event of `window.chrome.webview`. [INFO] [stderr] ... | [INFO] [stderr] 2390 | | /// [INFO] [stderr] 2391 | | /// \snippet ScenarioWebMessage.cpp IsWebMessageEnabled [INFO] [stderr] | |___________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [add_WebMessageReceived]. If set to false, then communication is [INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `add_WebMessageReceived` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/lib.rs:177:5 [INFO] [stderr] | [INFO] [stderr] 177 | /// ``` [INFO] [stderr] | _____^ [INFO] [stderr] 178 | | /// [{Root}\Software\Policies\Microsoft\EmbeddedBrowserWebView\LoaderOverride\{AppId}] [INFO] [stderr] 179 | | /// "releaseChannelPreference"=dword:00000000 [INFO] [stderr] 180 | | /// "browserExecutableFolder"="" [INFO] [stderr] 181 | | /// "userDataFolder"="" [INFO] [stderr] 182 | | /// "additionalBrowserArguments"="" [INFO] [stderr] 183 | | /// ``` [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: unknown start of token: \ [INFO] [stderr] = note: error from rustc: unknown start of token: \ [INFO] [stderr] = note: error from rustc: unknown start of token: \ [INFO] [stderr] = note: error from rustc: unknown start of token: \ [INFO] [stderr] = note: error from rustc: unknown start of token: \ [INFO] [stderr] = note: error from rustc: unknown start of token: \ [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 177 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:303:46 [INFO] [stderr] | [INFO] [stderr] 303 | /// These fields match those as specified in https://developer.mozilla.org/docs/Web/HTTP/Cookies#. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 303 | /// These fields match those as specified in <https://developer.mozilla.org/docs/Web/HTTP/Cookies#.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:304:45 [INFO] [stderr] | [INFO] [stderr] 304 | /// Learn more about SameSite cookies here: https://tools.ietf.org/html/draft-west-first-party-cookies-07 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 304 | /// Learn more about SameSite cookies here: <https://tools.ietf.org/html/draft-west-first-party-cookies-07> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:476:71 [INFO] [stderr] | [INFO] [stderr] 476 | ...ntecPkiImmediateHtml\]: https://security.googleblog.com/2018/03/distrust-of-symantec-pki-immediate.html "Distrust of the Symante... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 476 | /// \[GoogleblogSecurity201803DistrustSymantecPkiImmediateHtml\]: <https://security.googleblog.com/2018/03/distrust-of-symantec-pki-immediate.html> "Distrust of the Symantec PKI: Immediate action needed by site operators | Google Security Blog" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1023:53 [INFO] [stderr] | [INFO] [stderr] 1023 | /// \[MdnDocsWebHtmlElementIframeAttrSandbox\]: https://developer.mozilla.org/docs/Web/HTML/Element/iframe#attr-sandbox "sandb... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1023 | /// \[MdnDocsWebHtmlElementIframeAttrSandbox\]: <https://developer.mozilla.org/docs/Web/HTML/Element/iframe#attr-sandbox> "sandbox - \<iframe\>: The Inline Frame element | MDN" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1025:57 [INFO] [stderr] | [INFO] [stderr] 1025 | ...sContentSecurityPolicy\]: https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy "Content-Security-Policy ... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1025 | /// \[MdnDocsWebHttpHeadersContentSecurityPolicy\]: <https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy> "Content-Security-Policy | MDN" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1166:54 [INFO] [stderr] | [INFO] [stderr] 1166 | /// \[GithubChromedevtoolsDevtoolsProtocolTot\]: https://chromedevtools.github.io/devtools-protocol/tot "latest (tip-of-tree) ... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1166 | /// \[GithubChromedevtoolsDevtoolsProtocolTot\]: <https://chromedevtools.github.io/devtools-protocol/tot> "latest (tip-of-tree) protocol - Chrome DevTools Protocol | GitHub" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1205:54 [INFO] [stderr] | [INFO] [stderr] 1205 | /// \[GithubChromedevtoolsDevtoolsProtocolTot\]: https://chromedevtools.github.io/devtools-protocol/tot "latest (tip-of-tree) ... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1205 | /// \[GithubChromedevtoolsDevtoolsProtocolTot\]: <https://chromedevtools.github.io/devtools-protocol/tot> "latest (tip-of-tree) protocol - Chrome DevTools Protocol | GitHub" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1442:5 [INFO] [stderr] | [INFO] [stderr] 1442 | / /// Adds a URI and resource context filter for the `WebResourceRequested` [INFO] [stderr] 1443 | | /// event. A web resource request with a resource context that matches this [INFO] [stderr] 1444 | | /// filter's resource context and a URI that matches this filter's URI [INFO] [stderr] 1445 | | /// wildcard string will be raised via the `WebResourceRequested` event. [INFO] [stderr] ... | [INFO] [stderr] 1477 | | /// | https://xn--qei.example/ | https://❤.example/ | Yes | Non-ASCII hostnames are normalized to punycode before wildcard comparison | [INFO] [stderr] 1478 | | /// | https://❤.example/ | https://xn--qei.example/ | No | Non-ASCII hostnames are normalized to punycode before wildcard comparison | [INFO] [stderr] | |_________________________________________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1470:33 [INFO] [stderr] | [INFO] [stderr] 1470 | /// | `*://contoso.com/*` | https://example.com/?https://contoso.com/ | Yes | But also matches a URI with just the same text a... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1470 | /// | `*://contoso.com/*` | <https://example.com/?https://contoso.com/> | Yes | But also matches a URI with just the same text anywhere in the URI | [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1473:24 [INFO] [stderr] | [INFO] [stderr] 1473 | /// | `*example` | https://contoso.com/path/?example | Yes | The fitler matches across URI parts | [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1473 | /// | `*example` | <https://contoso.com/path/?example> | Yes | The fitler matches across URI parts | [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:1474:24 [INFO] [stderr] | [INFO] [stderr] 1474 | /// | `*example` | https://contoso.com/path/?query#example | No | The filter is matched against the URI with no fragment | [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 1474 | /// | `*example` | <https://contoso.com/path/?query#example> | No | The filter is matched against the URI with no fragment | [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:3442:48 [INFO] [stderr] | [INFO] [stderr] 3442 | /// \[MdnDocsWebApiWindowOpenWindowFeatures\]: https://developer.mozilla.org/docs/Web/API/Window/open#Window_features "Window feat... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 3442 | /// \[MdnDocsWebApiWindowOpenWindowFeatures\]: <https://developer.mozilla.org/docs/Web/API/Window/open#Window_features> "Window features - Window.open() | MDN" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:3901:10 [INFO] [stderr] | [INFO] [stderr] 3901 | /// (https://tools.ietf.org/html/rfc7468#appendix-B). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 3901 | /// (<https://tools.ietf.org/html/rfc7468#appendix-B>). [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:3913:10 [INFO] [stderr] | [INFO] [stderr] 3913 | /// (https://tools.ietf.org/html/rfc1421). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 3913 | /// (<https://tools.ietf.org/html/rfc1421>). [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:4612:51 [INFO] [stderr] | [INFO] [stderr] 4612 | /// \[ChromiumDevelopersHowTosRunWithFlags\]: https://www.chromium.org/developers/how-tos/run-chromium-with-flags "Run Chromiu... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 4612 | /// \[ChromiumDevelopersHowTosRunWithFlags\]: <https://www.chromium.org/developers/how-tos/run-chromium-with-flags> "Run Chromium with flags | The Chromium Projects" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:4631:38 [INFO] [stderr] | [INFO] [stderr] 4631 | /// \[ISO639LanguageCodesHtml\]: https://www.iso.org/iso-639-language-codes.html "ISO 639 | ISO" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 4631 | /// \[ISO639LanguageCodesHtml\]: <https://www.iso.org/iso-639-language-codes.html> "ISO 639 | ISO" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:4633:35 [INFO] [stderr] | [INFO] [stderr] 4633 | /// \[ISOStandard72482Html\]: https://www.iso.org/standard/72482.html "ISO 3166-1:2020 | ISO" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 4633 | /// \[ISOStandard72482Html\]: <https://www.iso.org/standard/72482.html> "ISO 3166-1:2020 | ISO" [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `webview2-sys` (lib doc) generated 24 warnings (run `cargo fix --lib -p webview2-sys` to apply 17 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-pc-windows-msvc/doc/webview2_sys/index.html [INFO] running `Command { std: "docker" "inspect" "c4db703808c0071e8c9a1e4a9436327a8436442d644971f0681fae8fd2422dcb", kill_on_drop: false }`