-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Missing docs on how to run unicode-table-generator #131640
Copy link
Copy link
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Type
Fields
Give feedbackNo fields configured for issues without a type.
The file
library/core/src/unicode/unicode_data.rssaysHowever, it doesn't say how to run that tool. The "obvious"
./x.py run src/tools/unicode-table-generatordoes not work. I didn't find anything in the dev guide either.So I now edited the file by hand instead 🤷 but that can't be the goal of this.^^
Cc @Mark-Simulacrum