fix tests/run-make/track-path-dep-info attempt 2

This commit is contained in:
Skgland 2025-11-28 20:47:03 +01:00 committed by Bennet Bleßmann
parent f4296bce97
commit 3f67246af5
No known key found for this signature in database
GPG key ID: 3BE1A1A3CBC3CF99

View file

@ -1,4 +1,4 @@
#![feature(proc_macro_track_path)]
#![feature(proc_macro_tracked_path)]
#![crate_type = "proc-macro"]
extern crate proc_macro;