mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-06 15:02:36 +00:00
Move `option_env!` and `env!` tests to the `env-macro` directory This PR moves the `option_env!` tests to there own directory (`extoption_env`), matching the naming convention used by the tests for `env!` (which live in the `extenv` directory).