Docs.rs
cairo-lang-lowering-2.10.1
cairo-lang-lowering 2.10.1
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
cairo-lang-debug ~2.10.1
normal
cairo-lang-defs ~2.10.1
normal
cairo-lang-diagnostics ~2.10.1
normal
cairo-lang-filesystem ~2.10.1
normal
cairo-lang-parser ~2.10.1
normal
cairo-lang-proc-macros ~2.10.1
normal
cairo-lang-semantic ~2.10.1
normal
cairo-lang-syntax ~2.10.1
normal
cairo-lang-utils ~2.10.1
normal
id-arena ^2.2.1
normal
itertools ^0.12.1
normal
log ^0.4.21
normal
num-bigint ^0.4.5
normal
num-integer ^0.1.46
normal
num-traits ^0.2.19
normal
rust-analyzer-salsa ^0.17.0-pre.6
normal
smol_str ^0.2.0
normal
env_logger ^0.11.3
dev
indoc ^2.0.5
dev
pretty_assertions ^1.4.0
dev
test-log ^0.2.16
dev
Versions
51.1%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cairo_
lang_
lowering
2.10.1
Module borrow_
check
Module Items
Re-exports
Modules
Structs
Enums
Functions
Type Aliases
In crate cairo_
lang_
lowering
cairo_lang_lowering
Module
borrow_check
Copy item path
Source
Re-exports
§
pub use self::demand::
Demand
;
Modules
§
analysis
This module introduced the BackAnalysis utility that allows writing analyzers that go backwards in the flow of the program, on a Lowered representation.
demand
Structs
§
Borrow
Checker
Enums
§
Drop
Position
Panic
State
A state saved for each position in the back analysis. Used to determine if this flow is guaranteed to end in a panic.
Functions
§
borrow_
check
Report borrow checking diagnostics. Returns the potential destruct function calls per block.
Type Aliases
§
Borrow
Checker
Demand
Potential
Destruct
Calls
The possible destruct calls per block.