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 140384a commit 59cba91Copy full SHA for 59cba91
src/module.rs
@@ -494,7 +494,7 @@ impl<'ctx> Module<'ctx> {
494
/// let module = context.create_module("my_module");
495
/// let execution_engine = module.create_jit_execution_engine(OptimizationLevel::None).unwrap();
496
///
497
- /// assert_eq!(*module.get_context(), *context);
+ /// assert_eq!(*module.get_context(), context);
498
/// ```
499
// SubType: ExecutionEngine<Jit>
500
pub fn create_jit_execution_engine(&self, opt_level: OptimizationLevel) -> Result<ExecutionEngine<'ctx>, LLVMString> {
0 commit comments