We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c387b commit d07eb8bCopy full SHA for d07eb8b
src/bootstrap/src/core/config/tests.rs
@@ -518,8 +518,7 @@ fn test_explicit_stage() {
518
519
#[test]
520
fn test_exclude() {
521
- use std::path::MAIN_SEPARATOR;
522
- let exclude_path = format!("test{}codegen", MAIN_SEPARATOR);
+ let exclude_path = "compiler";
523
let config = parse(&format!("build.exclude=[\"{}\"]", exclude_path));
524
525
let first_excluded = config
0 commit comments