Sign in
android
/
toolchain
/
rustc
/
59fbe18bc79ed87d0c5f02705e7cf19e402e1f2b
/
.
/
src
/
test
/
ui
/
rfc-2627-raw-dylib
/
feature-gate-raw-dylib-2.rs
blob: 518aa20dd68ceefc4ae314f044eac8a496ee9d5f [
file
]
#[
link
(
name
=
"foo"
)]
extern
"C"
{
#[
link_ordinal
(
42
)]
//~^ ERROR: the `#[link_ordinal]` attribute is an experimental feature
fn
foo
();
}
fn
main
()
{}