' doesn't work because 'delim is parsed as a lifetime. -Kevin
On Sep 22, 2013, at 3:41 PM, SiegeLord <[email protected]> wrote: > On 09/22/2013 05:40 PM, Kevin Ballard wrote: >> I've filed a summary of this conversation as an RFC issue on the GitHub >> issue tracker. >> >> https://github.com/mozilla/rust/issues/9411 > > I've used a variation of the option 10 for my own configuration format's raw > strings: > > delim"raw text"delim > > Where delim was an equivalent of an identifier. > > If ` is a problem, then maybe using ' works too? > > 'delim"raw text"delim' > > '"raw text"' > > -SL > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
