Closed
Description
use regex::Regex;
extern crate regex;
fn main() {
let _ = Regex::new("{2}");
}
/t/test (master|…) $ cargo run
Running `target/debug/test`
thread '<main>' panicked at 'called `Option::unwrap()` on a `None` value', /Users/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-mac/build/src/libcore/option.rs:362
An unknown error occurred
To learn more, run the command again with --verbose.
Was found using https://github.com/kmcallister/afl.rs 👍
Metadata
Metadata
Assignees
Labels
No labels