mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 15:40:29 +00:00
15 lines
332 B
YAML
15 lines
332 B
YAML
// MIR for `slice_iter_next` after PreCodegen
|
|
|
|
fn slice_iter_next(_1: &mut std::slice::Iter<'_, T>) -> Option<&T> {
|
|
debug it => _1;
|
|
let mut _0: std::option::Option<&T>;
|
|
|
|
bb0: {
|
|
_0 = <std::slice::Iter<'_, T> as Iterator>::next(move _1) -> [return: bb1, unwind continue];
|
|
}
|
|
|
|
bb1: {
|
|
return;
|
|
}
|
|
}
|