1
Fork 0

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
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
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)]