Support environment variable for interned Symbol value

This commit is contained in:
David Tolnay
2023-10-25 11:20:07 -07:00
parent 726a43c1de
commit 65f0253334
2 changed files with 58 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
#![feature(never_type)]
#![feature(proc_macro_diagnostic)]
#![feature(proc_macro_span)]
#![feature(proc_macro_tracked_env)]
#![allow(rustc::default_hash_types)]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]