Skip to content

Commit 7a89bf1

Browse files
committed
override flags from compiletest
1 parent dbed65a commit 7a89bf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/ui/proc-macro/musl-proc-macro.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Test proc-macro crate can be built without addtional RUSTFLAGS
22
// on musl target
3-
3+
// override -Ctarget-feature=-crt-static from compiletest
4+
// compile-flags: -Ctarget-feature=
45
// build-pass
56
// only-musl
67
#![crate_type = "proc-macro"]

0 commit comments

Comments
 (0)