From 617f0d65b20b7b405b1acecea6f99ccd0a6d73f3 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 5 Jan 2023 20:25:01 +0000 Subject: deploy: 802cca1963bc27f8ea4e4923029909e45464d3df --- implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js | 6 +++--- implementors/core/panic/unwind_safe/trait.UnwindSafe.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'implementors/core/panic') diff --git a/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js b/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js index fadb1e5..626e139 100644 --- a/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js +++ b/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js @@ -1,3 +1,3 @@ -(function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> RefUnwindSafe for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl RefUnwindSafe for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> RefUnwindSafe for Lexer<I> where
    I: RefUnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl<'llvm> RefUnwindSafe for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::basic_block::BasicBlock"]},{"text":"impl<'llvm> RefUnwindSafe for IRBuilder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::builder::IRBuilder"]},{"text":"impl RefUnwindSafe for LLJit","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::LLJit"]},{"text":"impl<'jit> RefUnwindSafe for ResourceTracker<'jit>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::ResourceTracker"]},{"text":"impl RefUnwindSafe for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::module::Module"]},{"text":"impl<'llvm> RefUnwindSafe for FunctionPassManager<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::pass_manager::FunctionPassManager"]},{"text":"impl<'llvm> RefUnwindSafe for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::type_::Type"]},{"text":"impl<'llvm> RefUnwindSafe for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::Value"]},{"text":"impl<'llvm> RefUnwindSafe for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::FnValue"]},{"text":"impl<'llvm> RefUnwindSafe for PhiValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::PhiValue"]},{"text":"impl RefUnwindSafe for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl RefUnwindSafe for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl RefUnwindSafe for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> RefUnwindSafe for Parser<I> where
    I: RefUnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl RefUnwindSafe for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> RefUnwindSafe for Either<A, B> where
    A: RefUnwindSafe,
    B: RefUnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; -if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file +(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
    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
    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
    A: RefUnwindSafe,
    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/implementors/core/panic/unwind_safe/trait.UnwindSafe.js b/implementors/core/panic/unwind_safe/trait.UnwindSafe.js index 7bca735..1b1a37d 100644 --- a/implementors/core/panic/unwind_safe/trait.UnwindSafe.js +++ b/implementors/core/panic/unwind_safe/trait.UnwindSafe.js @@ -1,3 +1,3 @@ -(function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> !UnwindSafe for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl UnwindSafe for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> UnwindSafe for Lexer<I> where
    I: UnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl<'llvm> UnwindSafe for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::basic_block::BasicBlock"]},{"text":"impl<'llvm> UnwindSafe for IRBuilder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::builder::IRBuilder"]},{"text":"impl UnwindSafe for LLJit","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::LLJit"]},{"text":"impl<'jit> UnwindSafe for ResourceTracker<'jit>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::ResourceTracker"]},{"text":"impl UnwindSafe for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::module::Module"]},{"text":"impl<'llvm> UnwindSafe for FunctionPassManager<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::pass_manager::FunctionPassManager"]},{"text":"impl<'llvm> UnwindSafe for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::type_::Type"]},{"text":"impl<'llvm> UnwindSafe for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::Value"]},{"text":"impl<'llvm> UnwindSafe for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::FnValue"]},{"text":"impl<'llvm> UnwindSafe for PhiValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::PhiValue"]},{"text":"impl UnwindSafe for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl UnwindSafe for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl UnwindSafe for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> UnwindSafe for Parser<I> where
    I: UnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl UnwindSafe for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> UnwindSafe for Either<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; -if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file +(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
    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
    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
    A: UnwindSafe,
    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