Update C_STRING_LITERAL to help with parsing This removes the `_except_` notation on C_STRING_LITERAL and uses negative lookahead instead. This is easier for the parser to handle because otherwise it has to special-case the informal notation.
This document is the primary reference for the Rust programming language.
See the Reference Developer Guide for information on contributing to the Reference.