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
25f070d1ed
rust
/
src
/
test
/
ui
/
issues
/
issue-24779.rs
5 lines
60 B
Rust
Raw
Normal View
History
Unescape
Escape
Add `// run-pass` annotations to all the tests under `ui/run-pass/`. (I may have accidentally added it to some auxilliary crates as well; my emacs-macro-based methodology was pretty crude.)
2018-08-30 07:18:55 -05:00
// run-pass
Translate "ignored" closure expressions. This isn't a very clean fix, but I'm not sure what a better fix would look like. Fixes #24779.
2015-06-07 16:32:37 -05:00
fn
main
(
)
{
assert_eq!
(
(
|
|
|
|
42
)
(
)
(
)
,
42
)
;
}
Reference in New Issue
Copy Permalink