This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-05-21 17:52:12 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ddda7bbe5dfc3884857a90efe9dfd4dfc3eb85e1
rust
/
tests
/
target
/
issue_3844.rs
T
Caleb Cartwright
207a58f365
fix panic on closure with empty block expr (
#3846
)
2019-10-08 11:00:31 +09:00
4 lines
25 B
Rust
Raw
Blame
History
fn
main
(
)
{
|
|
{
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink