Skip to content

Commit

Permalink
Deploying to gh-pages from @ 38d192d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nilehmann committed Oct 29, 2024
1 parent 4ba93e4 commit 64186ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/flux_driver/callbacks/struct.CrateChecker.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `CrateChecker` struct in crate `flux_driver`."><title>CrateChecker in flux_driver::callbacks - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-b25d77b18a16a9a4.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="flux_driver" data-themes="" data-resource-suffix="" data-rustdoc-version="1.82.0-nightly (636d7ff91 2024-08-19)" data-channel="nightly" data-search-js="search-ef54e092fea9c776.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-cb0df477c2d67d00.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-3b12f09e550e0385.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../flux_driver/index.html">flux_<wbr>driver</a><span class="version">0.1.0</span></h2></div><h2 class="location"><a href="#">Crate<wbr>Checker</a></h2><div class="sidebar-elems"><section><h3><a href="#fields">Fields</a></h3><ul class="block structfield"><li><a href="#structfield.cache">cache</a></li><li><a href="#structfield.checker_config">checker_config</a></li><li><a href="#structfield.genv">genv</a></li></ul><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.check_def">check_def</a></li><li><a href="#method.check_def_catching_bugs">check_def_catching_bugs</a></li><li><a href="#method.matches_check_def">matches_check_def</a></li><li><a href="#method.new">new</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-RefUnwindSafe-for-CrateChecker%3C'genv,+'tcx%3E">!RefUnwindSafe</a></li><li><a href="#impl-Send-for-CrateChecker%3C'genv,+'tcx%3E">!Send</a></li><li><a href="#impl-Sync-for-CrateChecker%3C'genv,+'tcx%3E">!Sync</a></li><li><a href="#impl-UnwindSafe-for-CrateChecker%3C'genv,+'tcx%3E">!UnwindSafe</a></li><li><a href="#impl-Freeze-for-CrateChecker%3C'genv,+'tcx%3E">Freeze</a></li><li><a href="#impl-Unpin-for-CrateChecker%3C'genv,+'tcx%3E">Unpin</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T">Borrow&#60;T&#62;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut&#60;T&#62;</a></li><li><a href="#impl-From%3CT%3E-for-T">From&#60;T&#62;</a></li><li><a href="#impl-Instrument-for-T">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-T">Into&#60;U&#62;</a></li><li><a href="#impl-IntoEither-for-T">IntoEither</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom&#60;U&#62;</a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto&#60;U&#62;</a></li><li><a href="#impl-WithSubscriber-for-T">WithSubscriber</a></li></ul></section><h2><a href="index.html">In flux_<wbr>driver::<wbr>callbacks</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Struct <a href="../index.html">flux_driver</a>::<wbr><a href="index.html">callbacks</a>::<wbr><a class="struct" href="#">CrateChecker</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../src/flux_driver/callbacks.rs.html#135-139">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>struct CrateChecker&lt;'genv, 'tcx&gt; {
genv: <a class="struct" href="../../flux_middle/global_env/struct.GlobalEnv.html" title="struct flux_middle::global_env::GlobalEnv">GlobalEnv</a>&lt;'genv, 'tcx&gt;,
cache: <a class="struct" href="../../flux_common/cache/struct.QueryCache.html" title="struct flux_common::cache::QueryCache">QueryCache</a>,
checker_config: <a class="struct" href="../../flux_refineck/checker/struct.CheckerConfig.html" title="struct flux_refineck::checker::CheckerConfig">CheckerConfig</a>,
}</code></pre><h2 id="fields" class="fields section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.genv" class="structfield section-header"><a href="#structfield.genv" class="anchor field">§</a><code>genv: <a class="struct" href="../../flux_middle/global_env/struct.GlobalEnv.html" title="struct flux_middle::global_env::GlobalEnv">GlobalEnv</a>&lt;'genv, 'tcx&gt;</code></span><span id="structfield.cache" class="structfield section-header"><a href="#structfield.cache" class="anchor field">§</a><code>cache: <a class="struct" href="../../flux_common/cache/struct.QueryCache.html" title="struct flux_common::cache::QueryCache">QueryCache</a></code></span><span id="structfield.checker_config" class="structfield section-header"><a href="#structfield.checker_config" class="anchor field">§</a><code>checker_config: <a class="struct" href="../../flux_refineck/checker/struct.CheckerConfig.html" title="struct flux_refineck::checker::CheckerConfig">CheckerConfig</a></code></span><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-CrateChecker%3C'genv,+'tcx%3E" class="impl"><a class="src rightside" href="../../src/flux_driver/callbacks.rs.html#141-228">source</a><a href="#impl-CrateChecker%3C'genv,+'tcx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'genv, 'tcx&gt; <a class="struct" href="struct.CrateChecker.html" title="struct flux_driver::callbacks::CrateChecker">CrateChecker</a>&lt;'genv, 'tcx&gt;</h3></section></summary><div class="impl-items"><section id="method.new" class="method"><a class="src rightside" href="../../src/flux_driver/callbacks.rs.html#142-149">source</a><h4 class="code-header">fn <a href="#method.new" class="fn">new</a>(genv: <a class="struct" href="../../flux_middle/global_env/struct.GlobalEnv.html" title="struct flux_middle::global_env::GlobalEnv">GlobalEnv</a>&lt;'genv, 'tcx&gt;) -&gt; Self</h4></section><section id="method.matches_check_def" class="method"><a class="src rightside" href="../../src/flux_driver/callbacks.rs.html#151-154">source</a><h4 class="code-header">fn <a href="#method.matches_check_def" class="fn">matches_check_def</a>(&amp;self, def_id: <a class="struct" href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/def_id/struct.DefId.html" title="struct rustc_span::def_id::DefId">DefId</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section><section id="method.check_def_catching_bugs" class="method"><a class="src rightside" href="../../src/flux_driver/callbacks.rs.html#156-160">source</a><h4 class="code-header">fn <a href="#method.check_def_catching_bugs" class="fn">check_def_catching_bugs</a>(
checker_config: CheckerConfig,
}</code></pre><h2 id="fields" class="fields section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.genv" class="structfield section-header"><a href="#structfield.genv" class="anchor field">§</a><code>genv: <a class="struct" href="../../flux_middle/global_env/struct.GlobalEnv.html" title="struct flux_middle::global_env::GlobalEnv">GlobalEnv</a>&lt;'genv, 'tcx&gt;</code></span><span id="structfield.cache" class="structfield section-header"><a href="#structfield.cache" class="anchor field">§</a><code>cache: <a class="struct" href="../../flux_common/cache/struct.QueryCache.html" title="struct flux_common::cache::QueryCache">QueryCache</a></code></span><span id="structfield.checker_config" class="structfield section-header"><a href="#structfield.checker_config" class="anchor field">§</a><code>checker_config: CheckerConfig</code></span><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-CrateChecker%3C'genv,+'tcx%3E" class="impl"><a class="src rightside" href="../../src/flux_driver/callbacks.rs.html#141-228">source</a><a href="#impl-CrateChecker%3C'genv,+'tcx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'genv, 'tcx&gt; <a class="struct" href="struct.CrateChecker.html" title="struct flux_driver::callbacks::CrateChecker">CrateChecker</a>&lt;'genv, 'tcx&gt;</h3></section></summary><div class="impl-items"><section id="method.new" class="method"><a class="src rightside" href="../../src/flux_driver/callbacks.rs.html#142-149">source</a><h4 class="code-header">fn <a href="#method.new" class="fn">new</a>(genv: <a class="struct" href="../../flux_middle/global_env/struct.GlobalEnv.html" title="struct flux_middle::global_env::GlobalEnv">GlobalEnv</a>&lt;'genv, 'tcx&gt;) -&gt; Self</h4></section><section id="method.matches_check_def" class="method"><a class="src rightside" href="../../src/flux_driver/callbacks.rs.html#151-154">source</a><h4 class="code-header">fn <a href="#method.matches_check_def" class="fn">matches_check_def</a>(&amp;self, def_id: <a class="struct" href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/def_id/struct.DefId.html" title="struct rustc_span::def_id::DefId">DefId</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section><section id="method.check_def_catching_bugs" class="method"><a class="src rightside" href="../../src/flux_driver/callbacks.rs.html#156-160">source</a><h4 class="code-header">fn <a href="#method.check_def_catching_bugs" class="fn">check_def_catching_bugs</a>(
&amp;mut self,
def_id: <a class="struct" href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/def_id/struct.LocalDefId.html" title="struct rustc_span::def_id::LocalDefId">LocalDefId</a>,
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/struct.ErrorGuaranteed.html" title="struct rustc_span::ErrorGuaranteed">ErrorGuaranteed</a>&gt;</h4></section><section id="method.check_def" class="method"><a class="src rightside" href="../../src/flux_driver/callbacks.rs.html#162-227">source</a><h4 class="code-header">fn <a href="#method.check_def" class="fn">check_def</a>(&amp;mut self, def_id: <a class="struct" href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/def_id/struct.LocalDefId.html" title="struct rustc_span::def_id::LocalDefId">LocalDefId</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/struct.ErrorGuaranteed.html" title="struct rustc_span::ErrorGuaranteed">ErrorGuaranteed</a>&gt;</h4></section></div></details></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-Freeze-for-CrateChecker%3C'genv,+'tcx%3E" class="impl"><a href="#impl-Freeze-for-CrateChecker%3C'genv,+'tcx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'genv, 'tcx&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.CrateChecker.html" title="struct flux_driver::callbacks::CrateChecker">CrateChecker</a>&lt;'genv, 'tcx&gt;</h3></section><section id="impl-RefUnwindSafe-for-CrateChecker%3C'genv,+'tcx%3E" class="impl"><a href="#impl-RefUnwindSafe-for-CrateChecker%3C'genv,+'tcx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'genv, 'tcx&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.CrateChecker.html" title="struct flux_driver::callbacks::CrateChecker">CrateChecker</a>&lt;'genv, 'tcx&gt;</h3></section><section id="impl-Send-for-CrateChecker%3C'genv,+'tcx%3E" class="impl"><a href="#impl-Send-for-CrateChecker%3C'genv,+'tcx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'genv, 'tcx&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.CrateChecker.html" title="struct flux_driver::callbacks::CrateChecker">CrateChecker</a>&lt;'genv, 'tcx&gt;</h3></section><section id="impl-Sync-for-CrateChecker%3C'genv,+'tcx%3E" class="impl"><a href="#impl-Sync-for-CrateChecker%3C'genv,+'tcx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'genv, 'tcx&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.CrateChecker.html" title="struct flux_driver::callbacks::CrateChecker">CrateChecker</a>&lt;'genv, 'tcx&gt;</h3></section><section id="impl-Unpin-for-CrateChecker%3C'genv,+'tcx%3E" class="impl"><a href="#impl-Unpin-for-CrateChecker%3C'genv,+'tcx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'genv, 'tcx&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.CrateChecker.html" title="struct flux_driver::callbacks::CrateChecker">CrateChecker</a>&lt;'genv, 'tcx&gt;</h3></section><section id="impl-UnwindSafe-for-CrateChecker%3C'genv,+'tcx%3E" class="impl"><a href="#impl-UnwindSafe-for-CrateChecker%3C'genv,+'tcx%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'genv, 'tcx&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.CrateChecker.html" title="struct flux_driver::callbacks::CrateChecker">CrateChecker</a>&lt;'genv, 'tcx&gt;</h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#138">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
Expand Down

0 comments on commit 64186ff

Please sign in to comment.