Promote 'const', 'copy', 'fn' to strict keywords
This commit is contained in:
parent
7eb10c4ce1
commit
7568dd4564
5 changed files with 22 additions and 18 deletions
|
@ -2329,7 +2329,9 @@ impl parser {
|
|||
| ~"owned" => {
|
||||
self.obsolete(copy self.span,
|
||||
ObsoleteLowerCaseKindBounds);
|
||||
None
|
||||
// Bogus value, but doesn't matter, since
|
||||
// is an error
|
||||
Some(bound_send)
|
||||
}
|
||||
|
||||
_ => None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue