Skip to content

Commit c3864d7

Browse files
committed
rustc_expand: add FIXMEs for translation
1 parent 8add965 commit c3864d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_expand/src/errors.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ pub(crate) struct FeatureRemoved<'a> {
192192
#[derive(Subdiagnostic)]
193193
#[note(expand_reason)]
194194
pub(crate) struct FeatureRemovedReason<'a> {
195+
// FIXME: make this translatable
195196
pub reason: &'a str,
196197
}
197198

@@ -323,6 +324,7 @@ pub(crate) struct IncompleteParse<'a> {
323324
pub(crate) struct RemoveNodeNotSupported {
324325
#[primary_span]
325326
pub span: Span,
327+
// FIXME: make this translatable
326328
pub descr: &'static str,
327329
}
328330

0 commit comments

Comments
 (0)