Structs§
Functions§
- contains_
return_ break_ continue_ macro - contains_
todo_ unimplement_ macro - Checks if the given expression contains macro call to
todo!()
orunimplemented!()
. - is_
potentially_ local_ place - is_
potentially_ mutated - is_
todo_ unimplemented_ macro - Checks if the given expression is a macro call to
todo!()
orunimplemented!()
. - is_
todo_ unimplemented_ stub - Checks if the given expression is a stub, i.e., a
todo!()
orunimplemented!()
expression, or a block whose last expression is atodo!()
orunimplemented!()
. - local_
used_ after_ expr - local_
used_ in - mutated_
variables - Returns a set of mutated local variable IDs, or
None
if mutations could not be determined.