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
5ebae01c1e
rust
/
tests
/
ui
/
println_empty_string.rs
9 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 16:45:17 +02:00
fn
main
(
)
{
println!
(
)
;
println!
(
"
"
)
;
fixing error message for empty println macro
2018-04-09 06:07:47 +02:00
match
"
a
"
{
_
=
>
println!
(
"
"
)
,
}
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 16:45:17 +02:00
}
Reference in New Issue
Copy Permalink