diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-03-28 04:12:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-28 04:12:11 +0200 |
| commit | 8bfc03fde037ba4b64c29d14c00b04586dc909cf (patch) | |
| tree | e577677099c1194574526d6cb17a537f772acff6 /compiler/rustc_codegen_llvm/src | |
| parent | d88c03c0f1082d01294ef8cf5d14194d5d1284fa (diff) | |
| parent | 5dd702763ae0e112332a4447171adbed51aeee3d (diff) | |
| download | rust-8bfc03fde037ba4b64c29d14c00b04586dc909cf.tar.gz rust-8bfc03fde037ba4b64c29d14c00b04586dc909cf.zip | |
Rollup merge of #95098 - shepmaster:vec-from-array-ref, r=dtolnay
impl From<&[T; N]> and From<&mut [T; N]> for Vec<T>
I really wanted to write:
```rust
fn example(a: impl Into<Vec<u8>>) {}
fn main() {
example(b"raw");
}
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
