rust/tests/crashes/123809.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
99 B
Rust
Raw Normal View History

2024-04-16 18:01:07 -05:00
//@ known-bug: #123809
type Positive = std::pat::pattern_type!(std::pat is 0..);
2024-04-16 18:01:07 -05:00
pub fn main() {}