about summary refs log tree commit diff
path: root/tests/incremental/env/option_env_macro.rs
AgeCommit message (Collapse)AuthorLines
2025-03-26Test that env! works with incremental compilationMads Marquart-0/+18
This currently works because it's part of expansion, and that isn't yet tracked by the query system. But we want to ensure it continues working, even if that is changed.