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:
parent
a2058ddbed
commit
a2a7f27fd2
@ -1,3 +1,5 @@
|
|||||||
|
// force-host
|
||||||
|
// no-prefer-dynamic
|
||||||
#![crate_type="lib"]
|
#![crate_type="lib"]
|
||||||
|
|
||||||
// Issue 111888: this crate (1.) is imported by a proc-macro crate and (2.)
|
// Issue 111888: this crate (1.) is imported by a proc-macro crate and (2.)
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
// build-pass
|
// build-pass
|
||||||
|
// force-host
|
||||||
|
// no-prefer-dynamic
|
||||||
// aux-build:exports_no_mangle.rs
|
// aux-build:exports_no_mangle.rs
|
||||||
#![crate_type = "proc-macro"]
|
#![crate_type = "proc-macro"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user