check_doc workflow fails with "unexpected `cfg` condition name: `detailed_trace`"
Open
A-Build-System
A-Rendering
C-Bug
P-Critical
S-Needs-Investigation
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
See https://github.com/bevyengine/bevy/actions/runs/11928961488/job/33246832552?pr=16443#step:6:187 for example.
This appears to be a new nightly breakage, and is preventing us from merging other PRs. I think that this is occurring inside of the macro code for `detailed_trace!`: we should expand it to investigate further.
We either need to add our own `detailed_trace` feature or file a bug upstream for a broken / unhygienic macro.
Contributor guide
Assessment
This issue has not been assessed yet.