Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
eii
/
static
/
default_apple.rs
blob: f638ee480f4cbb9f0b82bdc9facb7cc81f7e0ae8 [
file
]
//@ only-apple
//@ ignore-backends: gcc
#![
feature
(
extern_item_impls
)]
#![
crate_type
=
"lib"
]
#[
eii
(
eii1
)]
pub
static
DECL1
:
u64
=
5
;
//~^ ERROR `#[eii]` cannot be used on statics with a value on Apple targets