Alex Crichton a69e4a55eb Forbid modifications of strings in the compiler
This disallows `str[0] = foo` along with `foo = &mut str[i]` to prevent strings
from being modified at runtime (except possibly through the `str` module)

Closes #8891
2013-10-09 10:34:35 -07:00
..
2013-09-30 23:21:19 -07:00
2013-09-30 23:21:19 -07:00
2013-10-04 17:41:15 -07:00
2013-09-30 23:21:19 -07:00
2013-09-30 23:21:19 -07:00
2013-09-30 23:21:19 -07:00
2013-09-30 23:21:19 -07:00
2013-09-30 23:21:19 -07:00
2013-09-30 23:21:19 -07:00
2013-09-30 23:21:19 -07:00
2013-09-30 23:21:19 -07:00
2013-09-30 23:21:19 -07:00
2013-09-30 23:21:19 -07:00
2013-10-04 17:41:15 -07:00