Skip to content

Commit fb38578

Browse files
author
Joseph Ryan
committed
Add proc-macro boilerplate to crt-static test
1 parent 11d96b5 commit fb38578

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ui/proc-macro/crt-static.rs

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// ignore-wasm32
66
// ignore-sgx no support for proc-macro crate type
77
// build-pass
8+
// force-host
9+
// no-prefer-dynamic
10+
811
#![crate_type = "proc-macro"]
912

1013
// FIXME: This don't work when crate-type is specified by attribute

0 commit comments

Comments
 (0)