Rollup merge of #71057 - GuillaumeGomez:cleanup-e0516, r=Dylan-DPC

Clean up E0516 explanation

r? @Dylan-DPC
This commit is contained in:
Dylan DPC 2020-04-12 14:49:10 +02:00 committed by GitHub
commit e684630666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
The `typeof` keyword is currently reserved but unimplemented.
Erroneous code example:
```compile_fail,E0516