about summary refs log tree commit diff
path: root/src/test/compile-fail/precise-refutable-pattern-errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-25 16:46:20 -0700
committerbors <bors@rust-lang.org>2014-05-25 16:46:20 -0700
commitdb2ddb1bba9a78b0791266805bdeca9f3fce89fc (patch)
treebe4528fcd8c36ca7c4f7bec788564fb260529659 /src/test/compile-fail/precise-refutable-pattern-errors.rs
parent0fca6c6a02d03491ee46ea5c4b656d114a73a53b (diff)
parentb997de529a80fc5e17b9ef37ed053f6913969790 (diff)
downloadrust-db2ddb1bba9a78b0791266805bdeca9f3fce89fc.tar.gz
rust-db2ddb1bba9a78b0791266805bdeca9f3fce89fc.zip
auto merge of #14423 : Kimundi/rust/static_regex, r=alexcrichton
This patch changes the internals of `Regex` and `regex!()` such that

```rust
static RE: Regex = regex!(...);
```

is valid. It doesn't change anything about the actual regex implementation, it just changes the type to something that can be constructed as a const expression.
Diffstat (limited to 'src/test/compile-fail/precise-refutable-pattern-errors.rs')
0 files changed, 0 insertions, 0 deletions