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-17 05:25:37 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d9ea1027b52b94924c00a1ee2eb543f44f64a4e2
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