Closed
Description
formatting modified file compiler/rustc_error_messages/locales/en-US/borrowck.ftl
error: unknown start of token: `
--> /home/nilsh/projects/rust/compiler/rustc_error_messages/locales/en-US/borrowck.ftl:2:33
|
2 | cannot move a value of type `{$ty}`
| ^
|
help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not
|
2 | cannot move a value of type '{$ty}`
| ~
error: unknown start of token: `
When there was a change in a .ftl
or other non-rust file, bootstrap tries to format it, which makes rustfmt very sad.
cc @albertlarsan68 and @jyn514 who broke this in #105702