Skip to content

Commit

Permalink
Add proc-macro boilerplate to crt-static test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Ryan committed Feb 1, 2023
1 parent 11d96b5 commit fb38578
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ui/proc-macro/crt-static.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb38578

Please sign in to comment.