rustc/tests/ui/feature-gates/feature-gate-patchable-function-entry.rs
2024-10-21 11:08:01 +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() {}