diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-09-03 06:05:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 06:05:42 +0200 |
| commit | f943c53c59262a796a47b643c99698ab9e4c59f9 (patch) | |
| tree | e5e3b89860ea82e66eecccb6297c37b9a25643e3 /compiler/rustc_pattern_analysis/src/errors.rs | |
| parent | afb92329dcce787337cc294b7c03b67630a9d5f3 (diff) | |
| parent | fcb7d3fdf3216ba50167ff8d7ae63e63932d9d06 (diff) | |
| download | rust-f943c53c59262a796a47b643c99698ab9e4c59f9.tar.gz rust-f943c53c59262a796a47b643c99698ab9e4c59f9.zip | |
Rollup merge of #129913 - saethlin:l4re-read-buf, r=Noratrieb
Add missing read_buf stub for x86_64-unknown-l4re-uclibc
Before this PR, `x check library/std --target x86_64-unknown-l4re-uclibc` will fail with
```
error[E0599]: no method named `read_buf` found for struct `Socket` in the current scope
--> std/src/os/unix/net/stream.rs:598:16
|
598 | self.0.read_buf(buf)
| ^^^^^^^^
|
::: std/src/sys/pal/unix/l4re.rs:23:5
|
23 | pub struct Socket(FileDesc);
| ----------------- method `read_buf` not found for this struct
|
= help: items from traits can only be used if the trait is implemented and in scope
```
This target doesn't have a maintainer to cc.
Diffstat (limited to 'compiler/rustc_pattern_analysis/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
