-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
A-tytype system / type inference / traits / method resolutiontype system / type inference / traits / method resolution
Description
$ cargo run --release -p ra_cli -- analysis-stats
Finished release [optimized + debuginfo] target(s) in 0.06s
Running `target/release/ra_cli analysis-stats`
Database loaded, 256 roots, 185.744807ms
Crates in this dir: 28
Total modules found: 285
Total declarations: 9644
Total functions: 3253
Total expressions: 64916
Expressions of unknown type: 9217 (14%)
Expressions of partially unknown type: 3414 (5%)
Analysis: 17.890922846s, 0b allocated 0b resident
$ cargo run --release -p ra_cli -- analysis-stats
Finished release [optimized + debuginfo] target(s) in 0.05s
Running `target/release/ra_cli analysis-stats`
Database loaded, 256 roots, 184.273592ms
Crates in this dir: 28
Total modules found: 285
Total declarations: 9644
Total functions: 3253
Total expressions: 64916
Expressions of unknown type: 9218 (14%)
Expressions of partially unknown type: 3410 (5%)
Analysis: 17.724273571s, 0b allocated 0b resident
marcogroppo
Metadata
Metadata
Assignees
Labels
A-tytype system / type inference / traits / method resolutiontype system / type inference / traits / method resolution