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_error_codes/src | |
| 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_error_codes/src')
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0579.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0579.md b/compiler/rustc_error_codes/src/error_codes/E0579.md index e7e6fb68256..decf810b8c6 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0579.md +++ b/compiler/rustc_error_codes/src/error_codes/E0579.md @@ -3,7 +3,6 @@ A lower range wasn't less than the upper range. Erroneous code example: ```compile_fail,E0579 -#![feature(exclusive_range_pattern)] fn main() { match 5u32 { |
