Skip to content

Analysis results are non-deterministic #1552

@lnicola

Description

@lnicola
$ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-tytype system / type inference / traits / method resolution

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions