[package]
edition = "2024"
name = "ra-ap-rustc_pattern_analysis"
version = "0.149.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Automatically published version of the package `rustc_pattern_analysis`
in the rust-lang/rust repository from commit 75963ce795666bc1f961e5d60060809809f6bc68
The publishing script for this crate lives at:
https://github.com/rust-analyzer/rustc-auto-publish
"""
readme = false
license = "MIT / Apache-2.0"
repository = "https://github.com/rust-lang/rust"
[features]
rustc = []
[lib]
name = "ra_ap_rustc_pattern_analysis"
path = "src/lib.rs"
[[test]]
name = "complexity"
path = "tests/complexity.rs"
[[test]]
name = "exhaustiveness"
path = "tests/exhaustiveness.rs"
[[test]]
name = "intersection"
path = "tests/intersection.rs"
[dependencies.rustc-hash]
version = "2.0.0"
[dependencies.rustc_apfloat]
version = "0.2.0"
[dependencies.rustc_index]
version = "0.149.0"
default-features = false
package = "ra-ap-rustc_index"
[dependencies.smallvec]
version = "1.8.1"
features = ["union"]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tracing-subscriber]
version = "0.3.3"
features = [
"fmt",
"env-filter",
"ansi",
]
default-features = false
[dev-dependencies.tracing-tree]
version = "0.3.0"