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