Skip to content

Commit 8e328bb

Browse files
committed
rustc_expand: add FIXMEs for translation
1 parent deb99f9 commit 8e328bb

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
@@ -166,6 +166,7 @@ pub(crate) struct FeatureRemoved<'a> {
166166
#[derive(Subdiagnostic)]
167167
#[note(expand_reason)]
168168
pub(crate) struct FeatureRemovedReason<'a> {
169+
// FIXME: make this translatable
169170
pub reason: &'a str,
170171
}
171172

@@ -297,6 +298,7 @@ pub(crate) struct IncompleteParse<'a> {
297298
pub(crate) struct RemoveNodeNotSupported {
298299
#[primary_span]
299300
pub span: Span,
301+
// FIXME: make this translatable
300302
pub descr: &'static str,
301303
}
302304

0 commit comments

Comments
 (0)