1
Fork 0

Only run this test on musl

This commit is contained in:
12101111 2020-03-03 19:17:24 +08:00
parent 7996df992f
commit 89aebbdd7b

View file

@ -1,8 +1,8 @@
// Test proc-macro crate can be built without addtional RUSTFLAGS // Test proc-macro crate can be built without addtional RUSTFLAGS
// on musl target // on musl target
// run-pass // build-pass
// compile-flags: --target=x86_64-unknown-linux-musl // only-musl
#![crate_type = "proc-macro"] #![crate_type = "proc-macro"]
extern crate proc_macro; extern crate proc_macro;