Add proc-macro boilerplate to crt-static test

This commit is contained in:
Joseph Ryan 2023-02-01 13:35:36 -08:00
parent 11d96b5930
commit fb38578082
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
// ignore-wasm32
// ignore-sgx no support for proc-macro crate type
// build-pass
// force-host
// no-prefer-dynamic
#![crate_type = "proc-macro"]
// FIXME: This don't work when crate-type is specified by attribute