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
|
@ -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