Skip to content

Tidy CTFE/miri #53596

Closed
Closed
@RalfJung

Description

@RalfJung

CTFE/miri (the code in src/librustc/mir/interpret and src/librustc_mir/interpret) is currently exempt from tidy:

"src/librustc/mir/interpret",
"src/librustc_mir/interpret",

That should not be hard to fix, it is mostly a matter of adding a license header everywhere and breaking long lines into less than 100 characters. Basically, start by removing the above two lines from tidy, and then ./x.py --stage 1 test tidy will tell you all that needs fixing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions