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_cfgin our rootlib.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 ?)
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_cfgin our rootlib.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 ?)
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.
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_cfgin our rootlib.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 ?)
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