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
12c32e944d
rust
/
src
/
test
/
auxiliary
/
issue_2723_a.rs
4 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
Build the export_map2 from visibility markers, unless #[legacy_exports];
2012-09-24 19:29:20 -05:00
#[
legacy_exports
]
;
Test for #2723. Closes #2723
2012-07-11 14:33:55 -05:00
unsafe
fn
f
(
xs
:
~
[
int
]
)
{
xs
.
map
(
|
_x
|
{
unsafe
fn
q
(
)
{
fail
;
}
}
)
;
}
Reference in New Issue
Copy Permalink