Make Qualifs
getters public
This commit is contained in:
parent
cecfa43fb4
commit
d73674e1e3
@ -40,7 +40,7 @@ pub struct Qualifs<'mir, 'tcx> {
|
||||
}
|
||||
|
||||
impl Qualifs<'mir, 'tcx> {
|
||||
fn indirectly_mutable(
|
||||
pub fn indirectly_mutable(
|
||||
&mut self,
|
||||
ccx: &'mir ConstCx<'mir, 'tcx>,
|
||||
local: Local,
|
||||
@ -68,7 +68,7 @@ impl Qualifs<'mir, 'tcx> {
|
||||
/// Returns `true` if `local` is `NeedsDrop` at the given `Location`.
|
||||
///
|
||||
/// Only updates the cursor if absolutely necessary
|
||||
fn needs_drop(
|
||||
pub fn needs_drop(
|
||||
&mut self,
|
||||
ccx: &'mir ConstCx<'mir, 'tcx>,
|
||||
local: Local,
|
||||
@ -95,7 +95,7 @@ impl Qualifs<'mir, 'tcx> {
|
||||
/// Returns `true` if `local` is `HasMutInterior` at the given `Location`.
|
||||
///
|
||||
/// Only updates the cursor if absolutely necessary.
|
||||
fn has_mut_interior(
|
||||
pub fn has_mut_interior(
|
||||
&mut self,
|
||||
ccx: &'mir ConstCx<'mir, 'tcx>,
|
||||
local: Local,
|
||||
|
Loading…
x
Reference in New Issue
Block a user