diff options
| author | vacuus <rocyu@protonmail.com> | 2021-12-18 21:54:59 -0500 |
|---|---|---|
| committer | Roc Yu <rocyu@protonmail.com> | 2021-12-19 17:30:37 -0500 |
| commit | 38167a806cd14dd744d4770c7e13ab2c5e44e69c (patch) | |
| tree | bedb97f19562484d369d33e18e4a34371bad5b15 /compiler/rustc_codegen_llvm/src/lib.rs | |
| parent | 41c3017c82bbc16842cc3bc1afa904e6910e293c (diff) | |
| download | rust-38167a806cd14dd744d4770c7e13ab2c5e44e69c.tar.gz rust-38167a806cd14dd744d4770c7e13ab2c5e44e69c.zip | |
Omit check of a successive line in loop
I think that s == "" is the only edge case (as it makes iter.next() return None the first time). The early return is necessary so that the last character of 'out' isn't popped if s == "" && !frag.need_backline
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
0 files changed, 0 insertions, 0 deletions
