We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Works in debug mode but fails in release mode.
OSX 10.11.5
Tested with:
extern crate regex; use regex::Regex; fn main() { let regex = Regex::new("^1$").unwrap(); println!("{}", regex.is_match("1")); }
The text was updated successfully, but these errors were encountered:
I've seen enough of the OSX TLS bug that this is probably a duplicate: rustwasm/wasm-bindgen#186
I'd be happy to re-open this if more evidence reveals that it's a different bug.
Sorry, something went wrong.
Wasn't trying to build wasm?
@bvssvni The root cause comes from regex: rustwasm/wasm-bindgen#186 (comment)
I've seen this issue crop up in other areas as well. See also:
Bump to xcode8 to avoid rust-lang/regex#489
e8baff1
No branches or pull requests
Works in debug mode but fails in release mode.
OSX 10.11.5
Tested with:
The text was updated successfully, but these errors were encountered: