libc icon indicating copy to clipboard operation
libc copied to clipboard

Update the `ctest` crate to something `syn`-based

Open tgross35 opened this issue 8 months ago • 0 comments

ctest2 will be merged into this crate in https://github.com/rust-lang/libc/pull/4283. We need to migrate this away from garando_syntax, which has problems parsing modern Rust, to a more modern solution like syn.

tgross35 avatar Mar 01 '25 22:03 tgross35