Update README.md

This commit is contained in:
Hackerpilot 2014-02-25 13:06:02 -08:00
parent 9c6c340c74
commit 7d4eec1961
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ given source files.
* "fish operators" (floating point operators) are deprecated.
* Left side of a *foreach* or *foreach\_reverse* range expression is larger than the right.
* Left side of a slice expression is larger than the right
* Variable, struct, class, union, module, package, and interface names that do not comply with Phobos style guidelines
#### Wishlish
* Assigning to foreach variables that are not "ref".