rust/src/libgetopts
bors 711d710278 auto merge of #16512 : wickerwaka/rust/getopt-16348, r=brson
I don't know if anything else was relying on the old behavior, this seems more correct.

Fixes #16348

If '-F' is allowed to have an optional argument, with the previous version '-FF' would be translated to '-F -F'. In this new version '-FF' translates to '-F' with argument 'F'
2014-08-22 00:56:00 +00:00
..
lib.rs auto merge of #16512 : wickerwaka/rust/getopt-16348, r=brson 2014-08-22 00:56:00 +00:00