This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
ca437e81a730e2b449b50e00f3bb7f3d381f327d
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 00:07:47 -04:00
match
"
a
"
{
_
=
>
println!
(
"
"
)
,
}
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 16:45:17 +02:00
}
Reference in New Issue
Copy Permalink