mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
29629d0075
I found these by setting the `unused_crate_dependencies` lint temporarily to `Warn`.
14 lines
286 B
TOML
14 lines
286 B
TOML
[package]
|
|
name = "rustc_next_trait_solver"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
rustc_type_ir = { path = "../rustc_type_ir", default-features = false }
|
|
# tidy-alphabetical-end
|
|
|
|
[features]
|
|
default = ["nightly"]
|
|
nightly = ["rustc_type_ir/nightly"]
|