diff options
| author | Ralf Jung <post@ralfj.de> | 2025-04-02 22:22:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 22:22:18 +0000 |
| commit | 5103bdeb29d7aa4d7ad4d811893c76baa8a98ab7 (patch) | |
| tree | c989d04f4bcd32bcd93ed62208af68e1dbe36b6d /tests/ui/patchable-function-entry | |
| parent | 4858c3fe7d1a9a7484db4998199f6deb1e05185a (diff) | |
| parent | e435ba32d85057070dba3f07fa8afd96799a0cfb (diff) | |
| download | rust-5103bdeb29d7aa4d7ad4d811893c76baa8a98ab7.tar.gz rust-5103bdeb29d7aa4d7ad4d811893c76baa8a98ab7.zip | |
Merge pull request #4245 from RalfJung/rustup
Rustup
Diffstat (limited to 'tests/ui/patchable-function-entry')
| -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` |
