about summary refs log tree commit diff
path: root/tests/ui/patchable-function-entry/patchable-function-entry-flags.rs
blob: 2d5a0b0a77155235d81be5bbc9ebd8a79728db5e (plain)
1
2
3
4
5
//@ compile-flags: -Z patchable-function-entry=1,2

fn main() {}

//~? ERROR incorrect value `1,2` for unstable option `patchable-function-entry`