1
Fork 0

Match end user facing unmatched backticks in compiler/

This commit is contained in:
est31 2023-03-03 08:38:07 +01:00
parent 13471d3b20
commit ef658907a5
13 changed files with 19 additions and 19 deletions

View file

@ -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(',') {