Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-abi_unadjusted.rs
blob: 1dc6adc0e1495c2e2c9c718b9b8771d311d923bc [
file
] [
log
] [
blame
]
extern
"unadjusted"
fn
foo
()
{
//~^ ERROR: "unadjusted" ABI is an implementation detail and perma-unstable
}
fn
main
()
{
foo
();
}