Skip to content

Commit 71b6d54

Browse files
committed
Add build script but does not work in the dogfood test
1 parent 83294f8 commit 71b6d54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clippy_workspace_tests/build.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
fn main() {
2+
// Test for #6041
3+
println!("Hello");
4+
print!("Hello");
5+
}

0 commit comments

Comments
 (0)