Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace a panic with an error branch
This panic is unreachable. Panicing is heavyweight, so we're trying to reduce panics (issue google#202). This PR replaces the panic with a branch that should be lighter-weight (if it is not optimized away entirely).
- Loading branch information