7c56398e91
tests
4 lines
157 B
Rust
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() {}
|