rust/src/libsyntax/parse/lexer
Brian Anderson d21336ee0a rustc: Remove &str indexing from the language.
Being able to index into the bytes of a string encourages
poor UTF-8 hygiene. To get a view of `&[u8]` from either
a `String` or `&str` slice, use the `as_bytes()` method.

Closes #12710.

[breaking-change]
2014-07-01 19:12:29 -07:00
..
comments.rs Remove unnecessary to_string calls 2014-06-26 08:56:49 +02:00
mod.rs rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00