Stream: git-wasmtime

Topic: wasmtime / issue #11834 Wasmtime has failed docs build on...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 10 2025 at 21:26):

cfallin opened issue #11834:

I sometimes use docs.rs for convenience (because why read local text files when you can connect to a server on the Internet? Nevertheless...). I just noticed a large banner at the top of [https://docs.rs/wasmtime]:

docs.rs failed to build wasmtime-37.0.2
Please check the [build logs](https://docs.rs/crate/wasmtime/37.0.2/builds) for more information.

It appears that the build logs point to a removed attribute doc_auto_cfg in our root lib.rs.

I don't have enough context about Rustdoc updates, what this attribute does for us, etc., to know what the right fix is; but thought I should flag this. (cc @alexcrichton ?)

view this post on Zulip Wasmtime GitHub notifications bot (Oct 10 2025 at 21:27):

cfallin edited issue #11834:

I sometimes use docs.rs for convenience (because why read local text files when you can connect to a server on the Internet? Nevertheless...). I just noticed a large banner at the top of https://docs.rs/wasmtime:

docs.rs failed to build wasmtime-37.0.2
Please check the [build logs](https://docs.rs/crate/wasmtime/37.0.2/builds) for more information.

It appears that the build logs point to a removed attribute doc_auto_cfg in our root lib.rs.

I don't have enough context about Rustdoc updates, what this attribute does for us, etc., to know what the right fix is; but thought I should flag this. (cc @alexcrichton ?)

view this post on Zulip Wasmtime GitHub notifications bot (Oct 10 2025 at 21:36):

alexcrichton commented on issue #11834:

I backported a fix to 37.0.x in https://github.com/bytecodealliance/wasmtime/pull/11808 but didn't have the energy to do a point release myself. I also backported to 24.0.x and also 36.0.x. The fix landed on main a few weeks ago and made it for 38.0.x.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 10 2025 at 21:54):

cfallin closed issue #11834:

I sometimes use docs.rs for convenience (because why read local text files when you can connect to a server on the Internet? Nevertheless...). I just noticed a large banner at the top of https://docs.rs/wasmtime:

docs.rs failed to build wasmtime-37.0.2
Please check the [build logs](https://docs.rs/crate/wasmtime/37.0.2/builds) for more information.

It appears that the build logs point to a removed attribute doc_auto_cfg in our root lib.rs.

I don't have enough context about Rustdoc updates, what this attribute does for us, etc., to know what the right fix is; but thought I should flag this. (cc @alexcrichton ?)

view this post on Zulip Wasmtime GitHub notifications bot (Oct 10 2025 at 21:54):

cfallin commented on issue #11834:

Ah, sorry, I completely missed that. Since the banner will go away in 10 days with v38 I'm happy to close this...


Last updated: Dec 06 2025 at 07:03 UTC