Add test to check unicode identifier version

This commit is contained in:
Eric Huss 2024-12-08 12:09:58 -08:00
parent f33a8c6426
commit a97404eee3
5 changed files with 40 additions and 0 deletions

View file

@ -24,6 +24,7 @@ use rustc_data_structures::sync::Lrc;
use rustc_errors::{Diag, FatalError, PResult};
use rustc_session::parse::ParseSess;
use rustc_span::{FileName, SourceFile, Span};
pub use unicode_normalization::UNICODE_VERSION as UNICODE_NORMALIZATION_VERSION;
pub const MACRO_ARGUMENTS: Option<&str> = Some("macro arguments");