mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-01 01:23:26 +00:00
Inline trivial From<Local> for Place<'_>
impl
This commit is contained in:
parent
58eabb291d
commit
4394ea8b82
@ -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…
Reference in New Issue
Block a user