We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5f074 commit c6ecd8cCopy full SHA for c6ecd8c
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