cognitive-engineering-lab / rustc_plugin

A framework for writing plugins that integrate with the Rust compiler
MIT License
135 stars 16 forks source link

Add support for Cargo args #7

Closed willcrichton closed 1 year ago

JustusAdam commented 1 year ago

Hoh boy. There are some changes in here from just running rustfmt and random changes to the testing setup 😅

willcrichton commented 1 year ago

Yeah I should add fmt --check to the CI at some point. The testing setup change is related to this PR.

JustusAdam commented 1 year ago

I did that recently for dfpp, if you need inspiration ;)