Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
eii
/
dylib_needs_impl.rs
blob: 1568145c5ffa55ed764f9fda96d0ff98308b676c [
file
]
//@ no-prefer-dynamic
//@ needs-crate-type: dylib
#![
crate_type
=
"dylib"
]
#![
feature
(
extern_item_impls
)]
#[
eii
(
eii1
)]
//~ ERROR `#[eii1]` function required, but not found
fn
decl1
(
x
:
u64
);