Skip to content

Conversation

@RAprogramm
Copy link
Owner

Summary

  • teach the Error derive to generate backtrace/provide methods that expose #[backtrace] fields when the standard library feature is available
  • validate #[backtrace] usage during input parsing and report duplicates or unsupported field types
  • cover the new behaviour with unit tests and trybuild compile-fail cases

Testing

  • cargo +nightly fmt --
  • cargo clippy -- -D warnings
  • cargo build --all-targets
  • cargo test --all
  • cargo doc --no-deps

https://chatgpt.com/codex/tasks/task_e_68ccbb6ef4f0832baba7ab1ff6daa7f9

@RAprogramm RAprogramm merged commit 7651638 into new_version Sep 19, 2025
1 of 2 checks passed
@RAprogramm RAprogramm deleted the codex/enhance-backtrace-support-in-error_trait.rs branch September 19, 2025 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants