eupn / macrotest

Test harness for declarative and procedural macros expansion via `cargo-expand`
47 stars 9 forks source link

Use .cargo/config.toml instead of .cargo/config #106

Closed taiki-e closed 5 months ago

taiki-e commented 5 months ago

Cargo now warns cargo/config:

warning: `/macrotest/test-project/target/tests/test-project/macrotest000/.cargo/config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`