diff options
Diffstat (limited to 'tests/ui/patchable-function-entry/patchable-function-entry-flags.rs')
| -rw-r--r-- | tests/ui/patchable-function-entry/patchable-function-entry-flags.rs | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/tests/ui/patchable-function-entry/patchable-function-entry-flags.rs b/tests/ui/patchable-function-entry/patchable-function-entry-flags.rs index cb5bc62b6b3..2d5a0b0a771 100644 --- a/tests/ui/patchable-function-entry/patchable-function-entry-flags.rs +++ b/tests/ui/patchable-function-entry/patchable-function-entry-flags.rs @@ -1,2 +1,5 @@ //@ compile-flags: -Z patchable-function-entry=1,2 + fn main() {} + +//~? ERROR incorrect value `1,2` for unstable option `patchable-function-entry` | 
