This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5f04b50191
rust
/
clippy_workspace_tests
/
build.rs
8 lines
112 B
Rust
Raw
Normal View
History
Unescape
Escape
Add missing attr to clippy_workspace_tests/build.rs
2020-09-26 22:22:47 +02:00
#![
deny(clippy::print_stdout)
]
Add build script but does not work in the dogfood test
2020-09-26 16:54:18 +02:00
fn
main
(
)
{
// Test for #6041
println!
(
"
Hello
"
)
;
print!
(
"
Hello
"
)
;
}
Reference in New Issue
Copy Permalink