We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbed65a commit 7a89bf1Copy full SHA for 7a89bf1
src/test/ui/proc-macro/musl-proc-macro.rs
@@ -1,6 +1,7 @@
1
// Test proc-macro crate can be built without addtional RUSTFLAGS
2
// on musl target
3
-
+// override -Ctarget-feature=-crt-static from compiletest
4
+// compile-flags: -Ctarget-feature=
5
// build-pass
6
// only-musl
7
#![crate_type = "proc-macro"]
0 commit comments