incorrect revision syntax is silently accepted
Open
Nobody has claimed this yet.
A-compiletest
C-enhancement
T-bootstrap
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
This test never actually tests the new solver. It has to be //@[next] compile-flags: -Znext-solver. We should lint here ✨
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 with tests/ui/traits/coherence-alias-hang.rs lines 1–5, referenced by the issue, and inspect how its revision syntax and compile flags are handled. Run the referenced UI test after making the change; done means the incorrect revision syntax is no longer silently accepted and the test uses the intended next-solver configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100