diff options
| author | bors <bors@rust-lang.org> | 2024-05-05 14:59:34 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-05 14:59:34 +0000 |
| commit | 7c4ac0603e9ee5295bc802c90575391288a69a8a (patch) | |
| tree | b99c0ae33c9c4987e34434fa7d59255e31f006a7 /compiler/rustc_pattern_analysis/src/usefulness.rs | |
| parent | 06e88c306a180067b6798901c26828d8ed7b0963 (diff) | |
| parent | 4eedf7385bcfbaa83f91bd86a282de2caeed9b07 (diff) | |
| download | rust-7c4ac0603e9ee5295bc802c90575391288a69a8a.tar.gz rust-7c4ac0603e9ee5295bc802c90575391288a69a8a.zip | |
Auto merge of #124752 - GuillaumeGomez:rollup-a4qagbd, r=GuillaumeGomez
Rollup of 6 pull requests Successful merges: - #124148 (rustdoc-search: search for references) - #124668 (Fix bootstrap panic when build from tarball) - #124736 (compiler: upgrade time from 0.3.34 to 0.3.36) - #124748 (Fix unwinding on 32-bit watchOS ARM (v2)) - #124749 (Stabilize exclusive_range_pattern (v2)) - #124750 (Document That `f16` And `f128` Hardware Support is Limited (v2)) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_pattern_analysis/src/usefulness.rs')
| -rw-r--r-- | compiler/rustc_pattern_analysis/src/usefulness.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_pattern_analysis/src/usefulness.rs b/compiler/rustc_pattern_analysis/src/usefulness.rs index 74af9154f85..6e96a93473f 100644 --- a/compiler/rustc_pattern_analysis/src/usefulness.rs +++ b/compiler/rustc_pattern_analysis/src/usefulness.rs @@ -42,7 +42,6 @@ //! This is enough to compute usefulness: a pattern in a `match` expression is redundant iff it is //! not useful w.r.t. the patterns above it: //! ```compile_fail,E0004 -//! # #![feature(exclusive_range_pattern)] //! # fn foo() { //! match Some(0u32) { //! Some(0..100) => {}, |
