mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
implement durability
This commit is contained in:
parent
9266c18ce6
commit
343463c824
10 changed files with 128 additions and 47 deletions
|
@ -1,3 +1,5 @@
|
|||
#![recursion_limit = "512"]
|
||||
|
||||
//! HIR (previously known as descriptors) provides a high-level object oriented
|
||||
//! access to Rust code.
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue