Skip to content

Commit 01dbe1c

Browse files
committed
tests: fix rustc-macro-dep-files
1 parent afea155 commit 01dbe1c

File tree

1 file changed

+2
-0
lines changed
  • tests/run-make/rustc-macro-dep-files

1 file changed

+2
-0
lines changed

tests/run-make/rustc-macro-dep-files/rmake.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// that macro code is not falsely seen as coming from a different file in dep-info.
55
// See https://github.com/rust-lang/rust/issues/36625
66

7+
//@ needs-crate-type: proc-macro
8+
79
use run_make_support::{diff, rustc, target};
810

911
fn main() {

0 commit comments

Comments
 (0)