You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make TerminatorKind::Call::funcSpanned and remove ::fn_span
To get structural symmetry between `TerminatorKind::Call::func` and
`TerminatorKind::Call::args`, make `func` `Spanned`, since `args`
already is `Spanned`. This way we can remove the separate `fn_span`
field.
This is a separate commit to make review easy. This commit does not
build. The next commit makes no semantic changes, it only makes the code
compile again.
0 commit comments