1
Fork 0

Promote 'const', 'copy', 'fn' to strict keywords

This commit is contained in:
Brian Anderson 2012-09-12 14:51:38 -07:00
parent 7eb10c4ce1
commit 7568dd4564
5 changed files with 22 additions and 18 deletions

View file

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