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-12-11 16:15:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b29aacfec8
rust
/
tests
/
ui
/
println_empty_string.rs
11 lines
114 B
Rust
Raw
Normal View
History
Unescape
Escape
Add run-rustfix where it already passes
2019-01-04 10:22:38 +00:00
// run-rustfix
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 14:45:17 +00:00
fn
main
(
)
{
println!
(
)
;
println!
(
"
"
)
;
fixing error message for empty println macro
2018-04-09 04:07:47 +00:00
match
"
a
"
{
_
=
>
println!
(
"
"
)
,
}
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 14:45:17 +00:00
}
Reference in New Issue
Copy Permalink