Sign in
fuchsia
/
third_party
/
rust
/
ddb8551e03a1310a841da05b0418b49fd6287482
/
.
/
tests
/
ui
/
rust-2024
/
unsafe-extern-blocks
/
extern-items.edition2024.stderr
blob: d456cfc6829e1d4586015f1fef205640fc56f403 [
file
] [
log
] [
blame
]
error
:
extern
blocks must be
unsafe
-->
$DIR
/
extern
-
items
.
rs
:
9
:
1
|
LL
|
/
extern
"C"
{
LL
|
|
LL
|
|
static
TEST1
:
i32
;
LL
|
|
fn test1
(
i
:
i32
);
LL
|
|
}
|
|
_
^
error
:
aborting due to
1
previous error