Skip to content

Fix Error implementation availability docs - #3671

Merged
joshlf merged 1 commit into
mainfrom
agent/fix-error-doc-cfg-20260912-pr
Sep 13, 2026
Merged

Fix Error implementation availability docs#3671
joshlf merged 1 commit into
mainfrom
agent/fix-error-doc-cfg-20260912-pr

Conversation

@joshlf

@joshlf joshlf commented Sep 12, 2026

Copy link
Copy Markdown
Member

The Error implementations are available on Rust 1.81 and newer or
with the std feature, but their rustdoc annotations require both.

Use any instead of all in the four annotations so the documented
availability matches the compilation conditions. This does not change
which implementations are compiled.

Validation: verified that the diff contains only the four annotation
changes. Rustdoc, tests, and pre-push checks were not run because the
execution environment has no Rust toolchain.

Authored by an AI agent acting on Josh Liebow-Feeser's behalf.

The `Error` implementations are available on Rust 1.81 and newer or
with the `std` feature, but their rustdoc annotations require both.

Use `any` instead of `all` in the four annotations so the documented
availability matches the compilation conditions. This does not change
which implementations are compiled.

Agent-Authored-By: AI agent acting on Josh Liebow-Feeser's behalf
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for security reviews. Please try again later.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 12, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-12T04:56:15.266903Z 91beebd PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.81%. Comparing base (ec74bc1) to head (91beebd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3671   +/-   ##
=======================================
  Coverage   91.81%   91.81%           
=======================================
  Files          20       20           
  Lines        6147     6147           
=======================================
  Hits         5644     5644           
  Misses        503      503           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@joshlf
joshlf added this pull request to the merge queue Sep 12, 2026
Merged via the queue into main with commit 218f771 Sep 13, 2026
111 checks passed
@joshlf
joshlf deleted the agent/fix-error-doc-cfg-20260912-pr branch September 13, 2026 00:05
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