diff options
| author | The Miri Conjob Bot <miri@cron.bot> | 2023-11-27 05:03:31 +0000 |
|---|---|---|
| committer | The Miri Conjob Bot <miri@cron.bot> | 2023-11-27 05:03:31 +0000 |
| commit | fa6ecc9f67cb05bf08aaa38d39dd9730991b1444 (patch) | |
| tree | 88bc4f64134af56c98ce4e82d8e43735d809e984 /compiler/rustc_parse/src | |
| parent | 1293a6a28100ac51153293882735d3c637fdcb35 (diff) | |
| parent | c751bfa015ab9e99f3c7845cebf04eb543648042 (diff) | |
| download | rust-fa6ecc9f67cb05bf08aaa38d39dd9730991b1444.tar.gz rust-fa6ecc9f67cb05bf08aaa38d39dd9730991b1444.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_parse/src')
| -rw-r--r-- | compiler/rustc_parse/src/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/rustc_parse/src/lib.rs b/compiler/rustc_parse/src/lib.rs index c012a866332..95352dbdc13 100644 --- a/compiler/rustc_parse/src/lib.rs +++ b/compiler/rustc_parse/src/lib.rs @@ -20,8 +20,6 @@ use rustc_ast::{AttrItem, Attribute, MetaItem}; use rustc_ast_pretty::pprust; use rustc_data_structures::sync::Lrc; use rustc_errors::{Diagnostic, FatalError, Level, PResult}; -use rustc_errors::{DiagnosticMessage, SubdiagnosticMessage}; -use rustc_fluent_macro::fluent_messages; use rustc_session::parse::ParseSess; use rustc_span::{FileName, SourceFile, Span}; @@ -37,7 +35,7 @@ pub mod validate_attr; mod errors; -fluent_messages! { "../messages.ftl" } +rustc_fluent_macro::fluent_messages! { "../messages.ftl" } // A bunch of utility functions of the form `parse_<thing>_from_<source>` // where <thing> includes crate, expr, item, stmt, tts, and one that |
