Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a description field to target definitions #121905

Merged
merged 1 commit into from
Mar 5, 2024

Commits on Mar 5, 2024

  1. Add a description field to target definitions

    This is the short description (`64-bit MinGW (Windows 7+)`) including
    the platform requirements.
    
    The reason for doing it like this is that this PR will be quite prone to
    conflicts whenever targets get added, so it should be as simple as
    possible to get it merged. Future PRs which migrate targets are scoped
    to groups of targets, so they will not conflict as they can just touch
    these.
    
    This moves some of the information from the rustc book into the
    compiler.
    It cannot be queried yet, that is future work. It is also future work to
    fill out all the descriptions, which will coincide with the work of
    moving over existing target docs to the new format.
    Noratrieb authored and WaffleLapkin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1db67fb View commit details
    Browse the repository at this point in the history