Closed
Description
After submitting #28031, I ran a script on the rest of src/ and I found several feature annotations that seem anomalous. A few I thought were obvious and I submitted another PR #28038.
This short list contains the ones that I'm not sure about -- either features that reference issue 0, or where the feature name is inconsistent with other annotations referencing the same issue.
I skipped any feature names containing the word "internals", and a few other clear false positives, because I figure those are never meant to be stabilized, so they are allowed to reference issue 0.
- src/liballoc/boxed.rs
- line 480: feature "fnbox" points to issue 0
- lines 88 and 95: feature "box_heap" is supposedly deprecated (std: Deprecate a number of unstable features #26914)
- line 127: feature "placement_in" should maybe be "placement_new_protocol"
- src/libcore/iter.rs
- line 2188: feature "step_trait" should maybe be "step_by"
- src/libstd/error.rs
- line 80: feature "error_type_id" should maybe be "get_type_id"
Metadata
Metadata
Assignees
Labels
No labels