Closed
Description
When building rustc, several warnings are generated regarding non-snake-case functions in middle/trans/build.rs.
There's a #![allow(non_snake_case)]
directive at the top, but no #![allow(non_snake_case_functions)]
. Presumably we should either add that to permit the functions as they're currently named or rename the functions.
Happy to work on this! Which approach should I take?
Metadata
Metadata
Assignees
Labels
No labels