Skip to content

Commit 9d8945e

Browse files
authored
Merge pull request #385 from bjorn3/patch-1
Add missing pub
2 parents 51f0035 + d1de678 commit 9d8945e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ impl ScalarExt for Scalar {
132132
}
133133
}
134134

135-
fn create_ecx<'a, 'mir: 'a, 'tcx: 'mir>(
135+
pub fn create_ecx<'a, 'mir: 'a, 'tcx: 'mir>(
136136
tcx: TyCtxt<'a, 'tcx, 'tcx>,
137137
main_id: DefId,
138138
start_wrapper: Option<DefId>,

0 commit comments

Comments
 (0)