diff options
| author | mejrs <59372212+mejrs@users.noreply.github.com> | 2023-01-19 16:31:50 +0100 |
|---|---|---|
| committer | mejrs <59372212+mejrs@users.noreply.github.com> | 2023-01-19 16:31:50 +0100 |
| commit | 8e43414bce77cfe2030b875e365c77691897b95f (patch) | |
| tree | 484f815a0d930e6dcbb3f845ae79ad546c1a248a /tests/ui/proc-macro/proc-macro-abi.rs | |
| parent | a8e3abd04cf85080d921c2d1875e0094b2db5155 (diff) | |
| download | rust-8e43414bce77cfe2030b875e365c77691897b95f.tar.gz rust-8e43414bce77cfe2030b875e365c77691897b95f.zip | |
Fix proc macro tests
Diffstat (limited to 'tests/ui/proc-macro/proc-macro-abi.rs')
| -rw-r--r-- | tests/ui/proc-macro/proc-macro-abi.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/proc-macro-abi.rs b/tests/ui/proc-macro/proc-macro-abi.rs index 8e9d50d7832..873660a5b3a 100644 --- a/tests/ui/proc-macro/proc-macro-abi.rs +++ b/tests/ui/proc-macro/proc-macro-abi.rs @@ -1,3 +1,6 @@ +// force-host +// no-prefer-dynamic + #![crate_type = "proc-macro"] #![allow(warnings)] |
