use tracked_path in rustc_fluent_macro

This commit is contained in:
usamoi
2024-10-19 22:30:41 +08:00
parent c926476d01
commit fa478239b1
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
#![feature(proc_macro_diagnostic)]
#![feature(proc_macro_span)]
#![feature(rustdoc_internals)]
#![feature(track_path)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end