Remove ignore-lexer-test line (#141) Since https://github.com/rust-lang/rust/issues/15677 is fixed, this should no longer serve any purpose.
Remove ignore-lexer-test line (#141)
Since https://github.com/rust-lang/rust/issues/15677 is fixed, this should no longer serve any purpose.
A Rust library for option parsing for CLI utilities.
Documentation
Add this to your Cargo.toml:
Cargo.toml
[dependencies] getopts = "0.2"
The getopts library is used by rustc, so we have to be careful about not changing its behavior.
getopts
rustc
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
getopts
A Rust library for option parsing for CLI utilities.
Documentation
Usage
Add this to your
Cargo.toml:Contributing
The
getoptslibrary is used byrustc, so we have to be careful about not changing its behavior.