mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +00:00
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() {}
|