Add build script but does not work in the dogfood test
This commit is contained in:
parent
83294f894d
commit
71b6d54cd9
1 changed files with 5 additions and 0 deletions
5
clippy_workspace_tests/build.rs
Normal file
5
clippy_workspace_tests/build.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
fn main() {
|
||||
// Test for #6041
|
||||
println!("Hello");
|
||||
print!("Hello");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue