Move xtask flags around outide the generated section

This commit is contained in:
Laurențiu Nicola 2024-03-23 11:35:32 +02:00
parent e265e3d518
commit 84d38c7e94
2 changed files with 60 additions and 57 deletions

View file

@ -235,6 +235,7 @@ pub struct RunTests {
#[derive(Debug)]
pub struct RustcTests {
pub rustc_repo: PathBuf,
pub filter: Option<String>,
}