go through uses of DefineOpaqueTypes::No
and either document or change them · Issue #116652 · rust-lang/rust (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Open
0 of 1 issue completed
Description
This issue can be resolved in individual steps (each application of all steps should be their own commit!):
- flip a single usage of
DefineOpauqeTypes::No
toYes
- see what tests fail, document the site by mentioning the test in a comment, revert to
::No
, and open a PR. - If no tests fail, still open a PR and assign to @oli-obk or @compiler-errors and leave a comment that there's no test exercising it. We'll try to come up with a test and/or run crater to find examples.