Inline trivial From<Local> for Place<'_> impl

This commit is contained in:
Tomasz Miąsko 2022-08-25 00:00:00 +00:00
parent 58eabb291d
commit 4394ea8b82

View File

@ -1531,6 +1531,7 @@ impl<'tcx> Place<'tcx> {
}
impl From<Local> for Place<'_> {
#[inline]
fn from(local: Local) -> Self {
Place { local, projection: List::empty() }
}