rust/tests/ui/feature-gates/feature-gate-patchable-function-entry.rs
2024-06-25 19:00:02 +02:00

4 lines
157 B
Rust

#[patchable_function_entry(prefix_nops = 1, entry_nops = 1)]
//~^ ERROR: the `#[patchable_function_entry]` attribute is an experimental feature
fn main() {}