fix proc-macro test added here to solely be exercised as a build product for the host.

thus we should no longer see test failures for e.g. wasm32 target.
This commit is contained in:
Felix S. Klock II 2023-08-08 11:40:35 -04:00
parent a2058ddbed
commit a2a7f27fd2
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// force-host
// no-prefer-dynamic
#![crate_type="lib"]
// Issue 111888: this crate (1.) is imported by a proc-macro crate and (2.)

View File

@ -1,4 +1,6 @@
// build-pass
// force-host
// no-prefer-dynamic
// aux-build:exports_no_mangle.rs
#![crate_type = "proc-macro"]