This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-06 15:07:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
29b51cdff3
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 21:12:52 +00:00
extern
"
C
"
{
parse: use `parse_item_common` in `parse_foreign_item`.
2020-02-22 05:57:31 +00:00
f
(
)
;
//~ ERROR expected one of `!` or `::`, found `(`
Fix #6342
2013-05-22 07:11:48 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink