about summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-patchable-function-entry.rs
blob: b9642c7bfd4a6cb0f6849be981193f2660d2e046 (plain)
1
2
3
#[patchable_function_entry(prefix_nops = 1, entry_nops = 1)]
//~^ ERROR: the `#[patchable_function_entry]` attribute is an experimental feature
fn main() {}