Skip to content

Possibly use a bool for flags instead of a vector, in extfmt #1993

@catamorphism

Description

@catamorphism
Contributor

As per a FIXME in extfmt.rs, use separate bool fields instead of a vector in the conv record type. (I tried doing this, but found I was out of my depth pretty quickly when it came to bootstrapping...)

Activity

msullivan

msullivan commented on Jun 28, 2012

@msullivan
Contributor

I'll take this; I'm going to do it with a bitmask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-syntaxextArea: Syntax extensions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @msullivan@catamorphism

        Issue actions

          Possibly use a bool for flags instead of a vector, in extfmt · Issue #1993 · rust-lang/rust