Sign in
rust
/
rust
/
7253b2ba610be3cfdfd391de9af8ec461a2dee27
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-patchable-function-entry.rs
blob: 660c7eab3ea00f8451026c509d612b01d353e974 [
file
]
#[
patchable_function_entry
(
prefix_nops
=
1
,
entry_nops
=
1
)]
//~^ ERROR: the `patchable_function_entry` attribute is an experimental feature
fn
main
()
{}