Open
Description
opened on Nov 19, 2024
The style checking script has been about the same since it was introduced in 2015, but its text-based parsing seems to make it get in the way a lot of the time.
Ideally it would be rewritten using syn
, which should be more accurate and not have problems e.g. handling newlines or recognizing when we are within cfg_if
. It could become part of the libc-test
crate, so cargo run libc-test
checks style.
Activity