We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d96b5 commit fb38578Copy full SHA for fb38578
tests/ui/proc-macro/crt-static.rs
@@ -5,6 +5,9 @@
5
// ignore-wasm32
6
// ignore-sgx no support for proc-macro crate type
7
// build-pass
8
+// force-host
9
+// no-prefer-dynamic
10
+
11
#![crate_type = "proc-macro"]
12
13
// FIXME: This don't work when crate-type is specified by attribute
0 commit comments