-Ztranslate-additional-ftl
for a broken fluent bundle with stray interpolation argument unexpectedly ICEs
#135817
Labels
A-run-make
Area: port run-make Makefiles to rmake.rs
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
https://github.com/rust-lang/rust/blob/ebbe63891f1fae21734cb97f2f863b08b1d44bf8/tests/run-make/translation/Makefile has a test comment and test case:
rust/tests/run-make/translation/Makefile
Lines 23 to 26 in ebbe638
Ignoring that this is using the wrong
.ftl
file (it should be usingbroken.ftl
to correspond to the test comment, wherebroken.ftl
contains a slug that has a stray fluent interpolation argument), this must have regressed over the years becauseactually ICEs locally due to
Pinging back to #132181.
I assume this is not the intended behavor.
The text was updated successfully, but these errors were encountered: