That's one of the rules of references. You just can't have an array of references. Period.
References need to initialized when they are declared, otherwise they're invalid. Arrays need to have their elements uninitialized at some point. Therefore, the two concepts are incompatible.