diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2025-04-28 08:31:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 08:31:31 +0000 |
| commit | 5008c6a6c058911c26947f466840467e8c37a586 (patch) | |
| tree | 0bd3646d498038aacdf282dce1da0912888b6f82 /tests/ui/patchable-function-entry/patchable-function-entry-flags.rs | |
| parent | 4ed9b12dd34deb514642fe4163f9976e3b5e46ad (diff) | |
| parent | f89fcbeda2a349a7c223a712f8a1f5f7764cf22a (diff) | |
| download | rust-5008c6a6c058911c26947f466840467e8c37a586.tar.gz rust-5008c6a6c058911c26947f466840467e8c37a586.zip | |
Merge pull request #19702 from lnicola/sync-from-rust
internal: Sync from downstream
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` |
