mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 11:43:39 -04:00
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. (cherry picked from commit a2a7f27fd2548874b203f1f577f64cf61627e0a5)
This commit is contained in:
committed by
Josh Stone
parent
0e869e84b6
commit
b6068ba696
@@ -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.)
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
// build-pass
|
||||
// force-host
|
||||
// no-prefer-dynamic
|
||||
// aux-build:exports_no_mangle.rs
|
||||
#![crate_type = "proc-macro"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user