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
a20078f044
rust
/
tests
/
ui
/
parser
/
extern-no-fn.rs
7 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests for extern block linting
2020-09-01 16:12:52 -05:00
extern
"
C
"
{
parse: use `parse_item_common` in `parse_foreign_item`.
2020-02-21 23:57:31 -06:00
f
(
)
;
//~ ERROR expected one of `!` or `::`, found `(`
Fix #6342
2013-05-22 02:11:48 -05:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink