mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-08 16:07:43 +00:00
6 lines
146 B
Rust
6 lines
146 B
Rust
//@ compile-flags: -Z patchable-function-entry=1,2
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR incorrect value `1,2` for unstable option `patchable-function-entry`
|