Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-patchable-function-entry.rs
blob: b9642c7bfd4a6cb0f6849be981193f2660d2e046 [
file
] [
log
] [
blame
] [
edit
]
#[
patchable_function_entry
(
prefix_nops
=
1
,
entry_nops
=
1
)]
//~^ ERROR: the `#[patchable_function_entry]` attribute is an experimental feature
fn
main
()
{}