Add test to check unicode identifier version
This commit is contained in:
parent
f33a8c6426
commit
a97404eee3
5 changed files with 40 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue