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-28 20:16:58 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
48e380fa40817c8d2b0f82761d01856aa593afbe
rust
/
tests
/
source
/
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
23 B
Rust
Raw
Blame
History
fn
main
(
)
{
|
|
{
{
}
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink