Inline trivial From<Local> for Place<'_>
impl
This commit is contained in:
parent
58eabb291d
commit
4394ea8b82
1 changed files with 1 additions and 0 deletions
|
@ -1531,6 +1531,7 @@ impl<'tcx> Place<'tcx> {
|
|||
}
|
||||
|
||||
impl From<Local> for Place<'_> {
|
||||
#[inline]
|
||||
fn from(local: Local) -> Self {
|
||||
Place { local, projection: List::empty() }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue