This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b0db9c285d
rust
/
tests
/
workspace_test
/
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 15:22:47 -05:00
#![
deny(clippy::print_stdout)
]
Add build script but does not work in the dogfood test
2020-09-26 09:54:18 -05:00
fn
main
(
)
{
// Test for #6041
println!
(
"
Hello
"
)
;
print!
(
"
Hello
"
)
;
}
Reference in New Issue
Copy Permalink