about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-31 14:27:16 +0000
committerbors <bors@rust-lang.org>2024-10-31 14:27:16 +0000
commit8568ca8c23687e9606cb1f54e07cb972bee90302 (patch)
treeba1b6b565a2c4287e96a2fd413eef775b793d9a4 /compiler/rustc_codegen_llvm/src
parent2298a6742f97b6ed2374c3bbc0880a16f8e344b9 (diff)
parent323f144fe13e8a8163eff7f8ea8285e87344869b (diff)
downloadrust-8568ca8c23687e9606cb1f54e07cb972bee90302.tar.gz
rust-8568ca8c23687e9606cb1f54e07cb972bee90302.zip
Auto merge of #13634 - nyurik:fix-iter-without-into, r=xFrednet,samueltardieu
Cleanup code suggestion for `into_iter_without_iter`

Reorder the suggested code for the `IntoIterator` to match the ordering of the trait declaration:

```rust
impl IntoIterator for ... {
    type Item = ...;
    type IntoIter = ...;
```

changelog: none
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions