Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-abi_unadjusted.rs
blob: 35a7d73288b5d2747988b00e3b58bec2f8a9ab7e [
file
] [
log
] [
blame
] [
edit
]
extern
"unadjusted"
fn
foo
()
{
//~^ ERROR: unadjusted ABI is an implementation detail and perma-unstable
}
fn
main
()
{
foo
();
}