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