about summary refs log tree commit diff
path: root/tests/ui/patchable-function-entry/patchable-function-entry-flags.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-04-02 22:22:18 +0000
committerGitHub <noreply@github.com>2025-04-02 22:22:18 +0000
commit5103bdeb29d7aa4d7ad4d811893c76baa8a98ab7 (patch)
treec989d04f4bcd32bcd93ed62208af68e1dbe36b6d /tests/ui/patchable-function-entry/patchable-function-entry-flags.rs
parent4858c3fe7d1a9a7484db4998199f6deb1e05185a (diff)
parente435ba32d85057070dba3f07fa8afd96799a0cfb (diff)
downloadrust-5103bdeb29d7aa4d7ad4d811893c76baa8a98ab7.tar.gz
rust-5103bdeb29d7aa4d7ad4d811893c76baa8a98ab7.zip
Merge pull request #4245 from RalfJung/rustup
Rustup
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`