Skip to content

Commit 3f67246

Browse files
committed
fix tests/run-make/track-path-dep-info attempt 2
1 parent f4296bc commit 3f67246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/track-path-dep-info/macro_def.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(proc_macro_track_path)]
1+
#![feature(proc_macro_tracked_path)]
22
#![crate_type = "proc-macro"]
33

44
extern crate proc_macro;

0 commit comments

Comments
 (0)