rust-lang / rust-lang/rust-bindgen
`cargo test` is broken despite specified `--rust-target 1.47`
Open
Nobody has claimed this yet.
bug
- Dominant language
- Rust
- Stars
- 5.3k
- Forks
- 829
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 15
Description
#2203 caused std::ptr::addr_of! to be emitted in tests, which is only available since 1.51.
Do tests fall under the guarantee? It'd be nice if this was called out in the changelog, if it was intentional.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with cargo test and --rust-target 1.47, then inspect the test code emitted after #2203 and the project’s changelog. Determine whether the stated Rust-version guarantee includes tests; done means the behavior is clarified and either compatibility is restored or the intentional limitation is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100