]> git.lizzy.rs Git - rust.git/commit
auto merge of #16001 : Gankro/rust/rawstrings-proof, r=pnkfelix
authorbors <bors@rust-lang.org>
Sun, 27 Jul 2014 08:01:14 +0000 (08:01 +0000)
committerbors <bors@rust-lang.org>
Sun, 27 Jul 2014 08:01:14 +0000 (08:01 +0000)
commitad4fa46f5b17ea4eb64192b3aab71953bd91240d
tree62013cec6207b4fdafb6f56673a19d8e3eb8b503
parentd114ddac030d6ed63b3076ccc0e7db081c0a9409
parent6444b5e82bd06dd1fb907221d6c91464276532c5
auto merge of #16001 : Gankro/rust/rawstrings-proof, r=pnkfelix

Stumbled across this and thought it would be cool to prove. I've never used Ogden's Lemma before, but I'm pretty sure I used it right. The pumping lemma definitely doesn't seem sufficient for the job. In particular, when using the pumping lemma, you can always just pump one of the quotes, and it's fine. Ogden's Lemma lets you effectively force the pumper to use certain characters in the string.

@cmr