mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
Add build script but does not work in the dogfood test
This commit is contained in:
parent
83294f894d
commit
71b6d54cd9
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…
Reference in New Issue
Block a user