Fix note in reserved prefix error.
This commit is contained in:
parent
c856e6fa53
commit
ce43fc9404
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ impl<'a> StringReader<'a> {
|
|||
" ".into(),
|
||||
Applicability::MachineApplicable,
|
||||
);
|
||||
err.note("prefixed identifiers and string literals are reserved since Rust 2021");
|
||||
err.note("prefixed identifiers and literals are reserved since Rust 2021");
|
||||
|
||||
err.emit();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue