From 92f06485e47d6478d325fcab4946dae8493eb93a Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 18 Jul 2024 21:07:35 +0000 Subject: deploy: 76150f48c81be3505d09ca68b5e5291b1c73837e --- trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js | 3 +++ trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js create mode 100644 trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js (limited to 'trait.impl/core/panic') diff --git a/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js b/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js new file mode 100644 index 0000000..3224107 --- /dev/null +++ b/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js @@ -0,0 +1,3 @@ +(function() {var implementors = { +"llvm_kaleidoscope_rs":[["impl<'llvm, 'a> RefUnwindSafe for Codegen<'llvm, 'a>",1,["llvm_kaleidoscope_rs::codegen::Codegen"]],["impl RefUnwindSafe for Token",1,["llvm_kaleidoscope_rs::lexer::Token"]],["impl<I> RefUnwindSafe for Lexer<I>where\n I: RefUnwindSafe,",1,["llvm_kaleidoscope_rs::lexer::Lexer"]],["impl<'llvm> RefUnwindSafe for BasicBlock<'llvm>",1,["llvm_kaleidoscope_rs::llvm::basic_block::BasicBlock"]],["impl<'llvm> RefUnwindSafe for IRBuilder<'llvm>",1,["llvm_kaleidoscope_rs::llvm::builder::IRBuilder"]],["impl RefUnwindSafe for LLJit",1,["llvm_kaleidoscope_rs::llvm::lljit::LLJit"]],["impl<'jit> RefUnwindSafe for ResourceTracker<'jit>",1,["llvm_kaleidoscope_rs::llvm::lljit::ResourceTracker"]],["impl RefUnwindSafe for Module",1,["llvm_kaleidoscope_rs::llvm::module::Module"]],["impl<'llvm> RefUnwindSafe for FunctionPassManager<'llvm>",1,["llvm_kaleidoscope_rs::llvm::pass_manager::FunctionPassManager"]],["impl<'llvm> RefUnwindSafe for Type<'llvm>",1,["llvm_kaleidoscope_rs::llvm::type_::Type"]],["impl<'llvm> RefUnwindSafe for Value<'llvm>",1,["llvm_kaleidoscope_rs::llvm::value::Value"]],["impl<'llvm> RefUnwindSafe for FnValue<'llvm>",1,["llvm_kaleidoscope_rs::llvm::value::FnValue"]],["impl<'llvm> RefUnwindSafe for PhiValue<'llvm>",1,["llvm_kaleidoscope_rs::llvm::value::PhiValue"]],["impl RefUnwindSafe for ExprAST",1,["llvm_kaleidoscope_rs::parser::ExprAST"]],["impl RefUnwindSafe for PrototypeAST",1,["llvm_kaleidoscope_rs::parser::PrototypeAST"]],["impl RefUnwindSafe for FunctionAST",1,["llvm_kaleidoscope_rs::parser::FunctionAST"]],["impl<I> RefUnwindSafe for Parser<I>where\n I: RefUnwindSafe,",1,["llvm_kaleidoscope_rs::parser::Parser"]],["impl RefUnwindSafe for SmallCStr",1,["llvm_kaleidoscope_rs::SmallCStr"]],["impl<A, B> RefUnwindSafe for Either<A, B>where\n A: RefUnwindSafe,\n B: RefUnwindSafe,",1,["llvm_kaleidoscope_rs::Either"]]] +};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js b/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js new file mode 100644 index 0000000..bbbcdd7 --- /dev/null +++ b/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js @@ -0,0 +1,3 @@ +(function() {var implementors = { +"llvm_kaleidoscope_rs":[["impl<'llvm, 'a> !UnwindSafe for Codegen<'llvm, 'a>",1,["llvm_kaleidoscope_rs::codegen::Codegen"]],["impl UnwindSafe for Token",1,["llvm_kaleidoscope_rs::lexer::Token"]],["impl<I> UnwindSafe for Lexer<I>where\n I: UnwindSafe,",1,["llvm_kaleidoscope_rs::lexer::Lexer"]],["impl<'llvm> UnwindSafe for BasicBlock<'llvm>",1,["llvm_kaleidoscope_rs::llvm::basic_block::BasicBlock"]],["impl<'llvm> UnwindSafe for IRBuilder<'llvm>",1,["llvm_kaleidoscope_rs::llvm::builder::IRBuilder"]],["impl UnwindSafe for LLJit",1,["llvm_kaleidoscope_rs::llvm::lljit::LLJit"]],["impl<'jit> UnwindSafe for ResourceTracker<'jit>",1,["llvm_kaleidoscope_rs::llvm::lljit::ResourceTracker"]],["impl UnwindSafe for Module",1,["llvm_kaleidoscope_rs::llvm::module::Module"]],["impl<'llvm> UnwindSafe for FunctionPassManager<'llvm>",1,["llvm_kaleidoscope_rs::llvm::pass_manager::FunctionPassManager"]],["impl<'llvm> UnwindSafe for Type<'llvm>",1,["llvm_kaleidoscope_rs::llvm::type_::Type"]],["impl<'llvm> UnwindSafe for Value<'llvm>",1,["llvm_kaleidoscope_rs::llvm::value::Value"]],["impl<'llvm> UnwindSafe for FnValue<'llvm>",1,["llvm_kaleidoscope_rs::llvm::value::FnValue"]],["impl<'llvm> UnwindSafe for PhiValue<'llvm>",1,["llvm_kaleidoscope_rs::llvm::value::PhiValue"]],["impl UnwindSafe for ExprAST",1,["llvm_kaleidoscope_rs::parser::ExprAST"]],["impl UnwindSafe for PrototypeAST",1,["llvm_kaleidoscope_rs::parser::PrototypeAST"]],["impl UnwindSafe for FunctionAST",1,["llvm_kaleidoscope_rs::parser::FunctionAST"]],["impl<I> UnwindSafe for Parser<I>where\n I: UnwindSafe,",1,["llvm_kaleidoscope_rs::parser::Parser"]],["impl UnwindSafe for SmallCStr",1,["llvm_kaleidoscope_rs::SmallCStr"]],["impl<A, B> UnwindSafe for Either<A, B>where\n A: UnwindSafe,\n B: UnwindSafe,",1,["llvm_kaleidoscope_rs::Either"]]] +};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file -- cgit v1.2.3