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(),
|
" ".into(),
|
||||||
Applicability::MachineApplicable,
|
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();
|
err.emit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue