about summary refs log tree commit diff
path: root/tests/ui/patchable-function-entry/patchable-function-entry-flags.rs
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-04-28 08:31:31 +0000
committerGitHub <noreply@github.com>2025-04-28 08:31:31 +0000
commit5008c6a6c058911c26947f466840467e8c37a586 (patch)
tree0bd3646d498038aacdf282dce1da0912888b6f82 /tests/ui/patchable-function-entry/patchable-function-entry-flags.rs
parent4ed9b12dd34deb514642fe4163f9976e3b5e46ad (diff)
parentf89fcbeda2a349a7c223a712f8a1f5f7764cf22a (diff)
downloadrust-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.rs3
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`