You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* #173 fix: Rust 2024 edition compatibility for non_shorthand_field_patterns
This commit resolves issue #173 by updating the macro code generation to use
shorthand field pattern syntax required by Rust 2024 edition.
Changes:
- Modified error_trait.rs to generate shorthand patterns (field vs field: field)
- Added deny directive for non_shorthand_field_patterns in error_derive test
- Created new rust_2024_edition.rs test with comprehensive coverage
- Fixed telemetry_flushes_after_subscriber_install test race condition
All tests pass successfully with Rust 2024 edition.
* #173 chore: bump version to 0.24.19 and update changelog
0 commit comments