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