diff options
| author | usamoi <usamoi@outlook.com> | 2024-10-19 22:30:41 +0800 |
|---|---|---|
| committer | usamoi <usamoi@outlook.com> | 2024-10-19 22:32:38 +0800 |
| commit | fa478239b19ccf1a455985fec7577d7091a7620c (patch) | |
| tree | 8c489c7afd320f604d86c05fc3159ad8c9a36125 /compiler/rustc_fluent_macro/src/lib.rs | |
| parent | c926476d013fbb2ca43bd5259d0a7228009a9cb2 (diff) | |
| download | rust-fa478239b19ccf1a455985fec7577d7091a7620c.tar.gz rust-fa478239b19ccf1a455985fec7577d7091a7620c.zip | |
use tracked_path in rustc_fluent_macro
Diffstat (limited to 'compiler/rustc_fluent_macro/src/lib.rs')
| -rw-r--r-- | compiler/rustc_fluent_macro/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_fluent_macro/src/lib.rs b/compiler/rustc_fluent_macro/src/lib.rs index 6e5add24bcc..3ad51fa1e64 100644 --- a/compiler/rustc_fluent_macro/src/lib.rs +++ b/compiler/rustc_fluent_macro/src/lib.rs @@ -6,6 +6,7 @@ #![feature(proc_macro_diagnostic)] #![feature(proc_macro_span)] #![feature(rustdoc_internals)] +#![feature(track_path)] #![warn(unreachable_pub)] // tidy-alphabetical-end |
