Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-start.rs
blob: e617f1c47594dc2e03e1a29cf2eec4bed95bb06e [
file
] [
log
] [
blame
] [
edit
]
#[
start
]
fn
foo
(
_
:
isize
,
_
:
*
const
*
const
u8
)
->
isize
{
0
}
//~^ ERROR `#[start]` functions are experimental