diff options
| author | bors <bors@rust-lang.org> | 2024-03-23 05:13:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-23 05:13:01 +0000 |
| commit | f0d864fe04c488fdfe41da0e840ec4747f5a6f80 (patch) | |
| tree | 08ad4e730aec7d778828c9f1e413cd42ccf2068d /compiler/rustc_pattern_analysis/src | |
| parent | 2fae357cb87d6ec184a34892394d4e737ecd6030 (diff) | |
| parent | 5039f8b1e98720893bc2e32912e8d0535587c9e9 (diff) | |
| download | rust-f0d864fe04c488fdfe41da0e840ec4747f5a6f80.tar.gz rust-f0d864fe04c488fdfe41da0e840ec4747f5a6f80.zip | |
Auto merge of #3395 - rust-lang:rustup-2024-03-23, r=saethlin
Automatic Rustup
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
| -rw-r--r-- | compiler/rustc_pattern_analysis/src/rustc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_pattern_analysis/src/rustc.rs b/compiler/rustc_pattern_analysis/src/rustc.rs index ae3eabe1745..b0f506c3651 100644 --- a/compiler/rustc_pattern_analysis/src/rustc.rs +++ b/compiler/rustc_pattern_analysis/src/rustc.rs @@ -398,7 +398,7 @@ impl<'p, 'tcx: 'p> RustcPatCtxt<'p, 'tcx> { ty::Float(_) | ty::Str | ty::Foreign(_) - | ty::RawPtr(_) + | ty::RawPtr(_, _) | ty::FnDef(_, _) | ty::FnPtr(_) | ty::Dynamic(_, _, _) |
