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
ce888a5055
rust
/
src
/
test
/
run-pass
/
extern-pub.rs
9 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
librustc: Stop reexporting the standard modules from prelude.
2013-05-24 21:35:29 -05:00
use
std
::
libc
;
libsyntax: Fix parsing of `pub unsafe fn` inside `extern` blocks. rs=bugfix
2013-01-23 17:12:55 -06:00
extern
{
Remove intrinsic module To achieve this, the following changes were made: * Move TyDesc, TyVisitor and Opaque to std::unstable::intrinsics * Convert TyDesc, TyVisitor and Opaque to lang items instead of specially handling the intrinsics module * Removed TypeDesc, FreeGlue and get_type_desc() from sys Fixes #3475.
2013-06-20 04:39:49 -05:00
pub
unsafe
fn
free
(
p
:
*
libc
::
c_void
)
;
libsyntax: Fix parsing of `pub unsafe fn` inside `extern` blocks. rs=bugfix
2013-01-23 17:12:55 -06:00
}
check-fast fallout from removing export, r=burningtree
2013-02-01 21:43:17 -06:00
pub
fn
main
(
)
{
libsyntax: Fix parsing of `pub unsafe fn` inside `extern` blocks. rs=bugfix
2013-01-23 17:12:55 -06:00
}
Reference in New Issue
Copy Permalink