mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
21bf6db483
don't panic on extern with just multiple quotes in the name Continues rust-lang/rust#147377. That PR fixed ICE when the extern name was a single quote `"'"`, but multiple quotes like `"''"` cause the same problem. I had a random revelation that the trimming can remove more than one quote. r? ``@nnethercote``