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
887c656970
rust
/
src
/
test
/
run-pass
/
extern-pub.rs
7 lines
62 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
{
Fix test failure on windows This patch ensures that the multiple extern definitions of `free` in the run-pass tests have the same declaration, working around #7352.
2013-06-24 12:14:20 -05:00
pub
unsafe
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