We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e600b2 commit 846549eCopy full SHA for 846549e
rust/src/low_level_il/expression.rs
@@ -98,10 +98,7 @@ where
98
F: FunctionForm,
99
R: ExpressionResultType,
100
{
101
- pub(crate) fn new(
102
- function: &'func LowLevelILFunction<M, F>,
103
- index: LowLevelExpressionIndex,
104
- ) -> Self {
+ pub fn new(function: &'func LowLevelILFunction<M, F>, index: LowLevelExpressionIndex) -> Self {
105
// TODO: Validate expression here?
106
Self {
107
function,
0 commit comments