-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
CTFE/miri (the code in src/librustc/mir/interpret
and src/librustc_mir/interpret
) is currently exempt from tidy:
rust/src/tools/tidy/src/lib.rs
Lines 79 to 80 in 24bc544
"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
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.