(line numbers for Phobos as it comes with D 2.054)
On std/container.d line 944, the definition of SList.Range.empty is missing @property.
This makes the definition of linearRemove on line 1287 fail to compile:
std/container.d(1288): Error: template instance Take!(Range) does not match any template declaration
std/container.d(1287): Error: Take!(Range) is used as a type
Comment #1 by ellery-newcomer — 2012-07-23T14:33:23Z