You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'contributing' section of the readme contains note that the getopts crate is used by compiler and contributors must be careful to not break anything. Is there also consensus on what is the minimal supported version of rust compiler used to build the crate?
Example: I want to contribute by writing example code, but I'm not sure if using std::maches!() macro is a good idea or not since it is supported only from Rust 1.42.0.
I have err-ed on the side of caution and used different approach. But it would be nice to know what version to target so that example code do not use outdated idioms.
The text was updated successfully, but these errors were encountered:
The 'contributing' section of the readme contains note that the
getopts
crate is used by compiler and contributors must be careful to not break anything. Is there also consensus on what is the minimal supported version of rust compiler used to build the crate?Example: I want to contribute by writing example code, but I'm not sure if using
std::maches!()
macro is a good idea or not since it is supported only from Rust1.42.0
.I have err-ed on the side of caution and used different approach. But it would be nice to know what version to target so that example code do not use outdated idioms.
The text was updated successfully, but these errors were encountered: