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-04-28 11:07:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
ui
/
parser
/
unsafe-foreign-mod-2.rs
7 lines
109 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Optimize the diagnostic generation for `extern unsafe`
2022-05-30 07:56:43 +00:00
extern
"
C
"
unsafe
{
Allow unsafe extern on all editions
2024-04-24 22:10:14 +00:00
//~^ ERROR expected `{`, found keyword `unsafe`
Optimize the diagnostic generation for `extern unsafe`
2022-05-30 07:56:43 +00:00
unsafe
fn
foo
(
)
;
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink