This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
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 17:12:52 -04:00
extern
"
C
"
{
parse: use `parse_item_common` in `parse_foreign_item`.
2020-02-22 06:57:31 +01:00
f
(
)
;
//~ ERROR expected one of `!` or `::`, found `(`
Fix #6342
2013-05-22 16:11:48 +09:00
}
fn
main
(
)
{
}
Copy permalink