Match end user facing unmatched backticks in compiler/
This commit is contained in:
parent
13471d3b20
commit
ef658907a5
13 changed files with 19 additions and 19 deletions
|
@ -5,7 +5,7 @@ session_incorrect_cgu_reuse_type =
|
|||
}`{$expected_reuse}`
|
||||
|
||||
session_cgu_not_recorded =
|
||||
CGU-reuse for `{$cgu_user_name}` is (mangled: `{$cgu_name}`) was not recorded`
|
||||
CGU-reuse for `{$cgu_user_name}` is (mangled: `{$cgu_name}`) was not recorded
|
||||
|
||||
session_feature_gate_error = {$explain}
|
||||
|
||||
|
|
|
@ -2245,7 +2245,7 @@ pub fn parse_externs(
|
|||
early_error(
|
||||
error_format,
|
||||
"the `-Z unstable-options` flag must also be passed to \
|
||||
enable `--extern options",
|
||||
enable `--extern` options",
|
||||
);
|
||||
}
|
||||
for opt in opts.split(',') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue