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
0bb2acf50f
rust
/
tests
/
source
/
issue-5791.rs
Deadbeef
bb87a1b717
Rewrite float literals ending in dots with parens in method calls
2023-07-03 12:03:12 -05:00
4 lines
39 B
Rust
Raw
Blame
History
pub
fn
main
(
)
{
0.
.
to_string
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink