Add tracking issue to core-pattern-type · patricklam/verify-rust-std@8f84015 (original) (raw)
3 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -391,7 +391,7 @@ pub mod net; | ||
391 | 391 | pub mod option; |
392 | 392 | pub mod panic; |
393 | 393 | pub mod panicking; |
394 | -#[unstable(feature = "core_pattern_types", issue = "none")] | |
394 | +#[unstable(feature = "core_pattern_types", issue = "123646")] | |
395 | 395 | pub mod pat; |
396 | 396 | pub mod pin; |
397 | 397 | #[unstable(feature = "new_range_api", issue = "125687")] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -6,7 +6,7 @@ | ||
6 | 6 | /// ``` |
7 | 7 | #[macro_export] |
8 | 8 | #[rustc_builtin_macro(pattern_type)] |
9 | -#[unstable(feature = "core_pattern_type", issue = "none")] | |
9 | +#[unstable(feature = "core_pattern_type", issue = "123646")] | |
10 | 10 | macro_rules! pattern_type { |
11 | 11 | ($($arg:tt)*) => { |
12 | 12 | /* compiler built-in */ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -586,7 +586,7 @@ pub mod net; | ||
586 | 586 | pub mod num; |
587 | 587 | pub mod os; |
588 | 588 | pub mod panic; |
589 | -#[unstable(feature = "core_pattern_types", issue = "none")] | |
589 | +#[unstable(feature = "core_pattern_types", issue = "123646")] | |
590 | 590 | pub mod pat; |
591 | 591 | pub mod path; |
592 | 592 | #[unstable(feature = "anonymous_pipe", issue = "127154")] |