Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Jan 8, 2026

This backports the fix for the docs.rs build to the 0.12 branch

See https://docs.rs/crate/object_store/latest/builds/2752265 :

```text
[INFO] [stderr]  Documenting object_store v0.13.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> src/lib.rs:18:29
[INFO] [stderr]    |
[INFO] [stderr] 18 | #![cfg_attr(docsrs, feature(doc_auto_cfg))]
[INFO] [stderr]    |                             ^^^^^^^^^^^^ feature has been removed
[INFO] [stderr]    |
[INFO] [stderr]    = note: removed in 1.92.0; see <rust-lang/rust#138907> for more information
[INFO] [stderr]    = note: merged into `doc_cfg`
[INFO] [stderr]
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0557`.
[INFO] [stderr] error: could not document `object_store`
```

Co-authored-by: Andrew Lamb <[email protected]>
@alamb alamb changed the title [release/0.12] fix: docs.rs build failure (#591) [release/0.12] backport fix: docs.rs build failure (#591) Jan 8, 2026
@alamb alamb merged commit cb0b3a6 into apache:release/0.12 Jan 9, 2026
8 checks passed
@alamb alamb deleted the alamb/backport_docs_fix branch January 9, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants