Skip to content

Commit f887d9f

Browse files
committed
rustc_expand: add FIXMEs for translation
1 parent bbb83e5 commit f887d9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_expand/src/errors.rs

+2
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ pub(crate) struct FeatureRemoved<'a> {
169169
#[derive(Subdiagnostic)]
170170
#[note(expand_reason)]
171171
pub(crate) struct FeatureRemovedReason<'a> {
172+
// FIXME: make this translatable
172173
pub reason: &'a str,
173174
}
174175

@@ -300,6 +301,7 @@ pub(crate) struct IncompleteParse<'a> {
300301
pub(crate) struct RemoveNodeNotSupported {
301302
#[primary_span]
302303
pub span: Span,
304+
// FIXME: make this translatable
303305
pub descr: &'static str,
304306
}
305307

0 commit comments

Comments
 (0)