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
c3ccaacc6c
rust
/
src
/
test
/
run-pass
/
extern-pub.rs
7 lines
55 B
Rust
Raw
Normal View
History
Unescape
Escape
libsyntax: Fix parsing of `pub unsafe fn` inside `extern` blocks. rs=bugfix
2013-01-23 17:12:55 -06:00
extern
{
librustc: Disallow "unsafe" for external functions
2013-08-02 16:30:00 -05:00
pub
fn
free
(
p
:
*
u8
)
;
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