This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-27 17:24:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
28794e956e
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 20:22:47 +00:00
#![
deny(clippy::print_stdout)
]
Add build script but does not work in the dogfood test
2020-09-26 14:54:18 +00:00
fn
main
(
)
{
// Test for #6041
println!
(
"
Hello
"
)
;
print!
(
"
Hello
"
)
;
}
Reference in New Issue
Copy Permalink