rust/tests/ui/patchable-function-entry/patchable-function-entry-flags.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
146 B
Rust
Raw Normal View History

//@ compile-flags: -Z patchable-function-entry=1,2
fn main() {}
//~? ERROR incorrect value `1,2` for unstable option `patchable-function-entry`